-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loss of push notifications after "deploy" and first event #8
Comments
Very strange, did not see such behaviour, I see that there is an update to |
@recallfx its not the i've put this into initialise() function and seems to help in my case. This is not a bug fix but more a indication where to look.
Furthermore i've also added this.driver.isPushConnected in connect():
UPDATE: unfortunately this did not really worked permanently. after a couple of hours the connection is gone again |
I am also having this problem--- I just got my eufy t8520 lock, so i dont know much about it... but it seems that the connection is closing to the eufy device, then only updating whenever the poll timer is reached, and the PUSH notifications aren't really doing anything. I get: 27 Apr 14:04:20 - [info] Push notification connection successfully established and when my device is connected for polling: I also think this is related to eufy-security-client, as this was happening in the HomeAssistant integration, which is based on the same backend. |
Hi,
I've been able to track down a weird issue that occurs only after the flow has changed and "deployed". The node reconnects and I'm able to receive only 1 or 2 events (motion, person, crying etc.). After that I won't be able to receive any more events.
On deploy:
It is clear that the push notification and local network connection is disconnected and reconnected. Being connected using https://github.com/bropat/eufy-security-ws for debugging I was able to see that the camera still sends the events (iOS app also receives push notifications), just node-red won't receive any more events.
If I stop node-red and restart without any changes to the flow (no "deploy") the notifications work properly. Anyone else experienced that behaviour?
The text was updated successfully, but these errors were encountered: