Replies: 1 comment
-
That's the type of thing which can only be exceedingly speculative, unless having some indication of "it happened when". I could say "cosmic rays", but that's not even an attempt to guess something. Of course, someone not known to you could have been messing around. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I've got a Blitzwolf socket running Tasmota 9.4.0, that I use with our washing machine for quite a while now. It measures the power consumption and sends me a notification, when the machine finished washing, using a rule.
All of a sudden I did not receive any notifications anymore.
I logged on to the device and checked the rule and found out that it has been cut off. I did not log on to this device for month and have no idea why this happened without interaction.
The original rule is:
ON Energy#Power>%Var1% DO Var1 %value% ENDON ON Time#Minute DO BACKLOG Var2 %Var1%; Var1 0 ENDON ON Var2#State>%Mem1% DO RuleTimer1 130 ENDON ON Rules#Timer=1 do publish stat/BW-SHP10-02/WAMAFERTIG 1 ENDON
When I found it cut off, it was shortened to:
ON Energy#Power>%Var1% DO Var1 %value% ENDON ON Time#Minute DO BACKLOG Var2 %Var1%; Var1 0 ENDON ON Var2#State>%Mem1% DO RuleTimer1 130 ENDON ON Rules#Timer=1
Any ideas what could have caused this?
Beta Was this translation helpful? Give feedback.
All reactions