This really needs to be fixed in UI5UI6 UI7. One degree steps in Centigrade readings are a bit too coarse. Virtually every country in the world uses Centigrade except five or so recalcitrant countries. One of which should know better!!
All my temperature sensors are reporting in tenth of a degree in GUI, so for me the only problem is that I cannot use decimal numbers when creating scenes! Really annoying and something you would expect from such a controller. Sad to see that you have more control over temperature with the lousy built-in termostats in 30$ heaters.
Most of them, but I have at least one really old Express Controls EZMotion motion/temp/light sensor, that is one of the listed devices in the screenshot…
After getting frustrated with the lack of accuracy being reported on my Veralite, I created a plug-in called Decimal Thermostat that can read the raw z-wave data and display a decimal temperature value. I have only tested it on my Veralite and it seems to be displaying tenths of a degree for my Secure (Horstmann Controls) thermostat device. I have another thermostat device but looking at the z-wave data that doesn’t support tenths of a degree.
Configure by setting the device number of an existing thermostat in the advanced settings, restart, and it will mirror the settings of the specified device. As an additional feature, clicking “Heat” on the thermostat will boost the temperature of the device for 1 hour. Changing the temperature or hitting “Heat” will also request heat from any associated HVAC device, if required, meaning immediate heat and not having to wait for the poll period of a battery thermostat.
When in Boost mode, mirroring of the temperature set-point is suspended, meaning that any timers that set the temperature will be ignored until the boost is over, when the set-point will be set to where it would have been, had the boost not happened.
Under the covers it enables logging of log level 42 which is the raw z-wave data coming back from devices and decodes this data to get the original temperature value before displaying it. It can be set to poll the logs at any interval (default 5 mins) and a device to monitor must be specified.
I am still a bit puzzled why my Vera box has been showing decimal numbers all along, and so many of you guys are having problems with this? I have not done anything - it was displaying decimal numbers from day one.
I would have been extremely annoyed if it didn’t :-\
I am on Vera Egde with UI7, and never had a problem displaying decimal temperatures. All my devices does that, but when I want to create a scene trigger based on temp values, it will only accept integer values
I will look in the thread to see if there is some pointers for setting these conditions with lua code…