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

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

Results 6 homebridge-http-lightbulb issues
Sort by recently updated
recently updated
newest added

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.0 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Good evening! Can somebody help me how to configure the strings for a Shelly DuoGU10. I´m totaly new to RegExp patterns or how to read strings of a status URL...

My light bulb expects brightness and either `red`, `green`, `blue`, `white` or `temp` values (if in color or white mode respectively). You can add a `gain` value, too, but I'm...

my config for tasmota { "accessory": "HTTP-LIGHTBULB", }, "name": "light", "debug": true, "onUrl": "http://192.168.50.166/cm?cmnd=Power%20on", "offUrl": "http://192.168.50.166/cm?cmnd=Power%20off", "statusUrl": "http://192.168.50.166/cm?cmnd=state", "statusPattern": "\"POWER\":\"ON", "brightness": { "setUrl": "http://192.168.50.166/cm?cmnd=Dimmer%20%s", "statusUrl": "http://192.168.50.166/cm?cmnd=Dimmer" }, "colorTemperature": { "setUrl":...

An example is the [VeSyncESL100CW](http://www.vesync.com/etekcity-smart-led-cool-to-warm-white-light-bulb-esl100cw). 0% maps to 400 mired and 100% maps to 50 mired. `mired = 400 - (3.5 * percent)` ```"unit":"percent"``` can be used as a key-value...