Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 423 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 423 Bytes

Modbus server which is reading data from EcoNET bus of EcoMAX boiler controller. The modbus part is based on pymodbus server example. The server part maintains the configuration of the example which it's based on, the boiler data readout configuration is hardcoded unfortunately. Communication with the boiler uses pyplumio library.

Respect the licenses of the original code, feel free to extend it and publish your work.