## SDM2MQTT Bridge Reads SDM series energy meters modbus registers and pushes them to mqtt topic as json object. #### Requirements ```bash apt install git make libmodbus-dev libmosquitto-dev ``` #### Configure Modify `config.h` to your needs #### Build ```bash make ``` #### Install ```bash make install ``` ### Copyright 2024 Waijb Documentation by Sprinterfreak