I have a mysterious case and I have no idea why. I have a few Philips HUE bulbs and those I can change the colour on HomeKit. However the Z-Wave ones do not show that option on HomeKit, only the dimer option.
I have looked at their JSON output and it is identical.
HUE
Code: Select all
{
"ActTime" : 1545500105,
"AstrTwilightEnd" : "18:08",
"AstrTwilightStart" : "06:25",
"CivTwilightEnd" : "16:35",
"CivTwilightStart" : "07:59",
"DayLength" : "07:03",
"NautTwilightEnd" : "17:23",
"NautTwilightStart" : "07:10",
"ServerTime" : "2018-12-22 17:35:05",
"SunAtSouth" : "12:05",
"Sunrise" : "08:45",
"Sunset" : "15:48",
"app_version" : "4.10241",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"Color" : "{\"b\":89,\"cw\":0,\"g\":142,\"m\":3,\"r\":255,\"t\":0,\"ww\":0}",
"CustomImage" : 0,
"Data" : "Set Color",
"Description" : "",
"DimmerType" : "abs",
"Favorite" : 0,
"HardwareID" : 4,
"HardwareName" : "Hue Bridge",
"HardwareType" : "Philips Hue Bridge",
"HardwareTypeVal" : 38,
"HaveDimmer" : true,
"HaveGroupCmd" : false,
"HaveTimeout" : false,
"ID" : "00000013",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2018-12-22 15:48:02",
"Level" : 51,
"LevelInt" : 51,
"MaxDimLevel" : 100,
"Name" : "Sofa",
"Notifications" : "false",
"PlanID" : "12",
"PlanIDs" : [ 12, 4 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Set Level: 51 %",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "RGBWW",
"SwitchType" : "Dimmer",
"SwitchTypeVal" : 7,
"Timers" : "true",
"Type" : "Color Switch",
"TypeImg" : "dimmer",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "942"
}
],
"status" : "OK",
"title" : "Devices"
}
Code: Select all
{
"ActTime" : 1545500136,
"AstrTwilightEnd" : "18:08",
"AstrTwilightStart" : "06:25",
"CivTwilightEnd" : "16:35",
"CivTwilightStart" : "07:59",
"DayLength" : "07:03",
"NautTwilightEnd" : "17:23",
"NautTwilightStart" : "07:10",
"ServerTime" : "2018-12-22 17:35:36",
"SunAtSouth" : "12:05",
"Sunrise" : "08:45",
"Sunset" : "15:48",
"app_version" : "4.10241",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"Color" : "{\"b\":162,\"cw\":0,\"g\":0,\"m\":3,\"r\":255,\"t\":0,\"ww\":0}",
"CustomImage" : 0,
"Data" : "Set Level",
"Description" : "",
"DimmerType" : "abs",
"Favorite" : 0,
"HardwareID" : 2,
"HardwareName" : "RazzBerry card",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : false,
"HaveTimeout" : false,
"ID" : "00007665",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2018-12-21 20:42:31",
"Level" : 70,
"LevelInt" : 70,
"MaxDimLevel" : 100,
"Name" : "Ball",
"Notifications" : "false",
"PlanID" : "12",
"PlanIDs" : [ 12 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Set Level: 70 %",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "RGBWWZ",
"SwitchType" : "Dimmer",
"SwitchTypeVal" : 7,
"Timers" : "false",
"Type" : "Color Switch",
"TypeImg" : "dimmer",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "997"
}
],
"status" : "OK",
"title" : "Devices"
}