Replies: 2 comments 6 replies
-
|
I think I also see "this" behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Interesting. Keep me updated if you manage to get more information on this. I had an issue in the past that setting some options to blank would cause MA to use the default values but (I don't remember quite how) it was fixed. I have a pending task of switching from hass.data into the new config_flow.runtime_data stuff, maybe that fixes? (hard speculation). Anyway, keep me posted! |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
So I've had some really odd behavior with one specific magic area that I setup - the overhead lights like to turn on during occupancy regardless of any other states, even if zero states (not even occupancy) are assigned to the overhead lights. This has happened twice so far, and a complete restart of HA has fixed it both times.
It doesn't matter if the area is in sleep, accented, extended, and it doesn't matter if zero states are assigned to the overhead lights - they will turn on no matter what as long as light control is enabled and this bug is occurring.
My best guess right now is that reconfiguring certain options in an area can result in the integration operating on some stale data. The only thing I have to back this up is that the first time this problem happened I was seeing some warning logs about magic areas trying to turn the sleep lights in that area on/off despite no lights being assigned (the warning being that the sleep light group didn't exist). So clearly there was something going wrong, though I can't say for sure this warning and the overhead lights always turning on are related.
I'd make this an issue but I don't have any kind of repro or debug logging yet, as the issue is inconsistent and it goes away when restarting HA. Going to enable debug logs prematurely to see if I can capture any more info the next time it happens, but in the meantime I figured I'd make a thread in case the solution is obvious.
Beta Was this translation helpful? Give feedback.
All reactions