I am new to domoticz and have been trying desperately to get my fibaro dimmer 2 to work with homekit.
Hopefully you can help me out.
I am using the following setup
Raspberry pi
Fibaro Dimmer 2
aeotec z-stick
1. I installed raspbian jessie lite
2. followed the domoticz/homekit installation steps of this tutorial: https://possible.tweakblogs.net/blog/14 ... spberry-pi
3. Included my z-stick in domoticz via this tutorial http://domotica-projecten.nl/d/2-includ ... t-domoticz
4. installed the plugin for fibaro HC2 (since it states that the dimmer should be included) with the command (sudo npm install -g homebridge-fibaro-hc2)
I can see the homebridge in the homekit app, but when I add it, it says that I still have to identify an accessory.
I'm I missing a step? Is there anything I didn't do properly?
As far as I can understand I will have to do something with the homebridge/config.json but I am not sure.
Currently it is lie this:
{
"bridge": {
"name": "Homebridge",
"username": "CC:21:3E:E4:DE:33",
"port": 51826,
"pin": "031-45-154"
},
"description": "Configuration file for (e)xtended Domoticz platform.",
"platforms": [
{
"platform": "eDomoticz",
"name": "eDomoticz",
"server": "127.0.0.1",
"port": "8080",
"ssl": 0,
"roomid": 0,
"mqtt": 0
}
],
"accessories": []
}
I am looking forward to your responses.
Best,
