dib0 / elro_connects

The ELRO Connects uses a propriety protocol on the local network over UDP. This is the reversed engineered python implementation of the protocol.
MIT License
16 stars 7 forks source link

List all connected devices #9

Open depuits opened 3 years ago

depuits commented 3 years ago

It would be nice to be able to get a list off all connected devices. This would be especially useful when setting up the mqtt topics.

depuits commented 3 years ago

I found that listening to [base_topic]/elro/# is an option to get all topics being posted on. This might still be an interesting feature if you can get the device info in the same response.