Gord
Gord
Last time we had login issues with libpurecool they were caused by a lack of header info in the request, causing us to add a user agent (same as the...
Also an FYI @shenxn is looking to build a new local control component to link Dyson to Home Assistant. Not sure if they'd be able to shed any light on...
> Header needs to be changed to `android client` and then it works again. Just tested this change to libpurecool in home assistant (by editing current header in the dyson.py)...
Yeah, I can't replicate the behaviour you're talking about, too bad it would be a decent temp fix. Maybe some of the auth requests are making it through cloudflare at...
@bfayers code works great. Thanks all
Will need to update the releases.rst just to ensure it passes the Hass PR requirements.
I've got this issue. About 50% of the time the state doesn't change on my entry sensor. tried reinstalling, changing notification settings (android/ios) and changing sync interval. No improvement. @fuatakgun...
For those having this issue, I reverted back to 7.7.4 and the crashes stopped. (go to HACS, eufy security, in the top right menu click redownload, and choose that version).
I actually did a little more digging on this recently. It regularly gets stuck "open", and looking through the code (this and Bropat's client) it looks like it searches for...
So this is what I found in the [bropat's devices.ts](https://github.com/bropat/eufy-security-client/blob/master/src/http/device.ts) line 2178: `public processPushNotification(message: PushMessage, eventDurationSeconds: number): void { super.processPushNotification(message, eventDurationSeconds); if (message.type !== undefined && message.event_type !== undefined) {...