Search found 6 matches
- Monday 17 July 2017 22:17
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1716
- Views: 432439
Re: homebridge-edomoticz Plugin
Hello there, I just finished the installation of Homebridge and eDomoticz plugin. Everything works fine so far. The only thing is that all of my Somfy blinds are shown up as switches. Not a big deal, but still annoying. I just followed the official tutorial and installed node.js 8 Also, the actual ...
- Monday 13 March 2017 21:11
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84753
Re: How to check presence of Beacon ?
So I did try a few things with your proposal : no success 
You were talking about a .service file. Is it automatically generated? Where is it supposed to be located ?

You were talking about a .service file. Is it automatically generated? Where is it supposed to be located ?
- Monday 13 March 2017 20:34
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84753
Re: How to check presence of Beacon ?
I followed the tutorial on first page so when I start the service manually, it works fine. It is only after the update-rc.d part that it doesn't work. I had a look at the code but I not sure to get it properly. It looks like there is a "start" section (after case $1), but I don't know if it is the ...
- Sunday 12 March 2017 21:53
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84753
Re: How to check presence of Beacon ?
Hi emme,
Thanks for answer. I didn't wrote any part of that daemon, and I'm a total noob in service/daemon writing...
Anyway, I don't have a .service file nor a [Service] section in the daemon file...
Where should I add the lines you suggest ?
Thanks for answer. I didn't wrote any part of that daemon, and I'm a total noob in service/daemon writing...
Anyway, I don't have a .service file nor a [Service] section in the daemon file...
Where should I add the lines you suggest ?
- Sunday 12 March 2017 10:01
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84753
Re: How to check presence of Beacon ?
Hi everyone,
I still have my service starting issue at reboot. It works fine when I start it manually, but stay as "Active (exited) when I reboot my Pi.
Any suggestion ?
I still have my service starting issue at reboot. It works fine when I start it manually, but stay as "Active (exited) when I reboot my Pi.
Any suggestion ?
- Tuesday 17 January 2017 20:56
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 84753
Re: How to check presence of Beacon ?
Hi everyone, I ran across the entire tutorial and everything is working like a charm, up to starting the deamon automatically at reboot... I get that naughty "active (exited)" message with any solving attempts... - Changing user in the deamon from root to pi and the other way - Adding root hciconfig ...