Giter Club home page Giter Club logo

homebridge-platform-lightify's People

Contributors

apexad avatar dalethomas81 avatar mylesagray avatar rainlake avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebridge-platform-lightify's Issues

Motion sensor

With this fantastic plugin's new version, has exposed lightify motion sensor, but appears in HomeKit as contact sensor. It's possible that this change and shows in HomeKit as motion sensor?

Thanks in advance!

Control Lightify Groups

Hi again Rainlake,

I have a request, if possible - it's a feature request rather than a bug fix I think.

I have been playing around with the API and have found it is possible to control groups (as defined in the Osram IOS/Android app.

The problem I have with the way HomeKit and this plugin is working with my lights is that it will only control one light at a time, rather than the group. I notice that the node-lightify does gather information about groups.

Is it at all possible to create a variant of this plugin that would expose groups to Homebridge rather than lights? This would enable me to better configure HomeKit and control lights in unison, a better overall experience and much less load on HomeKit itself.

Anyway, I appreciate you must have other things to do than indulge my home automation needs! but if it's possible, and you're willing, I would be grateful

Thank you, Drew

BR30 RGBW Bulbs

When I try to change color in HomeKit App, Nothing changes on the bulbs. Only the brightness

Feature Request: Lightify Groups Dimmable

Hi Rainlake (me again...)

Groups are now working perfectly, and are very responsive (almost instant to voice commands). I note however that lightly groups are showing as a switch, not a dimmer, meaning I am unable to dim the lights. Is this possible?

No rush in the meantime - working! Thank you again.

Lightify Switch Mini is exposed to Homekit as Light

Hello,

I am running this plugin since a while with Lightify Lamps, Plugs and Motion Sensors. Great work!
Now for the first time I integrated 2 Lightify Switch Mini into my Lightify setup.
What happens is that in Homekit these 2 switches are shown as Lights.
Is it somehow possible to ignore these switches, as the plugin is not supporting them?

Cheers!

License

Hi, I'd like to use the source of this module. Can you add a license to this project. Otherwise I would not be allowed to use and modify your code for my project.

Lightify Cloud Server Switch-Off

Will the Lightify Cloud-Server deactivation on August 31st 2021 affect the functionality of this plugin? Will it continue to work as usual or is it dependent on Osram‘s servers?

Can not set Lightify Tunable White

The plugin actually works supper.
The lamps are displayed and you can use them. The RGBW lamps can also change the color and also the light temperature.
Unfortunately, the turnable white lamps can not adjust the "light-temparatur". Is it possible to add this to the plugin?
thank you

Can you make moods show up

Hey this plugin rocks!! only thing missing is Moods
coudl you make it so it could. be something like this

show moods (true or False
kind of like how it is for groups

would be awesome because whenever i say turn lights white always look pinkish

i have no clue how to code or i would give it a shot!!

but would be sweet to just hit a button in the home app to make lights blue etc.. when you set a scene

How to edit the config.json file? (total newibe)

I have never been programming, never used the "terminal" before - so that's my level of knowledge here.

I managed to install homebride on a Raspberry pi 4.
Using the web browser interface.
Now I want to get my Lightify bulbs up and running in homekit. So I installed the plugin in the web browser interface.

From what I understand I need to edit the config file: https://www.npmjs.com/package/homebridge-platform-lightify
I tried to do that, but I can't add this text in the right place I guess.

{
"platform": "Lightify",
"bridge_ip": "x.x.x.x",
"name" : "Lightify",
"showGroups" : true,
"hideNodes" : false
}

It says I should add it under Platforms section, but every time I try and save it I get an error message.

Does anyone know how to do this?

Discovery timeout when "showGroups": true

Hi rainlake

Thank you so much for for adding groups to your code. I'm excited about getting this working.

I have set the "showGroups": true, "hideNodes": true as below:

{
"platform": "Lightify",
"bridge_ip": "192.168.0.3",
"name": "Lightify",
"showGroups": true,
"hideNodes": true
}

Doing this stops home bridge from launching and I notice that I get a statement saying "[Lightify] Discovered failed timeout"

I have attached the debug code below

perhaps I simply have the wrong config? I removed the showGroups setting which launched homebridge with the hideNodes: true working. It was only showGrops that caused the issue.

Any ideas?

thank you again!

Homes-Mac-mini:~ homeauto$ homebridge -D
[3/16/2017, 7:16:10 PM] Loaded plugin: homebridge-camera-ffmpeg
[3/16/2017, 7:16:10 PM] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[3/16/2017, 7:16:10 PM] ---
[3/16/2017, 7:16:10 PM] Loaded plugin: homebridge-efergy
[3/16/2017, 7:16:10 PM] Registering accessory 'homebridge-efergy.Efergy'
[3/16/2017, 7:16:10 PM] ---
[3/16/2017, 7:16:10 PM] Loaded plugin: homebridge-homeassistant
[3/16/2017, 7:16:10 PM] Registering platform 'homebridge-homeassistant.HomeAssistant'
[3/16/2017, 7:16:10 PM] ---
[3/16/2017, 7:16:10 PM] Loaded plugin: homebridge-ip-camera
[3/16/2017, 7:16:10 PM] Registering platform 'homebridge-ip-camera.Camera-IP'
[3/16/2017, 7:16:10 PM] ---
[3/16/2017, 7:16:10 PM] Loaded plugin: homebridge-platform-lightify
[3/16/2017, 7:16:10 PM] Registering platform 'homebridge-platform-lightify.Lightify'
[3/16/2017, 7:16:10 PM] ---
[3/16/2017, 7:16:11 PM] Loaded plugin: homebridge-platform-orvibo
[3/16/2017, 7:16:11 PM] Registering platform 'homebridge-platform-orvibo.Orvibo'
[3/16/2017, 7:16:11 PM] ---
[3/16/2017, 7:16:11 PM] Loaded plugin: homebridge-platform-wemo
[3/16/2017, 7:16:11 PM] Registering platform 'homebridge-platform-wemo.BelkinWeMo'
[3/16/2017, 7:16:11 PM] ---
[3/16/2017, 7:16:11 PM] Loaded plugin: homebridge-server
[3/16/2017, 7:16:11 PM] Registering platform 'homebridge-server.Server'
[3/16/2017, 7:16:11 PM] ---
[3/16/2017, 7:16:11 PM] Loaded config.json with 1 accessories and 4 platforms.
[3/16/2017, 7:16:11 PM] ---
[3/16/2017, 7:16:11 PM] Loading 4 platforms...
[3/16/2017, 7:16:11 PM] Initializing Orvibo platform...
[3/16/2017, 7:16:11 PM] [Lightify] Initializing Lightify platform...
[3/16/2017, 7:16:11 PM] [WeMo Platform] Initializing BelkinWeMo platform...
[3/16/2017, 7:16:11 PM] Initializing Camera-IP platform...
[3/16/2017, 7:16:11 PM] Loading 1 accessories...
[3/16/2017, 7:16:11 PM] [Efergy] Initializing Efergy accessory...
Load homebridge-camera-ffmpeg.Camera-ffmpeg
[3/16/2017, 7:16:11 PM] GardenCam is running on port 56393.
[3/16/2017, 7:16:11 PM] [Lightify] Connected to Lightify Bridge
[3/16/2017, 7:16:11 PM] [Lightify] command sent [1][070000130100000001]
[3/16/2017, 7:16:11 PM] [Lightify] socket data: [6f08011301000000002b004310af9d010000261884020102040702080000648e0a010000ff426564203100000000000000000000000000000000000000ad68108b010000261884020102040702200001648e0a010000ff4775657374203300000000000000000000000000000000000b2e8289010000261884020102040702200001648e0a010000ff47756573742032000000000000000000000000000000000064a4c2b2010000261884020102040702200001648e0a010000ff477565737420310000000000000000000000000000000000e7426b9e010000261884020102040002000001648e0a010000ff4775657374204c20320000000000000000000000000000000ca4438b010000261884020102040002400000648e0a990000ff4f666669636520446f6f7200000000000000000000000000dea6638e010000261884020102040702080000648e0a010000ff426564203200000000000000000000000000000000000000a1acc3d7d90000261884020102049202800000328e0a010000ff4c61756e647279204c616d70000000000000000000000000d07e449b010000261884020102040702010201648e0a010000ff4c6f756e676520536f6661203100000000000000000000001aa3068f010000261884020102040002010201648e0a010000ff4c6f756e67652043656e7472652031000000000000000000a240419d010000261884020102040002010201648e0a010000ff4c6f756e6765204d616e74656c20320000000000000000001ad1b289010000261884020102040702010201648e0a010000ff4c6f756e6765204d616e74656c20310000000000000000003a11168e010000261884020102040002400000648e0a010000ff4f6666696365204465736b20520000000000000000000000bffcf9b2010000261884020102040002000000648e0a010000ff43696e656d61203200000000000000000000000000000000a849ba76cb00002618840a010204010220000014ac0affffffff4775657374204c616d70000000000000000000000000000074fec69c010000261884020102040002020000648e0a010000ff42616c636f6e792042656400000000000000000000000000ea58de57000000261884020102040002020000648e0a010000ff42616c636f6e79205461626c6500000000000000000000008ae02eb6010000261884020102040002020000648e0a010000ff42616c636f6e792042425100000000000000000000000000536b6fd4ca00002618840a0102040102100000648e0affffffff456e7472616e636500000000000000000000000000000000df706689010000261884020102040002100000648e0a010000ff48616c6c2042656420446f6f720000000000000000000000d6a25a8e010000261884020102040002100000648e0a010000ff48616c6c20446f6f7200000000000000000000000000000094015889010000261884020102040002080000648e0a010000ff42656420446f6f720000000000000000000000000000000023cae4af010000261884020102040002400000648e0a990000ff4f6666696365205069616e6f0000000000000000000000004845cbb1010000261884020102040702080000648e0a010000ff42656420436c6f7365740000000000000100000000000000ffffee9c010000261884000102040700000101648e0a010000ff47617264656e2050616c6d2031000000030000000000000065083e9b010000261884020102040702080000648e0a010000ff426564204d6972726f7200000000000000000000000000008264ff8e010000261884020102040702010201648e0a010000ff4c6f756e676520536f66612032000000000000000000000054f8128a010000261884020102040702010201648e0a010000ff4c6f756e67652043656e747261]
[3/16/2017, 7:16:11 PM] [Lightify] Expected len [2161]
[3/16/2017, 7:16:11 PM] [Lightify] len = [1400]
[3/16/2017, 7:16:11 PM] [WeMo Platform] Online: Front Garden Irrigation [94103E32C180]
[3/16/2017, 7:16:11 PM] [Lightify] socket data: [6c00000000000000000000b754b07cc90000261884020102049202040200648e0a010000ff4b69746368656e2042656e63682031000000000000000000c7dcd0130100002618840a0102040102080000648e0affffffff426564204c616d70000000000000000000000000000000007f52938a010000261884020102040002040200648e0a010000ff4b69746368656e2052000000000000000000000000000000754ba48e010000261884020102040002400000648e0a010000ff4f6666696365204465736b204c0000000000000000000000ca57478b010000261884020102040000000000648e0a010000ff43696e656d612031000000000000000000000000000000000d04add3d90000261884020102040702040200648e0a010000ff4b69746368656e2042656e636820320000000000000000002b86008f010000261884020102040002040200648e0a010000ff4b69746368656e204c0000000000000000000000000000009616b890010000261884020102040002000001648e0a010000ff4775657374204c20310000000000000000000000000000002782668b010000261884020102040002000000648e0a010000ff43696e656d61203300000000000000000000000000000000d136c79c010000261884020102040002000000648e0a010000ff43696e656d612034000000000000000000000000000000001e0416b4010000261884020102040702000101648e0a010000ff4465636b204c6f756e67650000000000010000000000000008075d9e010000261884020102040702000101648e0a010000ff47617264656e2050616c6d00000000000000000000000000ffff068b010000261884000102040700000101648e0a010000ff4465636b20446f6f720000000000000003000000000000006a35449d0100002618840201020400020000001c8e0a010000ff46726f6e7420446f6f720000000000000000000000000000b6fc0791010000261884020102040702000000648e0a010000ff47617264656e2043617220506f7274000000000000000000]
[3/16/2017, 7:16:11 PM] [Lightify] Expected len [2161]
[3/16/2017, 7:16:11 PM] [Lightify] len = [2161]
[3/16/2017, 7:16:11 PM] [Lightify] got response for seq [1][6f08011301000000002b004310af9d010000261884020102040702080000648e0a010000ff426564203100000000000000000000000000000000000000ad68108b010000261884020102040702200001648e0a010000ff4775657374203300000000000000000000000000000000000b2e8289010000261884020102040702200001648e0a010000ff47756573742032000000000000000000000000000000000064a4c2b2010000261884020102040702200001648e0a010000ff477565737420310000000000000000000000000000000000e7426b9e010000261884020102040002000001648e0a010000ff4775657374204c20320000000000000000000000000000000ca4438b010000261884020102040002400000648e0a990000ff4f666669636520446f6f7200000000000000000000000000dea6638e010000261884020102040702080000648e0a010000ff426564203200000000000000000000000000000000000000a1acc3d7d90000261884020102049202800000328e0a010000ff4c61756e647279204c616d70000000000000000000000000d07e449b010000261884020102040702010201648e0a010000ff4c6f756e676520536f6661203100000000000000000000001aa3068f010000261884020102040002010201648e0a010000ff4c6f756e67652043656e7472652031000000000000000000a240419d010000261884020102040002010201648e0a010000ff4c6f756e6765204d616e74656c20320000000000000000001ad1b289010000261884020102040702010201648e0a010000ff4c6f756e6765204d616e74656c20310000000000000000003a11168e010000261884020102040002400000648e0a010000ff4f6666696365204465736b20520000000000000000000000bffcf9b2010000261884020102040002000000648e0a010000ff43696e656d61203200000000000000000000000000000000a849ba76cb00002618840a010204010220000014ac0affffffff4775657374204c616d70000000000000000000000000000074fec69c010000261884020102040002020000648e0a010000ff42616c636f6e792042656400000000000000000000000000ea58de57000000261884020102040002020000648e0a010000ff42616c636f6e79205461626c6500000000000000000000008ae02eb6010000261884020102040002020000648e0a010000ff42616c636f6e792042425100000000000000000000000000536b6fd4ca00002618840a0102040102100000648e0affffffff456e7472616e636500000000000000000000000000000000df706689010000261884020102040002100000648e0a010000ff48616c6c2042656420446f6f720000000000000000000000d6a25a8e010000261884020102040002100000648e0a010000ff48616c6c20446f6f7200000000000000000000000000000094015889010000261884020102040002080000648e0a010000ff42656420446f6f720000000000000000000000000000000023cae4af010000261884020102040002400000648e0a990000ff4f6666696365205069616e6f0000000000000000000000004845cbb1010000261884020102040702080000648e0a010000ff42656420436c6f7365740000000000000100000000000000ffffee9c010000261884000102040700000101648e0a010000ff47617264656e2050616c6d2031000000030000000000000065083e9b010000261884020102040702080000648e0a010000ff426564204d6972726f7200000000000000000000000000008264ff8e010000261884020102040702010201648e0a010000ff4c6f756e676520536f66612032000000000000000000000054f8128a010000261884020102040702010201648e0a010000ff4c6f756e67652043656e7472616c00000000000000000000b754b07cc90000261884020102049202040200648e0a010000ff4b69746368656e2042656e63682031000000000000000000c7dcd0130100002618840a0102040102080000648e0affffffff426564204c616d70000000000000000000000000000000007f52938a010000261884020102040002040200648e0a010000ff4b69746368656e2052000000000000000000000000000000754ba48e010000261884020102040002400000648e0a010000ff4f6666696365204465736b204c0000000000000000000000ca57478b010000261884020102040000000000648e0a010000ff43696e656d612031000000000000000000000000000000000d04add3d90000261884020102040702040200648e0a010000ff4b69746368656e2042656e636820320000000000000000002b86008f010000261884020102040002040200648e0a010000ff4b69746368656e204c0000000000000000000000000000009616b890010000261884020102040002000001648e0a010000ff4775657374204c20310000000000000000000000000000002782668b010000261884020102040002000000648e0a010000ff43696e656d61203300000000000000000000000000000000d136c79c010000261884020102040002000000648e0a010000ff43696e656d612034000000000000000000000000000000001e0416b4010000261884020102040702000101648e0a010000ff4465636b204c6f756e67650000000000010000000000000008075d9e010000261884020102040702000101648e0a010000ff47617264656e2050616c6d00000000000000000000000000ffff068b010000261884000102040700000101648e0a010000ff4465636b20446f6f720000000000000003000000000000006a35449d0100002618840201020400020000001c8e0a010000ff46726f6e7420446f6f720000000000000000000000000000b6fc0791010000261884020102040702000000648e0a010000ff47617264656e2043617220506f7274000000000000000000]
[3/16/2017, 7:16:11 PM] [Lightify] found request
[3/16/2017, 7:16:11 PM] [Lightify] command sent [2][0700021e0200000000]
[3/16/2017, 7:16:11 PM] [WeMo Platform] Online: Lawn Irrigation [94103E32EDDC]
[3/16/2017, 7:16:11 PM] [Lightify] socket data: [bd00031e02000000000a0001004c6f756e676500000000000000000000020042616c636f6e7900000000000000000003004b69746368656e0000000000000000000400426564726f6f6d000000000000000000050048616c6c0000000000000000000000000600477565737420526f6f6d00000000000007004f66666963650000000000000000000008004c61756e647279000000000000000000090047617264656e000000000000000000000a004c6976696e6720526f6f6d0000000000]
[3/16/2017, 7:16:11 PM] [Lightify] Expected len [191]
[3/16/2017, 7:16:11 PM] [Lightify] len = [191]
[3/16/2017, 7:16:11 PM] [Lightify] got response for seq [2][bd00031e02000000000a0001004c6f756e676500000000000000000000020042616c636f6e7900000000000000000003004b69746368656e0000000000000000000400426564726f6f6d000000000000000000050048616c6c0000000000000000000000000600477565737420526f6f6d00000000000007004f66666963650000000000000000000008004c61756e647279000000000000000000090047617264656e000000000000000000000a004c6976696e6720526f6f6d0000000000]
[3/16/2017, 7:16:11 PM] [Lightify] found request
[3/16/2017, 7:16:11 PM] [Lightify] command sent [3][08000226030000000100]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [4][08000226040000000200]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [5][08000226050000000300]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [6][08000226060000000400]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [7][08000226070000000500]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [8][08000226080000000600]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [9][08000226090000000700]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [10][080002260a0000000800]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [11][080002260b0000000900]
[3/16/2017, 7:16:11 PM] [Lightify] command sent [12][080002260c0000000a00]
[3/16/2017, 7:16:11 PM] [Lightify] socket data: [4a000326030000000001004c6f756e67650000000000000000000006449b010000261884068f010000261884419d010000261884b289010000261884ff8e010000261884128a010000261884]
[3/16/2017, 7:16:11 PM] [Lightify] Expected len [76]
[3/16/2017, 7:16:11 PM] [Lightify] len = [76]
[3/16/2017, 7:16:11 PM] [Lightify] got response for seq [3][4a000326030000000001004c6f756e67650000000000000000000006449b010000261884068f010000261884419d010000261884b289010000261884ff8e010000261884128a010000261884]
[3/16/2017, 7:16:11 PM] [Lightify] found request
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [4][08000226040000000200]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [5][08000226050000000300]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [6][08000226060000000400]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [7][08000226070000000500]
[3/16/2017, 7:16:12 PM] [Lightify] Discovered failed timeout
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [8][08000226080000000600]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [9][08000226090000000700]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [10][080002260a0000000800]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [11][080002260b0000000900]
[3/16/2017, 7:16:12 PM] [Lightify] send command timeout [12][080002260c0000000a00]
[3/16/2017, 7:16:16 PM] New Orvibo found: Socket [accf2348f2f6]
[3/16/2017, 7:16:16 PM] New Orvibo found: Socket [accf2348ef44]
[3/16/2017, 7:16:17 PM] Subscription to accf2348ef44 successful!
[3/16/2017, 7:16:17 PM] Subscription to accf2348f2f6 successful!
[3/16/2017, 7:16:18 PM] A device has been queried. Name (if set): Garden
[3/16/2017, 7:16:18 PM] Orvibo Online: Garden [accf2348ef44]
[3/16/2017, 7:16:18 PM] Configuring: Garden
[3/16/2017, 7:16:18 PM] A device has been queried. Name (if set): Pond Pump
[3/16/2017, 7:16:18 PM] Orvibo Online: Pond Pump [accf2348f2f6]
[3/16/2017, 7:16:18 PM] Configuring: Pond Pump

Device request

Hi!, first at all thank you hard work. Is it possible to add lightify remote control device (switch 4x01) to this plugin?

Thank you in advance!

Color Temperature

As far as I know, all of the Lightify bulbs and light strips accept both RGBW and Color Temperature (in Kelvin). However, when attempting to set Color Temperature using the Temperature wheel in the Home app, the color of the bulb is set with far too much red or far too much blue. It seems that with color bulbs, this plugin attempts to do some calculation to convert Temperature from the Home app to RGB values instead of just converting the Mired temperature value to Kelvin and sending that to the bulb.

In index.js on line 223 if I remove the else condition for temperature support, color temperature is properly set on the bulbs using the temperature wheel but then a few issues pop up when attempting to set color...

  1. When navigating to the edit color screen in Home app, it defaults to the temperature wheel always, even if the last color set was by HSV/RGB.

  2. When setting temperature on the temperature wheel, the color dot will sometimes show last color set and sometimes temperature. I can't seem to pinpoint when it decides to show a color dot or a temperature dot.
    img_2867

  3. Automations and scenes do not seem to want to set color temperature when selected from the wheel.

I've been tinkering to see if I can make it all come together but if anyone has any insight that'd be much appreciated.

hang after reboot

Hello,
I use systemd to launch homebridge, but after every reboot the last log message is "Oct 08 14:11:49 raspberrypi homebridge[434]: [2017-10-8 14:11:49] [Lightify] Discovered failed connect timeout".
After a manuell restart it works again, also the autostart works when I remove lightify from config.json.
The start file waits for network is online:

"[Unit]
Description=Node.js HomeKit Server
After=network-online.target syslog.target

[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/homebridge
Restart=on-failure
RestartSec=10
KillMode=process

[Install]
WantedBy=multi-user.target"

Hope you can help,
with best regards Matthias Lönartz

plugin seems to have stopped working with newest homebridge?!

Hi! been using this plugin and worked great with homebridge and my osram gateway and light strips, but it just stopped working and the message is saying "homebridge is having trouble starting" due to this plugin...any chance you could check this?
Thanks!

RGB Color setting

Hi! Sadly yours is the only partially working Lightify plugin for the Homebridge but sadly it won't change the color of my PAR16 RGBW.

This plugin will let you change the colors, but lacks a few features and is completely unstable.

https://github.com/chris1705/homebridge-lightify

Is there any chance of including the RGB compatibility for the PAR16 RGBW Lamps?
Thanks in advance!

Outlet device not supported

I tried you new platform and added
{ "platform": "Lightify", "bridge_ip": "192.168.xx.xx", "name": "Lightify" } to the config sys.
Homebridge started ok and it did initialise the platform showing all lightly device names.
Then I tried to add home bridge to the IOS Home app. I entered the home bridge pin and then it started with 'Pairing ...' , but ended with "couldn't connect accessory".

When I remove this lightly platform from the config, everything is ok.
Any idea ?

RGBW-Stripes

Hi,
thank you for this plugin! It works great for my normal RGBW-Bulps and my Garden-Spots, i can set color and temperature and it looks good ... but it seems like the RGBW-Flex-Stripes were treated as RGB-Stripes with emulated whitetones. I can set the color temperature in the Apple Home-App but whites are always very colorful (often blueish). Using the Lightify-App directly everything is fine, whites are perfect. Do you have any ideas?

Discover Failed - Timeout

I am having some issues with with plugin timing out sporadically.
When this happens I am still able to ping the controller without issue and can control the lights from the Lightify app without issue. Restarting HomeBridge will correct this issue or overtime it will start responding again.
I have one gateway, 8 PAR38 bulbs and 2 A19 white bulbs.
Please let me know if you need any other info - Thank you for your assistance and support

lightify timeout

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.