Rule#state in Rule
#24783
Replies: 1 comment
-
I'll answer for myself =). This isn't stated as supported. That's why it behaves unpredictably. |
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.
-
Hello everyone.
I'm making a thermostat that's controlled by an external system via the web.
I want to turn off the heater immediately after the external system sends a command to turn off the thermostat (the "Rule Off" command).
For this, I created a second rule (Is this even acceptable?):
Then I enable Rule2 (Rule2 1):
But Rule2 is only executed once and immediately goes into the Off state. Why?
Command Rule0:
Furthermore, when I ask to display all rules (Rule0) immediately after enabling Rule2, the console displays something inconsistent with the "Rule0" command. The second line contains unreadable characters. And these characters are different each time. The Power2 pin is not assigned at all (it's missing from the module configuration).
I'm use module ESP-12F (ESP8266MOD) and Tasmota 15.2.0
Beta Was this translation helpful? Give feedback.
All reactions