hoylabs / OpenDTU-OnBattery

Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters, VE.Direct devices, battery management systems, and related peripherals
GNU General Public License v2.0
317 stars 67 forks source link

[Request] Support for Modbus TCP energy meters. #1410

Open PortWest86 opened 6 days ago

PortWest86 commented 6 days ago

Is your feature request related to a problem? Please describe.

There is a Modbus TCP-ready energy meter in the meter cabinet that I would like to integrate in order to control the output of the inverter.

Describe the solution you'd like

An option for open configuration of the Modbus TCP slave with IP address, Modbus ID and register to be polled.

Describe alternatives you've considered

No response

Additional context

No response

spcqike commented 6 days ago

while this is a great request, i guess it takes some time (and a motivated developer) to get integratet

in the meantime, you can use a tasmota device to read out your meter. tasmota SML supports modbus TCP and can publish your meter data via mqtt.

https://tasmota.github.io/docs/Smart-Meter-Interface/#meter-definition

stefan123t commented 3 days ago

See this PR https://github.com/tbnobody/OpenDTU/pull/1893 upstream.

stefan123t commented 3 days ago

And here https://github.com/hoylabs/OpenDTU-OnBattery/pull/1150