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:
4 Nov 10:48:15 - [info] Push notification connection closed
4 Nov 10:48:15 - [info] Disconnect from station T8410P..........C
4 Nov 10:48:15 - [info] Disconnect from station T8410P..........8
CLEANUP
4 Nov 10:48:15 - [info] Disconnected from station T8410P..........C
4 Nov 10:48:15 - [info] Disconnected from station T8410P..........8
... more log events
4 Nov 10:48:18 - [info] Connected to station T8410P..........8 on host 192.168.x.5 and port 27457
4 Nov 10:48:18 - [info] Connected to station T8410P..........C on host 192.168.x.7 and port 27457
4 Nov 10:48:19 - [info] Push notification connection successfully established
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?
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?