Hi @Albeebe
I feel like I am close to getting this working, but just not quite there yet. Can you help me out please?
I tried downloading your .zip and following the instructions, but the sever would not start.
Then I installed HomeBridge per the instructions and i am able to get the server running (the myTouchHome iOS app sees some demo Accesories in it).
If i copy everything from your .zip into my homebridge folder (replacing the files it asks to replace) the server will not start:
However, if i replace everything but /lib with your version (editing app.js to have my vera's IP), the server does start and all my Vera lights etc are listed in console output, though only some are listed in myTouchHome and trying to turn them on/off results in a timeout.
homebridge mda$ npm run start
> VeraHomeKitBridge@0.0.0 start /Users/mda/homebridge
> node app.js
Starting Vera HomeKit Bridge...
Create accessory: AV Closet Fan
TCP server accepting connection on port: 51826
HAP Server is listening
...
Create accessory: Master Bedroom Light
TCP server accepting connection on port: 52756
HAP Server is listening
Create accessory: Master Desk Light
TCP server accepting connection on port: 52818
HAP Server is listening
...
New Session 54301
Server Connection Established 50329
Start Verify M1
Verify M1 Finished
...
{ characteristics: [ { aid: 1, iid: 10, value: true } ] }
Turning on the Master Desk Light
{ characteristics: [ { aid: 1, iid: 10, value: false } ] }
Turning off the Master Desk Light
Error 'Error: connect ETIMEDOUT' turning the Master Desk Light on/off: undefined
Error 'Error: connect ETIMEDOUT' turning the Master Desk Light on/off: undefined
What am i doing wrong?
Thanks. I really appreciate any help you can offer!