Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EufySecurity] ERROR Bureau handleSecuritySystemTargetStateGet: Wrong return value #506

Closed
fedelite opened this issue Jan 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fedelite
Copy link

What happened?

The security system is not switching correctly with the automation i have created when I am coming back home.
I created 1 automation with a dummy switch to go OFF when the last person arrives, the a 2nd automation when switch OFF -> system switch to HOME. And vice versa, when leaving home, but that one works.

It is just when coming back home, I have basically to open the home app for the system to switch to HOME, otherwise it is loading forever upon arrival.

I hope it is clear. Thanks for your help

Device Type

Motion Detector (Supported)

Plugin Version

v2.0.x (Supported)

HomeBridge Version

v1.6.x (Supported)

NodeJS Version

v18 (Supported)

Operating System

Raspbian 10+ (Supported)

Relevant log output

[24/01/2024 16:53:27] [Dummy] Setting switch to false
[01/24/2024, 16:53:27]  [EufySecurity]  INFO    Bureau  Request to change station guard mode to: STAY_ARM(0)
[01/24/2024, 16:53:27]  [EufySecurity]  INFO    Living Request to change station guard mode to: STAY_ARM(0)
[01/24/2024, 16:53:38]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 16:53:38]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemCurrentStateGets: Wrong return value
[01/24/2024, 16:53:38]  [EufySecurity]  ERROR   Living handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 16:53:38]  [EufySecurity]  ERROR   Living handleSecuritySystemCurrentStateGets: Wrong return value
[01/24/2024, 16:55:20]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 16:55:20]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemCurrentStateGets: Wrong return value
[01/24/2024, 16:55:20]  [EufySecurity]  ERROR   Living handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 16:55:20]  [EufySecurity]  ERROR   Living handleSecuritySystemCurrentStateGets: Wrong return value
[24/01/2024 16:55:52] [Dummy] Setting switch to true
[01/24/2024, 16:55:52]  [EufySecurity]  ERROR   Living handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 16:55:52]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 16:55:52]  [EufySecurity]  INFO    Living Request to change station guard mode to: AWAY_ARM(1)
[01/24/2024, 16:55:52]  [EufySecurity]  INFO    Bureau  Request to change station guard mode to: AWAY_ARM(1)
[24/01/2024 16:57:31] [Dummy] Setting switch to false
[01/24/2024, 16:57:31]  [EufySecurity]  INFO    Bureau  Request to change station guard mode to: STAY_ARM(0)
[01/24/2024, 16:57:31]  [EufySecurity]  INFO    Living Request to change station guard mode to: STAY_ARM(0)
[01/24/2024, 17:01:03]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 17:01:03]  [EufySecurity]  ERROR   Bureau  handleSecuritySystemCurrentStateGets: Wrong return value
[01/24/2024, 17:01:03]  [EufySecurity]  ERROR   Living handleSecuritySystemTargetStateGet: Wrong return value
[01/24/2024, 17:01:03]  [EufySecurity]  ERROR   Living handleSecuritySystemCurrentStateGets: Wrong return value

config

"platform": "EufySecurity",
    "hkHome": 2,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [],
    "ignoreDevices": [],
    "cleanCache": true,
    "stations": [
        {
            "hkHome": 2,
            "hkAway": 0,
            "serialNumber": "T8010N23204308C2",
            "manualTriggerModes": [
                0,
                1
            ]
        },
        {
            "hkHome": 2,
            "hkAway": 0,
            "serialNumber": "T8010T2522270797",
            "manualTriggerModes": [
                0,
                1
            ]
        }
    ],
    "cameras": [
        {
            "serialNumber": "T8113T93222115D2",
            "useCachedLocalLivestream": true,
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "enableButton": false,
            "motionButton": false
        },
        {
            "serialNumber": "T8113N1320475C4F",
            "useCachedLocalLivestream": true,
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "enableButton": false,
            "motionButton": false
        },
        {
            "serialNumber": "T8113N13204760B5",
            "useCachedLocalLivestream": true,
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "enableButton": false,
            "motionButton": false
        },
        {
            "serialNumber": "T8113N1320475ABA",
            "useCachedLocalLivestream": true,
            "talkback": true,
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "enableButton": false,
            "motionButton": false
        },
        {
            "serialNumber": "T8113N53222422CA",
            "useCachedLocalLivestream": true,
            "videoConfig": {
                "audio": true,
                "audioSampleRate": 0
            },
            "talkback": true,
            "enableButton": false,
            "motionButton": false
        }
    ]
}
@fedelite fedelite added the bug Something isn't working label Jan 24, 2024
Copy link

Did you check this Common Issues pages ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant