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

According to [Hue documentation](https://developers.meethue.com/develop/application-design-guidance/hue-bridge-discovery/#:~:text=NOTE%201%20%E2%80%93%20UPnP%20(or%20more%20specifically%20the%20UPnP%20subset%20Simple%20Service%20Discovery%20Protocol%20(SSDP))%20used%20to%20be%20available%20as%20another%20discovery%20method%20but%20has%20been%20deprecated%20in%20favor%20of%20mDNS%20and%20will%20be%20disabled%20in%20Q2%202022) uPNP discovery will be discontinued Q2 2022 (now). Is there a way to do this with `node-hue-api`? >NOTE 1 – UPnP (or more specifically the UPnP...

I have a CLI built using `node-hue-api` that has been working fine for months. Suddenly I'm getting rate limits now. I got a rate limit today and I haven't even...

I cannot import node-hue-api as ESM module. It would be nice if you can support both, ESM as well as Common Modules. Thanks.

Hey, Im looking to get this working with React.js but each time the app starts I get a module error: Module not found: Error: Can't resolve 'dgram' dgram is a...

Hi, all, Can somebody tell be how the Hue Bridge handles the activation of the touchlink function? After activation, is it disabled after a timeout, after a device has been...

Hi! I am trying to turn on/of multiple lights simultaneously, but they only turn on/off one after one. Is that a result of the preconfigured rate limits (maxConcurrent 1, wait...

FYI: https://www.gearxnews.com/2021/07/13/new-philips-hue-api-works-via-push/ Not sure how valid these information are. But if it's the case, I guess many third party developers will be happy over this change and would like to...

Currently to get hold of the `createLocal` function I am having to do this: ```ts import {v3} from "node-hue-api" v3.v3.api.createLocal() ``` Or: ```ts import hueApi from "node-hue-api" hueApi.v3.v3.api.createLocal() ``` which...

Hi I'm contributor to open-source project [GladysAssistant](https://gladysassistant.com/) We use this lib in our Philips Hue services ( in version 4.0.9 ). Thank you BTW ! We have some weird behavior,...

# Reproduction 1. Set environment variable `https_proxy=myproxy:1234`, whereas myproxy:1234 is a Squid proxy. This is a global user config, applying to the entire user session, set e.g. (among others) by...