fuatakgun / eufy_security

Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
877 stars 73 forks source link

HomeBase 2 not disarming #180

Closed leonardpitzu closed 2 years ago

leonardpitzu commented 2 years ago

Please check Services, Known Bug / Issues and Troubleshooting over here first: https://github.com/fuatakgun/eufy_security/blob/master/README.md

Describe the bug I have a HomeBase2 with 3 EufyCam 2 connected to it. I have an automation which sounds like this:

To Reproduce Steps to reproduce the behavior: goto Services and arm/disarm the system. If arming works, disarming does not work and vice versa.

Expected behavior The surveillance system shall change the state between armed and disarmed.

Screenshots calling the service

Screenshot 2021-12-20 at 10 42 04

but the state remains armed_away

Screenshot 2021-12-20 at 10 42 41

**Hardware Information about Home Assistant docker container on synology NAS (x86 CPU)

**Hardware Information about Cameras

Additional context Logs: 2021-12-20 10:35:49 DEBUG (MainThread) [custom_components.eufy_security] eufy_security - WebSocket message sent. {"messageId": "set_guard_mode", "command": "station.set_guard_mode", "serialNumber": "T8010P2320503511", "mode": 63} 2021-12-20 10:35:49 DEBUG (MainThread) [custom_components.eufy_security] eufy_security - on_message - {'type': 'result', 'success': True, 'messageId': 'set_guard_mode', 'result': {}}

fuatakgun commented 2 years ago

please restart add-on, reload integration, execute service call and share your add-on logs

leonardpitzu commented 2 years ago

I had to remove the add-on and the extension, reboot HA and setup again the add-on and the extension. Now it seems to be working... Weird. As such please close the issue. If something comes up i will reopen it and attach the logs.