homebridge-http-webhooks
homebridge-http-webhooks copied to clipboard
A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge
Solving #168
**Current behavior** When arming a security system from HomeKit, the target AND current state are set in Homebridge, and the `Characteristic.SecuritySystemCurrentState` is set to the new state automatically. **Expected behavior**...
Hi, I am using this plugin to turn on some lights behind my PC, if the pc is switched on. Currently, I am using the following configuration: ```json { "id":...
Hi, newstate can only be a written with "true" or "false". There is no way to set the value by setting numeric values to it. I would expect sending a...
V4 removes monkey patching of the `http` which is a bit risky and confusing (https://github.com/gevorg/http-auth/commit/54091adfe2cd8626121f2e7e319a04f209a55f74), so thought it would be good to upgrade. Note I don't have this running locally...
Hi, I am using a switch to turn the nightmode of my Sonos system on and off using the sonos http api webhooks. Now when I change the nightmode outside...
This PR adds logic to the switch to toggle state instead of sending a fixed `state=true` or `state=false`. Now you can send `state=toggle` in order to make the switch go...
Currently the plugin only supports regular light bulbs, supporting RGB bulbs (and bulbs with a "temperature" setting) would be great!
I have this in Homebridge-Protokoll : Change HomeKit value for temperature sensor to 'NEWVALUE22.13'. , when the sensor to warm is a other value , also it works . Change...
[30.8.2023, 08:10:14] [@kellojo/homebridge-http-webhooks] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://homebridge.io/w/JtMGR...