Hi,
Sometimes when a new zone is created it is not created in HS4 with a RGB feature. All of the lights are created with the RGB feature, most of the groups have the feature, but it is missing for some. This effects how the alexa integration detects the colour capabilities of the light.
I have eliminated the bulb as a cause as groups with only hue spots can exhibit the issue.
An example is the 'TV area' group,

The object info is
Which looks very similar to a group that works fine,
The log file which includes the creation of the 'TV Area' zone is attached.
I have tried deleting the zone in the jowihue settings and as a device. if there isn't a way to have the system automatically detect the RGB, is there an approach to add it into a group?
Thanks,
Sometimes when a new zone is created it is not created in HS4 with a RGB feature. All of the lights are created with the RGB feature, most of the groups have the feature, but it is missing for some. This effects how the alexa integration detects the colour capabilities of the light.
I have eliminated the bulb as a cause as groups with only hue spots can exhibit the issue.
An example is the 'TV area' group,
The object info is
Code:
**************************** Object info ***************************** { "name": "TV Area", "lights": [ "29", "22", "32", "36", "27", "34" ], "sensors": [], "type": "Zone", "state": { "all_on": false, "any_on": false }, "recycle": false, "class": "TV", "action": { "on": false, "bri": 127, "hue": 8417, "sat": 140, "effect": "none", "xy": [ 0.4573, 0.41 ], "ct": 366, "alert": "select", "colormode": "ct" } } ************************* End Object info ***************************
Which looks very similar to a group that works fine,
Code:
**************************** Object info ***************************** { "name": "Computer", "lights": [ "40", "39", "6", "26" ], "sensors": [], "type": "Zone", "state": { "all_on": false, "any_on": false }, "recycle": false, "class": "Computer", "action": { "on": false, "bri": 127, "hue": 8417, "sat": 140, "effect": "none", "xy": [ 0.4573, 0.41 ], "ct": 366, "alert": "select", "colormode": "ct" } } ************************* End Object info ***************************
I have tried deleting the zone in the jowihue settings and as a device. if there isn't a way to have the system automatically detect the RGB, is there an approach to add it into a group?
Thanks,
Comment