plugin
plugin copied to clipboard
[Bug]: away / at home status mixed on homekit vs eufy app
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
}
],
Did you check this Common Issues pages ?
Duplicate of https://github.com/homebridge-eufy-security/plugin/issues/438 and fixed in HKSV branch.
any chance we can get this fixed in the stable version?