Hi
i just moved the system from an raspberry to my Synology. i started with copying the files from the raspberry to the Synology. i can’t see any value from Netatmo Weather station in my UI.
I just have this entries in my log
2018-08-05 15:53:08.294 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '29.299999237060546875' of item GD_netatmo_temp with format '%.1f %unit%': Conversion = 'u'
2018-08-05 15:53:08.296 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '29.299999237060546875' of item GD_netatmo_temp with format '%.1f %unit%': Conversion = 'u'
2018-08-05 15:53:08.299 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '48' of item GD_netatmo_humidity with format '%.0f %unit%': Conversion = 'u'
2018-08-05 15:53:08.302 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '0' of item GD_netatmo_rain with format '%.2f %unit%': Conversion = 'u'
2018-08-05 15:53:08.305 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '27' of item WZ_netatmo_temp with format '%.1f %unit%': Conversion = 'u'
2018-08-05 15:53:08.308 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '38' of item WZ_netatmo_noise with format '%.0f %unit%': Conversion = 'u'
2018-08-05 15:53:08.310 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '1202' of item WZ_netatmo_co2 with format '%.0f %unit%': Conversion = 'u'
2018-08-05 15:53:08.313 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '60' of item WZ_netatmo_humidity with format '%.0f %unit%': Conversion = 'u'
2018-08-05 15:53:08.315 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '1016.70001220703125' of item WZ_netatmo_pressure with format '%.3f %unit%': Conversion = 'u'
2018-08-05 15:53:08.318 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '24.5' of item KE_netatmo_temp with format '%.1f %unit%': Conversion = 'u'
2018-08-05 15:53:08.320 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '597' of item KE_netatmo_co2 with format '%.0f %unit%': Conversion = 'u'
2018-08-05 15:53:08.323 [WARN ] [ui.internal.items.ItemUIRegistryImpl] - Exception while formatting value '66' of item KE_netatmo_humidity with format '%.0f %unit%': Conversion = 'u'
Do you use QuantityType items (e.g. Number:Temperature) or or normal Number items. The conversation of %unit% in the label will work only in QuantityType items.
The Sitemap code is here. what i do not understand is the fact that this config is running on a raspberry pi. i just copied it to the Synology folder…
Text item=GD_netatmo_temp label="Außentemperatur (Wetterstation)" icon=temperature {
Frame label= "Messwerte Aussen"{
Text item=GD_netatmo_temp icon=temperature
Text item=GD_netatmo_humidity icon=humidity
Text item=GD_netatmo_rain
}
Frame label="Messwerte Wohnzimmer"{
Text item=WZ_netatmo_temp icon=temperature
Text item=WZ_netatmo_noise icon=noise
Text item=WZ_netatmo_co2 icon=co2
Text item=WZ_netatmo_humidity icon=humidity
Text item=WZ_netatmo_pressure icon=pressure
}
Frame label="Messwerte Keller"{
Text item=KE_netatmo_temp icon=temperature
Text item=KE_netatmo_co2 icon=co2
Text item=KE_netatmo_humidity icon=humidity
}
}
Something else must be different. Did you upgrade your OH2 version?
I think I can suggest a solution (or two) for you but I am not sure if I can satisfy my curiosity for my mind as developer without figuring the real reason.
First way to handle this could be adding a format to the labels of your items. For example:
thanks for your help. The Problem is solved. After inserting the units the Values are shown in the UI. I dont know why the raspberry can show them without the units. BUT the System is much more faster on the Synology.
incredible…
I did now also change the settings like Verkehrshindernis did.
Then it works now. It used to work without these settings in older versions of Openhab.
I still don’t know what settings I need for HeatIndex & Dewpoint (Humidex works withot changing anything)