Hi - I'm using the HTTP push sensor to display the voltage of a solar battery.
The sensor receives a float value with 3 digits of precision (i.e., 12.321 volts).
That float value is correctly displayed on the graphs as 12.321, but everywhere else the display is shown as a whole number, i.e., 12 volts (or 11 or 13 volts for other values).
Is there any way to have these values displayed with their decimal components, not rounded off to the nearest whole number?
I realize the HTTP Push Sensor is a beta sensor, but it is easier to implement on an IOT device than SNMP...
Please see that attached screenshots...
Thanks.
Add comment