Announcement

Collapse
No announcement yet.

Zones not creating RGB feature

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zones not creating RGB feature

    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,
    Click image for larger version

Name:	image.png
Views:	94
Size:	88.7 KB
ID:	1577516
    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 ***************************​
    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,

    #2
    Welcome to this board!

    The plugin was skipping the creation of RGB features. Should be resolved in the next version.

    Wim
    -- Wim

    Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

    1210 devices/features ---- 392 events ----- 40 scripts

    Comment


      #3
      Thanks Wim

      Comment

      Working...
      X