homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
165 stars 24 forks source link

[Bug]: away / at home status mixed on homekit vs eufy app #442

Open CorsicaPaT opened 10 months ago

CorsicaPaT commented 10 months ago

What happened?

Hi there,

I'd install the 2.2.21, it sound's the activation of mode "Home" on app 'eufy Security' 4.7.4 on ios 17.0.2 start the mode "Secure" on homekit, and vice e versa... When using homekit and trying to set status "at home", the plugin set the status "away" on app eufy security. My only solution was to downgrade the plugin on homebridge to the previous version 2.2.20 (which working perfectly)

Device Type

Indoor Camera (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Ubuntu 18.04+ (Supported)

Relevant log output

.

config

{
            "username": "XXXXXXXXXXX",
            "password": "XXXXXXXXXXX",
            "country": "FR",
            "deviceName": "",
            "platform": "EufySecurity",
            "ignoreStations": [],
            "stations": [
                {
                    "serialNumber": "xxxxxx85A",
                    "manualTriggerModes": [
                        0,
                        1,
                        3,
                        2
                    ]
                },
                {
                    "serialNumber": "xxxxxxxx4F78",
                    "manualTriggerModes": [
                        2
                    ]
                },
                {
                    "serialNumber": "xxxxxxx240D8C",
                    "manualTriggerModes": [
                        2
                    ]
                }
            ],
            "cameras": [
                {
                    "serialNumber": "xxxxxxxxxxxx404DA",
                    "rtsp": false,
                    "enableCamera": true,
                    "videoConfig": {
                        "audio": true,
                        "audioSampleRate": 0
                    },
                    "talkback": true,
                    "snapshotHandlingMethod": 2,
                    "immediateRingNotificationWithoutSnapshot": true,
                    "refreshSnapshotIntervalMinutes": 0,
                    "enableButton": true,
                    "motionButton": true
                },
                {
                    "serialNumber": "xxxxxxxxxxxx60308",
                    "rtsp": false,
                    "talkback": false
                },
                {
                    "serialNumber": "xxxxxxxxxxxx44F78",
                    "useCachedLocalLivestream": false,
                    "enableCamera": "true",
                    "videoConfig": {
                        "audio": true,
                        "audioSampleRate": 0
                    },
                    "talkback": true,
                    "snapshotHandlingMethod": 2
                },
                {
                    "serialNumber": "xxxxxxxxxxxxx0D8C",
                    "enableCamera": "true",
                    "videoConfig": {
                        "audio": true,
                        "audioSampleRate": 0
                    },
                    "talkback": true,
                    "enableButton": true,
                    "motionButton": true,
                    "snapshotHandlingMethod": 2,
                    "refreshSnapshotIntervalMinutes": 0,
                    "useCachedLocalLivestream": true,
                    "rtsp": false
                }
            ],
github-actions[bot] commented 10 months ago

Did you check this Common Issues pages ?

alternativ commented 10 months ago

Duplicate of https://github.com/homebridge-eufy-security/plugin/issues/438 and fixed in HKSV branch.

hayeskl commented 9 months ago

any chance we can get this fixed in the stable version?