Modbus Sensor Help

Exclude HA, try to play with esphome alone.

It’s super confusing in esphome docs.
In modbus sometimes one address can have two values to split, sometimes two addresses make one value(your case). Sometimes they are put together bitwise(your case), sometimes one address is integral part and another decimal part. :sweat_smile:

Oh realy?!

Ok, gonna try that tomorrow.

Thanks

You have solid response from 12-13, for sure we can parse it.
image

Yeah, that’s what i expect too.

Also strange that it doesn’t refresh its values, altough “scan_interval” is set up.

I wish I could help but I use only modbus rtu and you are using tcp, which is not documented in Esphome.
In case of modbus rtu, one use modbus_controller component, but I don’t see that in your partial code snaps.
There request interval is defined:

update_interval:

I see you using scan interval in your sensor component, no idea about that.

1 Like