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

If devices will be turned off (for example at night) HTTP-Switch is marked as a not reachable device in Homekit (as to expect). In my case, I use some switches...

enhancement

Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies

**Describe the bug** It does not work via the plugin. Neither with "sendImmediately": false nor with "sendImmediately": true. Directly in the browser it works via URL and http://username:[email protected]:8082/restart **Expected behavior**...

**Describe the bug** I'm not sure this is being a bug. More likely a support request to setup a working `statusPattern`... I've got this endpoint `http://hyperhdr.local/json-rpc?xxxx` It returns me the...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Each accessory defined in this package will be interpreted by HomeKit as a switch type service. Some of my devices are lights, fans, curtains etc. HomeKit won't respond to instructions...

enhancement

I have the following... ``` "accessories": [ { "accessory": "HTTP-SWITCH", "name": "Fireplace", "switchType": "stateful", "timeout": 2000, "onUrl": "http://10.1.1.90/api/switchOn", "offUrl": "http://10.1.1.90/api/switchOff", "statusUrl": "http://10.1.1.90/api/switchStatus" } ], ``` If this device is unplugged...

First of all, fantastic plug-in 👍 see below for feature request. **Is your feature request related to a problem? Please describe.** I have a 10 url in series sequence. There...

enhancement

**Is your feature request related to a problem? Please describe.** I'm trying to post a JSON payload and it isn't working. This might not be a bug,just a documentation issue...

Can someone add the function of open door/relay for hikvision doorbells? I found this [home assistant thread](https://community.home-assistant.io/t/ds-kd8003-ds-kv8113-ds-kv8213-ds-kv6113-ds-kv8413-and-integration-hikvision-hikconnect-video-intercom-doorbell/238535) discussing this and they had this command for open door To open an...