Log Modbus Energy Meter data to InfluxDB on a Raspberry Pi and publish values via MQTT
FloKra 200ce2e4fe ## v0.3 - 2023-10-20 | 1 year ago | |
---|---|---|
.gitignore | 7 years ago | |
CHANGELOG.md | 1 year ago | |
LICENSE | 7 years ago | |
README.md | 4 years ago | |
meters.yml | 4 years ago | |
metertype_SDM120.yml | 4 years ago | |
metertype_SDM630.yml | 4 years ago | |
modbuslog.ini | 4 years ago | |
modbuslog.py | 1 year ago | |
modbuslog.service | 4 years ago | |
readings_names.yml | 4 years ago | |
sdm_setid.py | 4 years ago | |
setup.py | 4 years ago | |
systemctl_service_install.sh | 4 years ago | |
systemctl_service_uninstall.sh | 4 years ago | |
write_register.py | 7 years ago |
Log Modbus Energy Meter data to InfluxDB on a Raspberry Pi and publish values via MQTT
Based on original project on Github
Verified to work on a Raspberry Pi 4 with Digitus USB-RS485 Interface, reading values from 3 Eastron SDM120 instruments. By changing the meters.yml file and making a corresponding metertype_[model].yml file it should be possible to use other modbus enabled models.
The original project has been documented at Hackster. Please follow the instructions there for more detailed information. Also check original project on Github.