Closed SRamsdell1 closed 2 years ago
me too hubitat driver info advanced zigbee bulb ct
Did you get this solved? There are times where you need to remove devices from the Homebridge Hubitat app and press done all the way back to the app list.
Then let the plugin refresh the devices and remove to old device. So when you add the devices back in it gets configured properly.
Fixed, no. Worked around, mostly. I created an automation that sets the lights to a specific temp which takes them out of adaptive mode. There’s another automation that turns on then puts them back into adaptive. It’s not a smooth operation but it works.
I had read somewhere that setting some HomeKit characteristics like brightness cause an on to be sent also. Not sure if this is a clue to what’s happening.
This issue has been marked stale automatically after no activity for the last 60 days.
Just a note that I get this too. Cannot use adaptive lighting as anything configured to use it is permanently on. I was very thankful of the filter which removes the ability, but it would be nice to have a change in colour temperature not automatically power on the light.
Verify the following before opening an trouble issue
Go over all the following points, and put an
x
in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!App Code
.About Your Setup
Expected Behavior
Lights stay OFF when Switch turned OFF in HOME app for bulbs powered on and set for Adaptive lighting.
Current Behavior
Lights turn OFF when switched OFF in HOME app, but, turn back on when plugin sends first "setColorTemperature" command.
Steps to Reproduce (for bugs)
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
Context
I'm not sure if this is an ISSUE or "Unexpected Consequence" from the combination of elements:
Hubitat Devices:
4 x Gledopto MR16 Zigbee RGBCCT bulbs paired with Phillips Hue v2 hub Build-in Hubitat HUE Bridge Integration app
Please include a copy of any relevant log output to assist in tracking down the bug
Turn Off (grouped) lights in HOME App in iPhone: [25/07/2021, 14:47:35] [Hubitat-v2] [Device Event]: (Left Wall Light) [SWITCH] is off [25/07/2021, 14:47:35] [Hubitat-v2] [Device Event]: (Wide Wall Light) [SWITCH] is off [25/07/2021, 14:47:35] [Hubitat-v2] [Device Event]: (Middle Right Wall Light) [SWITCH] is off [25/07/2021, 14:47:35] [Hubitat-v2] [Device Event]: (Narrow Wall Light) [SWITCH] is off [25/07/2021, 14:48:28] [Hubitat-v2] Sending Device Command: setColorTemperature | Value: {"value1":5464} | Name: (Left Wall Light) | DeviceID: (375) | UsingCloud: (false) [25/07/2021, 14:48:28] [Hubitat-v2] Sending Device Command: setColorTemperature | Value: {"value1":5464} | Name: (Middle Right Wall Light) | DeviceID: (376) | UsingCloud: (false) [25/07/2021, 14:48:28] [Hubitat-v2] Sending Device Command: setColorTemperature | Value: {"value1":5464} | Name: (Wide Wall Light) | DeviceID: (321) | UsingCloud: (false) [25/07/2021, 14:48:28] [Hubitat-v2] Sending Device Command: setColorTemperature | Value: {"value1":5464} | Name: (Narrow Wall Light) | DeviceID: (322) | UsingCloud: (false) Lights turn back on (automatic) [25/07/2021, 14:48:28] [Hubitat-v2] [Device Event]: (Left Wall Light) [SWITCH] is on [25/07/2021, 14:48:28] [Hubitat-v2] [Device Event]: (Middle Right Wall Light) [SWITCH] is on [25/07/2021, 14:48:28] [Hubitat-v2] [Device Event]: (Wide Wall Light) [SWITCH] is on [25/07/2021, 14:48:28] [Hubitat-v2] [Device Event]: (Narrow Wall Light) [SWITCH] is on
I can work around the issue but setting the "color" in the Home App to disable Adaptive before switching OFF (or obviously with a physical switch). But, I've not found an easy way to programmatically enable of disable based on a "button" event (i.e. Lutron Pico).