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

[Bug]: S100 - Alarm commands seems not working #385

Open
shupa opened this issue Dec 6, 2024 · 1 comment
Open

[Bug]: S100 - Alarm commands seems not working #385

shupa opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@shupa
Copy link

shupa commented Dec 6, 2024

Version

1.9.1

Node version

20.17.0

Operating System type

Linux

Operating system version

Debian 11

Describe the bug

Hello,

First thanks for your work allowing us to integrate eufy product in our domotic environment !
Much appreciated ;)

So I'm using the jeedom Eufy plugin based on your lib and everything is running fine except the ON alarm command which does nothing unfortunatelly.

Here is what I can collect on the log of the jeedom plugin:

ALARM ON:

[2024-12-06 08:47:28] DEBUG : eufyd command: {"command": "station.trigger_alarm", "serialNumber": "T84A1P1024330BE7", "apikey": "xxxxxxxxxxxxxxxx"}
[2024-12-06 08:47:28] DEBUG : on_message: {"type":"result","success":true,"result":{"async":true}}
[2024-12-06 08:47:28] DEBUG : parseResultMessage: {'async': True}
[2024-12-06 08:47:28] DEBUG : on_message: {"type":"event","event":{"source":"station","event":"command result","serialNumber":"T84A1P1024330BE7","command":"trigger_alarm_sound","returnCode":0,"returnCodeName":"ERROR_PPCS_SUCCESSFUL","customData":{"command":{"name":"stationTriggerAlarmSound"}}}}

The OFF command is working (if I trigger tha alarm through the Eufy app directly thus):
[2024-12-06 08:58:45] DEBUG : eufyd command: {"command": "station.reset_alarm", "serialNumber": "T84A1P1024330BE7", "apikey": "xxxxxxxxxxxxxxxx"}
[2024-12-06 08:58:45] DEBUG : on_message: {"type":"result","success":true,"result":{"async":true}}
[2024-12-06 08:58:45] DEBUG : parseResultMessage: {'async': True}
[2024-12-06 08:58:45] DEBUG : on_message: {"type":"event","event":{"source":"station","event":"command result","serialNumber":"T84A1P1024330BE7","command":"trigger_alarm_sound","returnCode":0,"returnCodeName":"ERROR_PPCS_SUCCESSFUL","customData":{"command":{"name":"stationTriggerAlarmSound","value":0}}}}

Any clue or help is more than welcoming.

Many thanks in advance

Nico

To reproduce

  1. Click on alarm ON action of the equipment

Screenshots & Logfiles

No response

Additional context

No response

@shupa shupa added the bug Something isn't working label Dec 6, 2024
@shupa shupa changed the title [Bug]: Alarm commands seems not working [Bug]: S100 - Alarm commands seems not working Dec 6, 2024
@lxrootard
Copy link

@bropat this is the same issue as #191 on T8113 and T8010 that I opened last year.
see my Postman logs in the issue
thanks

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

No branches or pull requests

2 participants