Any Homebridge plugin developers on this forum?
I have some trouble with a plugin that I developed myself and could use some pointers…
- Can I update accessory information after creation? (I need to make async REST calls to get values)
- How can I prevent Homebridge from accessing all characteristics “at once” at startup? (the device can’t handle that many requests in such a short timeframe)