What is wrong with my sidemap selection below.
The item KeukenGrafanaWindow never gets a value.
I tested this with Switch, Selection, Setpoint and slider.
Your item remark triggered me. I started with the Switch option and created the used item as a Switch. Now all options are working. The only problem I have that after a selection change the Frame is not refresh/reprocessed. How can I force this?
I added a simple Group to the frame but see the same problem. I can change the value of item WoonkamerTemperatuur but the GUI is not updated on a PC (I need to do a refresh of the page to make it visible) and not on Android.
So what do I wrong?
Group item=BG_Woonkamer
{
Setpoint item=WoonkamerTemperatuur minValue=18 maxValue=24 step=0.2
Text item=ShellyWoonkamerHTSensorsTemperature
}
I don’t know how you create your sitemap but one important thing is that your sitemap name is equal to the prefix of your sitemap file. So if your file is home.sitemap, you should use “home” as name in your sitemap.
I checked again and are 100% sure the name of the file (OH3Sitemap.sitemap) is the same as the sitemap name (sitemap OH3Sitemap label=“Overichten” ).
The events.log file shows the changes correct
How to debug the this?
Sitemap is loaded without any warning.
I only have one sitemap at the moment
I tested with Basic UI and Android. Both show the same problem.
Not unusual but running in a docker.
When I save a change in the sitemap all items are updated.
Try with a very simple sitemap example (showing just one item(. If it works, this will confirm a problem with your current sitemap. If not, this will indicate a general problem of your setup.
So this is probably not a sitemap problem but more a general setup problem, maybe something in link with your use of docker. Maybe your browser is not able to establish a SSE connection with your OH server.
Does live update work in MainUI?