this post was submitted on 10 Sep 2023
9 points (100.0% liked)
Home Automation
3041 readers
1 users here now
Discussion about general home automation ideas and projects, home automation protocols like Z-wave, Zigbee, Matter, etc, and home automation software and hubs like HomeSeer, Home Assistant, OpenHAB, Homey.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I suspect this is a rendering/process thing rather than an accuracy thing. Have you tested if the logic of the first one isn’t listening to the other fields?
Thinking it through, in an ‘and’ test, you do only have to watch for the the state of the first clause, because so long as that is false, it doesn’t matter what the rest say. In the ‘or’ clause, you need to watch for the value of all of them.
I'll play around with that too, but I just figured out i can make the entities appear and disappear if I change 'false' to 'off'. I wish their forum wasn't a "read our shitty docs" auto-reply.
oh wait, maybe changing it to false instead of off halts the processing. I think you're right.