The code is implemented in python3
Solarmax2MQTT can be used to retrieve data from your Power Inverter Solarmax and to send it to a MQTT broker. The company Solarmax was a former power inverter company which refirmed several times.
Get started
- Install the required module by pip3 install paho-mqtt
- Edit the file solarmax3.py by adding your MQTT broker and the IP of the solarmax inverter.
- Start the program, p.ex. by cmd or your linux console, cd to the project directory. Start the code with python solarmax3.py.
- Python should be in the PATH in windows