Format specifiers for Temperature and Humidity data from OMNIStat2 using omnilink binding

Hi All,

I’m trying to display the output of my Leviton/HAI OMNIStat2 Thermostat but can’t seem to get the format right.
Here are the lines in my items file:

Number	IndoorTemp		"Indoor Temperature [%.1f °C]"	        <temperature>   {omnilink="thermo_temp:1"}
Number	MasterBedroomTemp	"Master Bedroom Temperature [%.1f °C]"	<temperature>   {omnilink="aux_current:21"}
Number	OutdoorTemp		"Outdoor Temperature [%.1f °C]"	        <temperature>   {omnilink="aux_current:15"}
Number	OutdoorHumidity		"Outdoor Humidity [%d %%]"	        <humidity>      {omnilink="aux_current:20"}

However, this is how the information gets displayed:

The Temperatures are accurate to 0.5 °C. However, the first decimal place always shows up as 0.
Also, my Humidity is obviously not displaying properly.

Anyone using the omnilink binding have any suggestions for formatting?

Thanks,
Randy

Randy, did you determine a solution to your issue??

Rich