node-hue-api icon indicating copy to clipboard operation
node-hue-api copied to clipboard

Node.js Library for interacting with the Philips Hue Bridge and Lights

Results 29 node-hue-api issues
Sort by recently updated
recently updated
newest added

I am using the `esmodules` branch (or the `default` branch with [this patch](https://github.com/peter-murray/node-hue-api/issues/220#issuecomment-1646561635) applied, so it can import `discovery`) Everything works fine, but if I switch a light off (or...

I think adding the `bridgeid` to `bridge-validation.ts` (line 51) would be very helpful. `result.bridgeid = res.data.bridgeid;` This is especially true, if the bridge was renamed and/or moved to another IP-address....

``` const discovery = require('node-hue-api').discovery ; async function getBridge() { const results = await discovery.mdnsSearch(); // Results will be an array of bridges that were found console.log(JSON.stringify(results, null, 2)); }...

When I use the example code shown in the documentations I get this error message: `ApiError: Problems resolving hue bridges, HTTP error status: 429` This is the example code: ```javascript...

According to [the official documentation](https://developers.meethue.com/develop/hue-api-v2/), the Hue API V2 has reached production maturity. The V2 API offers many improvements and for example an event stream to subscribe to changes as...

I have already saw multiple questions about this, but it never got implemented, so, would it be possible to add RGB support for the `setGroupState`? Using scene's is not an...

The API complains that we're trying set set eg: `battery`. I believe this happens for `updateSensorState` as well. Also, some documentation about which things are "config" and which are "state"...

As documented here: https://github.com/peter-murray/node-hue-api/blob/HEAD/docs/users.md#createuser

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies