Search found 5 matches

by Joep
Thursday 11 June 2015 20:31
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 287164

Re: Siri / HomeKit support for Domoticz

I don't get you? To my howto?
That is possible, but it is system specific, so I have to figure all system start-up parameters out first.
by Joep
Thursday 11 June 2015 19:07
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 287164

Re: Siri / HomeKit support for Domoticz

The NodeJS version is documented at the homebridge GitHub page, but I forgot to add it to my Dutch howto. Sorry :oops: I edited the Dutch howto with the version. It works flawless here. Are your actuator names in Domoticz English or Dutch. I use Dutch names and use the Dutch Siri. You have to ask ...
by Joep
Thursday 11 June 2015 13:04
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 287164

Re: Siri / HomeKit support for Domoticz

I installed Domoticz and NodeJS on OSX (Mavericks) and it worked out of the box following the instructions on the GitHub repo.
So I can't help you with this. Have you checked if there is an other apt-get repo with a good NPM? A quick Google query shows a lot of NodeJS/NPN howto's for the RPi. :)
by Joep
Thursday 11 June 2015 11:26
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 287164

Re: Siri / HomeKit support for Domoticz

The only thing i do not understand is how it fetches the domoticz sensors? In config.son you define the server parameters. In the folder platforms the Domoticz.js file exists, which does the magic by importing and process the switches. Does the Shim you wrote only apply to light switches? Yes, only ...
by Joep
Thursday 11 June 2015 8:42
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 287164

Siri / HomeKit support for Domoticz

Using Siri with Domoticz via Apple HomeKit is difficult because Domoticz must comply for Apple’s Made for iPhone-program (MFi). Past sunday I discovered the homebrigde project at GitHub. It is a light NodeJS server emulating the iOS HomeKit API. I wrote a (so called) platform shim for Domoticz that i ...