Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 374 Bytes

Works with Victron Energy ESS

Subscribe to a local MQTT broker and make energy data available on a Modbus server

sml_smartmeter --> MQTT broker --> em24 <-- Victron

Thanks to https://github.com/stephane/libmodbus

apt install libmodbus5 libmodbus-dev

cp em24.service /etc/systemd/system/
systemctl enable em24.service
systemctl start em24.service