Hello, I’m hoping someone can suggest a solution to a problem I’m having…
I have a large Floorplan installation, with 3 floors, lights, doors etc. It works properly - there is a button to change the floor shown, the elements on each floor are grouped and the button click hides or reveals the floor group as defined in the svg file.
I got the idea to add an icon for the state of the HVAC (using svg images for heating, cooling, fan based on the state of a sensor), as well as a text display showing the air temperature, which I want to visible across all 3 floors (it is central heating). I added these as I have each other element, and they work perfectly, but the HVAC icon only shows up in the main floor - it disappears if I switch to another floor.
The icon is in a group with the temperature text, and is on top (in the svg file) of all of the floor groups, so it’s visibility should not be toggled by changing floors. Equally, even if it were rendered invisible, the other elements in the group with it should also be toggled, but they remain visible for all floors. The final weird thing is that if HASS can’t find the path specified in the YAML config for the images used to update the icon, then the default icon (the placeholder in the svg file) persists across all floors.
Does anyone have any ideas? I’m pulling my hair out trying to get this stupid icon to stay visible.
(the YAML code is huge, so I did not post it - I’m hoping someone recognizes the problem)
Thanks in advance.