jalmeroth / homie-python

A Python-implementation of the homie v2 convention.
https://github.com/marvinroger/homie
54 stars 15 forks source link

support new nodes after setup #48

Open esdeboer opened 5 years ago

esdeboer commented 5 years ago

I'm implementing homie for crownstones (a bluetooth switch/dimmer/presence detector/power monitor) It works with a bluetooth mesh network to which you can add new nodes. It would be nice if those new nodes also show up in MQTT.

However I can't do that now as we can't subscribe to properties after setup, but I don't see anything in the spec which would disallow this.