htreu / OpenHAB-HomeKit-Bridge

Bridging OpenHAB items to the HomeKit Accessory Protocol
Apache License 2.0
171 stars 32 forks source link

Instruction for homebridge install Windows #46

Closed apache-123 closed 8 years ago

apache-123 commented 8 years ago

Hi,

I Have Opehhab 1.8.2 installed on a windows PC that is on all the time at home. I have An Aeotec Gen5 stick and all is working well. I now want to progress to the Home Bridge integration. All instructions seem to point to Linux/Mac/Raspberry Pi but nothing for windows. Could you please help me get lazier :D Cheers

htreu commented 8 years ago

Hi, I don't think this one is for the lazy right now ;-) You basically need a running nodeJs distribution and the avahi/mdns/bonjour compatibility layer for windows. Read here how to install it: https://github.com/agnat/node_mdns

After that make sure to run npm install in the home directory of the OpenHAB-Homekit-Bridge. Good luck.