XtheOne / Inverter-Data-Logger

Data logger for Omnik/Hosola and other Solarman Wi-Fi kit powered Solar Inverters
GNU General Public License v3.0
118 stars 28 forks source link

DC Current missing from MQTT output #45

Open Sybas opened 3 years ago

Sybas commented 3 years ago

DC current is missing from file MQTTOutput.py

Solution, add to Line 30: client.publish(mqtt_topic + "i_pv" + str(x), msg.i_pv(x))