I have a modbus server with a lot of floating point values.
When I set up my modbus measurement channels, I wanted to validate the values. Problem all the values are corresponding but inexact:
for example
- for a real value of 50 homeassitant displays 50.4
- for a real value of 60539.28 homeassitant displays 60516.13
I tried with the ModbusDoctor application which displays the real value.
Do you have any idea