David Parry

Results 21 comments of David Parry

I'm trying to get this to work... The first error I got was... ``` /Users/david/Development/NodeJS/node-lifx/lib/lifx/packets/setWaveform.js:144 throw new TypeError('obj.waveform value must be given for setWaveform LIFX ^ TypeError: obj.waveform value must...

Any chance you could add a `setWaveform` function to `Light` ?

@MariusRumpf, yeah I'm all for [breathe](http://api.developer.lifx.com/docs/breathe-effect) and [pulse](http://api.developer.lifx.com/docs/pulse-effect) effect methods, just the Lifx remote API.

@kevingelion currently, removing `Accessories` or adding/removing `Services` and/or `Characteristics` is only supported using the app `Hesperus` (which is free from the App Store). Device removal is persisted through reboot, but...

@cakefornoreason the current version supports an ignoreList You can add to the config file like this... ``` "platforms": [ { "platform": "LifxLan", "name": "LIFX", "ignoredDevices": [ "d073d50165c7", "d073d5018ce2", "d073d5018e42", "d073d5206894",...

alternatively, if you use the Herperus app, there is a `Configuration` option which allows you to add/remove a bulb from the `Ignore List`, using this method doesn't require you to...

I've just released version 0.1.3, can you please give it a go and see if it resolves your issue. 👍

@stevelucky I use to have a specific setting for `Kelvin` but it wasn't supported by the official `Home` app. I recently implemented `Color Temperature` which is measured in `mireds` rather...

@seannymurrs are all the bulbs on the same subnet ?

@KiwiAs sorry I somehow missed this. I'd suggest posting an issue on [node-lifx](https://github.com/MariusRumpf/node-lifx). I'm basically exposing the bulb functionality via that module, hopefully Marius might have some ideas.