homebridge-http-webhooks
homebridge-http-webhooks copied to clipboard
A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge
Hi, I am trying to connect my heater/thermostat which is controlled by Siemens OZW 672 web server. It first logs in by credentials and then uses a session ID as...
Hello, for security reasons: Is it also possible to use HTTPS instead of HTTP? That would be a really nice feature :)
Hi, thanks for your work for this plugin, I have a problem with a switch not activating, I use this plugin in Synology NAS with DSM 7.0.1, Homebridgr is installed...
When i use the api I get {"success":true,"currentState":"","targetState":"0"} {"success":true,"CurrentPosition":"1","TargetPosition":"1"} But when I change the case I get {"success":true}
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,...
curl -s --user "http://localhost:51828/?accessoryId=charge_port_door_openWN" {"success":true} curl -s --user "http://localhost:51828/?accessoryId=lockedLN" {"success":true} "windowcoverings": [ { "id": "charge_port_door_openWN", "name": "Tesla's Charge Port", "open_url": "http://localhost:11111/charge_port_door_opeNN", "close_url": "http://localhost:11111/charge_port_door_close", "auto_set_current_positioNN": true
Hi, i think a good enhancement would be a door bell function. Maybe even with the option to use a static picture as a "Video Doorbell". CU AssetBurned ;-)
I have several ceiling fans that I control via API. This great plugin is allowing me to easily develop an interface for controlling from HomeKit, but the Fanv2 has some...
Hi, is there an option to report low battery values back to Homebridge? This would be really nice for monitoring my accessories.
It would be cool if we could report sensors as stale when they are not updated after a definable time. My use case: I have a battery operated pool temperature...