mr-manuel / venus-os_dbus-mqtt-pv

This Venus OS driver gets the data from MQTT and displays it as pv inverter.
MIT License
58 stars 12 forks source link

No MQTT Inverter on VenusOS #5

Closed Zahnpasta83 closed 1 year ago

Zahnpasta83 commented 1 year ago

Hello, I installed the tool as described in the instructions but I don't get a mqtt inverter displayed in venusos. Debug was carried out and the tool started without any problems. Data is sent via the mqtt topic enphase/envoy-s/meters. do i have to do anything else to get the tool to work?

Zahnpasta83 commented 1 year ago

when looking in the logs i get following message "ERROR:root:Exception occurred: argument of type 'int' is not iterable"

mr-manuel commented 1 year ago

Hello, please post the complete log since driver starting and the published JSON.

Zahnpasta83 commented 1 year ago

Ich hab es irgendwie fertig gebracht das ein MQTT Inverter in Venus auftaucht. Allerdings bin ich offensichtlich nicht in der Lage die Werte die ich in NodeRed bekomme vernünftig in ein JSON Format zu konvertieren. Vielleicht könntest du mir da aushelfen. Ich bekomme reine Zahlenwerte und habe dort eine Change Node dran gehängt. Wie muss ich diese konfigurieren image

mr-manuel commented 1 year ago

Which values do you have available? Only the PV power? Please share the whole flow.

Zahnpasta83 commented 1 year ago

A lot of trail and error but it's working now image

image

image