Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 604 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 604 Bytes

Solarmax2mqtt

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

  1. Install the required module by pip3 install paho-mqtt
  2. Edit the file solarmax3.py by adding your MQTT broker and the IP of the solarmax inverter.
  3. Start the program, p.ex. by cmd or your linux console, cd to the project directory. Start the code with python solarmax3.py.
  4. Python should be in the PATH in windows