mr-manuel / venus-os_dbus-mqtt-pv

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

multible instances description not clear #28

Closed Autoschrauberix closed 6 months ago

Autoschrauberix commented 6 months ago

I try to get the data of 3 inverters into venus-os. First is working perfect. Now I'm not shure how the MQTT data has to look like. For my understanding there have to be differences to the first instance. I didn't try it now but can it be that the JSON structure has to start with "pv-2" for the second instance ? Thank you very much for this implementation Best regards

mr-manuel commented 6 months ago

You just need a different topic for the second instance. The JSON structure is the same.

Autoschrauberix commented 6 months ago

Thank you, that was it. I should have scoll down the config.ini , there is the topic for the instance I had missed. I think it would be a improvement in the describtion to add at point 5 . Edit the topic for the new instance too.

Autoschrauberix commented 6 months ago

Problem solved