johnlemonse / homebridge-telldus

36 stars 22 forks source link

Telldus Live not working on Homebridge-telldus with iOS 10? #14

Closed steam0 closed 7 years ago

steam0 commented 7 years ago

Hi,

I have tried to install homebridge and homebridge-telldus, but I cannot see/register my telldus outlets.

I have done the following

npm install -g homebridge

npm install -g homebridge-telldus

Edited config.json in homebridge-telldus to add my own keys

What i have not done: I haven't added any accessories to the config.json-file in homebridge-telldus. Shouldn't my accessories be reachable from the "platform"?

tvillingett commented 7 years ago

It works for me on iOS 10 GM. Yes, all should be in the platform, except some types which needs to be added manually. When you start homebridge, what kind of messages you get on the log?

steam0 commented 7 years ago

I solved this problem.

Solution:

config.json was in the wrong folder

I had put it in the /usr/libs/node_modules/homebridge folder, but it should actually be located in ~/.homebridge folder

The homebridge software was paired wrong. By removing it and re-pairing it worked.

I still cannot control my devices, but that is due to another problem