Hi there,
I'm using edomoticz Plugin on a raspberry pi B (version 2) and french version of homekit.
I successfully managed to connect my Homekit with Homebridge.
Unfortunately, my dimmer (Fibaro FGR-222 "Roller Shutter 2") is detected as a "switch".
In domoticz I manage to use it as a dimmer but in homekit it appears as a switch.
How can I use it like a dimmer in homekit?
I tried to change the type in homekit but I only have the choice among : Light/Switch/Fan, all acting like a switch (on/off no percent)
here is the json of my device
Code: Select all
{
"ActTime" : 1475183934,
"ServerTime" : "2016-09-29 21:18:54",
"Sunrise" : "05:38",
"Sunset" : "17:23",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "Closed",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 2,
"HardwareName" : "AION openzwave stick",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000701",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2016-09-29 20:58:25",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Volet roulant (roller shutter)",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Closed",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "Blinds Percentage",
"SwitchTypeVal" : 13,
"Timers" : "true",
"Type" : "Light/Switch",
"TypeImg" : "blinds",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "2"
}
],
"status" : "OK",
"title" : "Devices"
}
If you can help

, thank you !