Closed XtheOne closed 6 years ago
PVOutput is updated. Now you can define apikey and sysid for every inverter. So multiple accounts or one donation account can be used for multiple inverters. ScanLoggers can be used to detect the Logger(s) and Inverter(s) on your local network.
Should work now
I have 2 inverters connected and use the mqtt plugin but I cannot separate the 2 inverters in the mqtt output as they have the same subject. Shouldnt the inverters serial number be part of the subject in the mqtt message?
Well, the mqqt plugin was written by someone else. I can change the script in several ways.
I can change "power/solar/e_total" to "solar/\<ID>/e_total" so inserting the inverter SN into the message path. Or make separate entries in the config file like it is done for Domoticz and them make the publish path prefix configurable. So what would you prefer?
Multiple inverters support added in mqtt
Current state is that it is only implemented for domoticz. Other plugins will follow.