tsightler

Results 105 comments of tsightler

I think it's just because the same code path is used for the initial authentication so, for example, if there is a configured token, but that saved token isn't valid,...

@dgreif What do you think? My gut says that, while this works, I'm not sure if this is the ideal place to fix this, for one camera model, OK, but...

Ha, funny, I had noticed this when I was digging and noted it for further research, but at the time I was just focused on getting the code to work...

Yes, that's exactly correct, the trickle ice methods implemented as part of the websocket seem to work pretty well, however, as you noted, the TURN service might explain why there...

I've played with this a little more and verified the behavior. If the call to oauth server returns anything other than a success, then the code just immediately assumes that...

I implemented the following crude solution in ring-mqtt back in Oct: ``` // Check for invalid refreshToken after connection was successfully made // This usually indicates a Ring service outage...

As this project has been unmaintained for almost 4 years, there's little chance such an issue will be addressed, I'm sure there are many cases of unhandled promise rejections that...

Wouldn't simply arming and disarming the alarm clear it without restarting? Did you try this?

I didn't ask anything about restarting HA, I asked about performing a manual arm/disarm cycle from the panel (since you are already standing there to disarm the fire alarm) because...

I think this is probably a subtle logic error in the code. HA alarm entity has a single property to represent the overall alarm state, but Ring alarm doesn't really...