Hi,
I’m new to OH and am failing to display values in the classic UI. Here’s my setup:
-
OH 1.8.1
-
Installed Aeotec Z-Stick Gen 5 and Aeotec Multisensor 6
-
I’ve set up my items and the sensor is reporting values. Here’s an excerpt from the console output.
2016-03-03 23:47:01.363 [INFO ] [runtime.busevents ] - Temp_1 state updated to 24.6 2016-03-03 23:47:01.780 [INFO ] [runtime.busevents ] - Humid_1 state updated to 33 2016-03-03 23:47:02.579 [INFO ] [runtime.busevents ] - Battery1 state updated to 100 2016-03-03 23:47:02.661 [INFO ] [runtime.busevents ] - Lumin_1 state updated to 5 2016-03-03 23:47:02.780 [INFO ] [runtime.busevents ] - UV1 state updated to 0
It would appear that the states of the items I have configured are updated as they should be. Now I’ve set up a minimalistic site like so:
sitemap m4 label="Main Menu"
Frame label="Georgs Zimmer" {
Text item=Humid_1 label="Humidity"
Text item=Temp_1 label="Temperature"
Text item=Alarm_1 label="Alarm"
}
But no values are ever shown in the browser - the fields are simply empty.
What am I missing, here? Thanks in advance for your support!
Cheers, Georg