In one of the previous posts ErikDB mentioned that the wrong room was shown.
I had the same problem with the lights, but it was OK when the uiSemantic were filled.
I changed the lines in semanticHomeMenu.yaml with
In the weather menu the temperature bars did not appear, I created the group items (with Min/Max) minTempForecastDays and maxTempForecastDays and that worked.
My Shelly RGBW 2 doesnāt support channels colorTemperature and color, since itās on mode LED Strip Control (White). This (obviously) results in the following WARN logs:
20:19:47.892 [WARN ] [se.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: Ledlampjes_keuken_colorTemperature
20:19:47.893 [WARN ] [se.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: Ledlampjes_keuken_color
The main widget documentation instructs us to create an item gBatteryLow, but the widget itself searches for item gBatteryLowTotal (lines 1100 and 1105).
(Or is this also something better reported on github?)
When my Shelly RGBW 2 is ON, the slider is filled up to the correct percentage of brightness (in the below case, 49 %), but the slider āballā is still at 0 %.
Also, if I try to adjust the brightness on the slider, it triggers an error: Communication failure.
Thirdly (but for me less importantly), since the equipmentType is not ColorLight, I donāt understand why the Ambiance slider is visible.
And finally (also not a real āproblemā), I suppose the label RGB colors is visible because thereās no parameter visible in the Label component (only in the oh-slider component)?
Can you please poste the config code for the equipment Ledlampjes keuken.
BTW, you need to completely reload the app after changes, otherwise it will be rendered from cache.