homebridge-http-webhooks icon indicating copy to clipboard operation
homebridge-http-webhooks copied to clipboard

Contact sensors unresponsive

Open Miq313 opened this issue 3 years ago • 3 comments

I have a few contact sensors that do not switch states with the URL call. I receive a {"success":true} response and the logs show that my URL call was processed, yet the sensors don't actually change state.

Is there any way to troubleshoot this? Is anyone experiencing similar issues?

Miq313 avatar Jan 13 '22 05:01 Miq313

What does the url you call look like? What is printed in the homebridge log while you call the url?

benzman81 avatar Jan 13 '22 07:01 benzman81

my URL calls look like http://[hostname].local:8583/?accessoryId=sensor1&state=false, and the homebridge log has the following entry: {"key":"http-webhook-sensor1","value":false}

I've tested with other boolean sensors (occupancy & motion) and they work perfectly, the issue only exists with the contact sensor.

Miq313 avatar Jan 13 '22 08:01 Miq313

Please start homebridge with debug mode an post the log.

https://github.com/homebridge/homebridge/wiki/Basic-Troubleshooting#debug-mode

benzman81 avatar Jan 13 '22 10:01 benzman81

Closed due to lack of response.

benzman81 avatar Sep 20 '22 21:09 benzman81