Daniel Caspi
Daniel Caspi
Thx @NorthernMan54! It would be great if it was somehow listed in the debug pane (not sure if it's possible) so the user knows those nodes are no longer connected.
@bakman2 @NorthernMan54 Cool idea. I've been wondering about this as well as managing states. 1. Suppose I want to send `{"On": true}` to a hallway light if the entry light...
> @dxdc If motion is detected, why not just send the On request regardless of the current state of the light? I think I'm missing something from your example. I...
@NorthernMan54 thanks, I think I get it! So, the `resume` feature essentially just stores the payload of that device (in memory I presume?) so that it can be fed back...
> And comes into play when you set brightness or change colour etc, as these commands generate multiple messages. Gotcha, thanks... didn't know that. That explains the short timeout delay...
FYI: > In regards to extra calling of an api, I have not noticed an issue, but ymmv. For repeated requests, it definitely asks Homebridge to send the API call...
@NorthernMan54 wanted to thank you for developing this awesome plugin. I've had a lot of fun with it over the past few months. I wanted to share with you a...
> I’m not sure if you aware but GitHub Wiki’s allow anyone to create pages and edit. Didn't know that... will look into a submission then! > I read thru...
Digging into this some more, it seems like just a problem with the Nest plugin. I'm not sure you want to do anything about it, but I fixed it here:...
@NorthernMan54 I realized this issue goes a bit deeper. There are 3 references where `uniqueId` are used in the code. The problem is that if an accessory has the same...