Ecobee shows temp as C in PaperUI but F in Sitemap UI?

Newbie Q: I’ve added the Ecobee binding in PaperUI and the values are shown in Centigrade as I want. But when I create my Site Map as follows they are showing as Fahrenheit.

eg: my Item is:
Number Home_Temp "Temperature [%.1f °C]" <temperature> { channel="ecobee:thermostat:5459ad42:310104722538:runtime#actualTemperature" }
Sitemap is:
Text item=Home_Temp label="Inside"

I don’t have this issue with Temp from my Netatmo using the same syntax, both PaperUI and my Sitemap show Centigrade correctly.

Any pointers on how to make the Sitemap show Centigrade?

Thanks
Nathan

I believe you want Number:Temperature

Thanks for the quick reply! … and it worked, with it now showing Centigrade. :slight_smile:
Number:Temperature Home_Temp "Temperature [%.1f °C]" <temperature> { channel="ecobee:thermostat:5459ad42:310104722538:runtime#actualTemperature" }

Interestingly, you don’t need “:Temperature” for the Netatmo.
Number Outside_Temp "Temperature [%.1f °C]" <temperature> { channel="netatmo:NAModule1:37266b39:02000020d520:Temperature" }

Edit: and if you “:Temperature” for the Netatmo then it shows “-” for the temp and I started to get errors from HAB, had to reboot.

All is good now however.
Thanks
Nathan

1 Like