plugin
plugin copied to clipboard
[Bug]: handleSecuritySystemCurrentStateGets and handleSecuritySystemTargetStateGet: Wrong
What happened?
I get this message. The device works. After setting it up, one hour later the one button in Homekit (on/off camera) was gone. After reinstalling the plugin it was there again. Error message remains. Homebridge v17, NodeJS 20.9
Device Type
Indoor Camera (Supported)
Plugin Version
v2.0.x (Supported)
HomeBridge Version
other (UnSupported)
NodeJS Version
other (UnSupported)
Operating System
Raspbian 10+ (Supported)
Relevant log output
[12/18/2023, 17:59:27] [EufySecurity] INFO Registering new accessory: Eufy Kamera
[12/18/2023, 17:59:28] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemCurrentStateGets: Wrong return value
[12/18/2023, 17:59:28] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemTargetStateGet: Wrong return value
[12/18/2023, 17:59:29] [EufySecurity] INFO Registering new accessory: Eufy Kamera
[12/18/2023, 17:59:31] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemTargetStateGet: Wrong return value
[12/18/2023, 17:59:31] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemCurrentStateGets: Wrong return value
[12/18/2023, 17:59:34] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemTargetStateGet: Wrong return value
[12/18/2023, 17:59:34] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemCurrentStateGets: Wrong return value
[12/18/2023, 18:00:06] [EufySecurity] INFO Looking for old cached accessories that seem to be outdated...
[12/18/2023, 18:00:06] [EufySecurity] INFO No outdated cached accessories found.
[12/18/2023, 18:00:09] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemCurrentStateGets: Wrong return value
[12/18/2023, 18:00:09] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemTargetStateGet: Wrong return value
[12/18/2023, 18:00:33] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemCurrentStateGets: Wrong return value
[12/18/2023, 18:00:33] [EufySecurity] ERROR Eufy Kamera handleSecuritySystemTargetStateGet: Wrong return value
config
{
"platform": "EufySecurity",
"username": "xxx",
"password": "xxx",
"country": "DE",
"deviceName": "",
"cameras": [
{
"serialNumber": "xxx",
"enableButton": true,
"motionButton": false
}
],
"ignoreStations": [],
"ignoreDevices": [],
"cleanCache": true
}
Did you check this Common Issues pages ?
After I ignore the Station and only active the device (indoor cam), the error has gone. Now it works for me without error.
The only thing that stands out is that the general plugin settings are not saved. I clicked that the logs should not be saved. After restarting Homebridge, the option is grayed out again.