can anybody help to configure a Waveshare RS485 to ETH (B)?
I would like to readout my Eastron SDM630v2 SmartMeter over Modbus with a Waveshare RS485 to ETH (B) and publish the values to MQTT (or the Modbus integration)
For the sake of completeness, I was having trouble getting this to work. The solution for the specific device in the title and the use case is to only have the RTU framing in ONE place, not twice. This means either:
set the “type” in HomeAssistant to “tcp” and enable the Protocol “Modbus TCP to RTU” in the Waveshare bridge
OR set the “type” in HomeAssistant to “rtuovertcp” (like in most of the code snippets) and keep the Protocol “None” (Disabled) in the Waveshare bridge