@stefan.nitsche wrote:
So… This makes no sense to me. All releases of 0.107 works perfectly fine. I upgrade to 0.108.x (I think I’ve tried 'em all) and it gets stuck at “Loading data” after a refresh in the browser. After spending several hours of troubleshooting on this I’ve discovered something.I have been removing all integrations and components to try and find the culprit. And that pointed me in a very unexpected direction… If I exclude my input_selects it starts!
So I started to remove my input_selects one by one to try and see if there is an error in anyone of them. It got even stranger. I discovered that I my bunch of input_selects that show what “state” a room is in (“Morning”, “Day”, “Evening”, “Night”, “Custom”) are the culprit. I have one of these for each room in the house but also one for the garage, outside and the whole house. As is tradition with this issue it gets weirder. Not all of the input_selects causes it to break, three of them work.
These work:
scene_garage: name: Belysning options: - Anpassad - Morgon - Dag - Kväll - Natt
scene_house: name: Belysning options: - Anpassad - Morgon - Dag - Kväll - Natt
scene_outside: name: Belysning options: - Anpassad - Morgon - Dag - Kväll - Natt
But for example, these three break it:
scene_big_office: name: Belysning options: - Anpassad - Morgon - Dag - Kväll - Natt
scene_kitchen: name: Belysning options: - Anpassad - Morgon - Dag - Kväll - Natt
scene_master_bedroom: name: Belysning options: - Anpassad - Morgon - Dag - Kväll - Natt
I have 13 of these input_selects, 10 break HA, 3 works and as far as I can see there is no difference between those that work and those that don’t. Having just one of these 10 (no other input_selects at all) breaks HA without fail.
I have no idea on how to pursue with my troubleshooting and certainly no idea on what’s really wrong. Halp plx
Posts: 1
Participants: 1