Johan
Johan
I agree with @HolgerAusB. As the motion detection for contact sensors is not supported by webhook using the API, the refresh rate should be wayyy shorter. (cf: https://github.com/OpenWonderLabs/SwitchBotAPI/issues/94) I was...
For now I am globally happy with Switchbot's products. The only thing is that issue with motion detection on contact sensors, which is impacting the homebrige plugin too. For now,...
I agree. The documentation is not clear and the motion detection is missing. It would be great if this feature was added and if answers could be given…
When we query device info we get: ``` { "statusCode": 100, "body": { "deviceId": "", "deviceType": "Contact Sensor", "hubDeviceId": "", "moveDetected": false, "brightness": "bright", "openState": "close" }, "message": "success" }...
I think you are right, that's a shame... But thank YOU for answering. I was feeling alone here :-D
FYI: I emailed the support to say that customers were not getting any answer on Github, here was the answer: ``` Hi there, Thank you for reaching out. We apologize...
Hello @chenliuyun. All is enabled. What we need is this: https://github.com/OpenWonderLabs/SwitchBotAPI/issues/125
@chenliuyun Almost good ! 2 issues: 1/ Webhook must be triggered when "detectionState" AND "openState" change. For now it does NOT work if move is detected, only when it is...
@AdyRock My changes have been pulled to the main repo. Documentation is now up to date. But the webhook is not triggered when movement is detected, and I suspect that...