samemory / homebridge-eufy-security

Work in progress
Apache License 2.0
97 stars 14 forks source link

[Bug]: hkOff not Used #309

Closed jonwestfall closed 2 years ago

jonwestfall commented 2 years ago

What happened?

I'm using the configuration below. However when I toggle to "Off" in HomeKit, it sets to 63 (the default), not 6.

    {
        "platform": "EufySecurity",
        "username": "EMAIL",
        "password": "PASSWORD",
        "hkHome": 1,
        "hkAway": 0,
        "hkNight": 3,
        "hkOff": 6,
        "enableDetailedLogging": 1,
        "ignoreStations": [],
        "ignoreDevices": []
    }

With that configuration, setting to "Off" in HomeKit shows the following in the log:

[12/28/2021, 9:38:23 PM] [EufySecurity-1.0.8] DEBUG: Homebase SET StationGuardMode: 63 [12/28/2021, 9:38:24 PM] [EufySecurity-1.0.8] DEBUG: Homebase ON SecuritySystemCurrentState: 63 [12/28/2021, 9:38:24 PM] [EufySecurity-1.0.8] DEBUG: Homebase ON SecurityGuardMode: 63

Device Type

Station (Supported)

Plugin Version

v1.0.x (Supported)

HomeBridge Version

v1.3.x (Supported)

NodeJS Version

v14 (Supported)

Operating System

Docker (UnSupported)

Relevant log output

No response

github-actions[bot] commented 2 years ago

Did you check this Common Issues pages ?

schliemann commented 2 years ago

Please re-test. Works on my end.

jonwestfall commented 2 years ago

Still is setting to 63 and not 6. I tried setting hkOff to 3 for testing, and can verify that it did set it to "Night" mode when I set it to Off. Is there anything else I can try to troubleshoot?

schliemann commented 2 years ago

What version are you on?

lenoxys commented 2 years ago

this is only available on beta

jonwestfall commented 2 years ago

Can confirm that it only works in Beta. Upgraded from stable to beta, and works as expected.

lenoxys commented 2 years ago

thanks for your feedback we will merge beta into stable soon