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

Powerful http switch for Homebridge: https://github.com/homebridge/homebridge

Results 35 homebridge-http-switch issues
Sort by recently updated
recently updated
newest added

how do I change the status pattern?

Hi, I like to send JSON Command as HTTP POST to my Hyperion Server. I tested the command with a simple HTTP rest tool. The JSON in the body is...

Regardless of the timeout parameter on stateless switches, it appears to default to 1 second.

I have 3 Sonoff switches with homekit firmware installed, so I was not supossed to use any homebridge setup to control them but I like to centralize all the devices...

my homebridge server hoobs 3.3.5 doesn't load config.json because I have that issue with the plugin : 30/06/2021, 19:25:01 Unexpected token ':' 30/06/2021, 19:25:01 Unable to determine plugin type for...

[homebridge-http-switch] This plugin slows down Homebridge. The read handler for the characteristic 'On' was slow to respond! See https://git.io/JtMGR for more info.

enhancement

When I send command to http-switch I found this error on log of home bridge: ``` [9/1/2021, 15:12:31] [CamSaloneOff] Error occurred setting state of switch: socket hang up [9/1/2021, 15:12:31]...

define method inside a Multiswitch does not work - may I do it wrong. If not it would be useful. { "accessory": "HTTP-SWITCH", "name": "ZAP-REBOOT", "switchType": "stateless", "method": "POST", "onUrl":...

hello! I have a problem, assuming that I am a noob, it is possible to use your plugin to make this call? curl -XPUT https://api.lifx.co/v1/lights/states -d @states.json -HContent-Type:application/json -H"Authorization: Bearer...

**Describe the bug** I'm having no luck with auth in a URL object. **To Reproduce** Steps to reproduce the behavior: 1. Create the config file as shown below The auth...