FlyingDiver / Indigo-MQTT

MQTT plugin for Indigo Home Automation system
The Unlicense
2 stars 0 forks source link

MQTT - Topics with the same name #20

Closed mwoodage closed 1 year ago

mwoodage commented 1 year ago

Hello, I'm trying to get information from my battery inverter via MQTT, which i've managed to do quite successfully. However I can't get the information from the topic GivEnergy/SA2230***/Power/Power/Grid_Power because when configuring the topic component match, it will not let you have two names that are the same I.E. "power" "power".

Is there any way around this?

Thanks

FlyingDiver commented 1 year ago

Not sure why that restriction is in there. I think it might be because I borrowed the code that does the list from a different plugin where dups were not allowed.

FlyingDiver commented 1 year ago

Fixed in 2022.0.5

mwoodage commented 1 year ago

Wow, super quick response, thank you - i'll give it a try now :)