I started to play around with this. But I am not sure if I am doing it the right way.
After installing xcode and command line tools, I was able to install macports. And after that I installed homebridge, and homebridge-indigo. So far so good.
I was also able to run the command below and the folder came up with the expected files.
Code: Select all
mkdir -p ~/.homebridge
cp /opt/local/lib/node_modules/homebridge-indigo/sampleconfig.json ~/.homebridge/config.json
open ~/.homebridge
I was able to add the homebridge device to the ios app, but no devices shows up. And by then it was quite late, so I had to leave it for the day.
When I checked this morning the plugin was in a start/restart cycle, so I just stopped it. Planing on giving it a new try this evening.
Any tips?