Search found 18 matches
- Thursday 16 March 2017 21:15
- Forum: Bash / PowerShell / Batch etc.
- Topic: Ultimate Wifi and Bluetooth Presence Detection
- Replies: 84
- Views: 49463
Re: Ultimate Wifi and Bluetooth Presence Detection
Hi, I am trying to use the script, but ive got the following errors: Status in sync ./android.sh: line 26: l2ping: command not found ./android.sh: line 46: l2ping: command not found Status in sync ./android.sh: line 26: l2ping: command not found ./android.sh: line 46: l2ping: command not found ...
- Monday 13 February 2017 12:13
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
Aaah yeah I found it! Thanks! normally I use supervisor but systemd is also working fine 

- Monday 13 February 2017 9:53
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
1 more question.
Is there a way to autostart the python server.py script without using the commandline?
When i want to reboot my system it would be nice if domoboard starts automatically.
Is there a way to autostart the python server.py script without using the commandline?
When i want to reboot my system it would be nice if domoboard starts automatically.
- Friday 10 February 2017 13:50
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
Yeah..
he installed the pixel (full) version.. I needed to upgrade the auth package.. Once this was done.. It is working fine now.
he installed the pixel (full) version.. I needed to upgrade the auth package.. Once this was done.. It is working fine now.
- Friday 10 February 2017 7:14
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
Hi All, I tried to install domoboard on a friend of my his Raspberry Pi. When i trie to load the example config, it fails with: Traceback (most recent call last): File "server.py", line 4, in <module> from flaskext.auth import Auth, AuthUser, login_required, logout ImportError: No module named auth ...
- Tuesday 07 February 2017 18:29
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
Hi, I think i already had it: [general_settings] [[server]] url = 192.168.0.1:8080 # IP-address of Domoticz backend flask_url = 192.168.0.1:8081 # Please note: this is the internal IP-address including port of the Domoboard server user = username # Username for Domoticz (if required) password ...
- Tuesday 07 February 2017 18:12
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
Hi, Hi there, It seems that you mist 1 argument in the general_settings config. If you add the following argument under the [wunderground] section it should work: language = en Hi, I think i already had it: [general_settings] [[server]] url = 192.168.0.1:8080 # IP-address of Domoticz backend flask ...
- Tuesday 07 February 2017 8:59
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 147134
Re: Domoboard - General Discussions
Hi, I just installed domoboard and it is working perfectly. I do have 2 questions: 1. I have a RGBWW Milgiht led tube. This one is a switch, dimmer and RGBWW adjustable. How can i add this in domoboard together? I only can add 1 section. Dimmer, switch or RGB and not all together? 2. How does the ...
- Wednesday 30 November 2016 15:44
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
New problem. I installed the WOL plugin to turn on my NAS server with siri. I installed the plugin but it fails with: DEBUG: usr/local/lib/node_modules/homebridge-wol/node_modules/raw-socket/index.js:47 this.wrap = new raw.SocketWrap ( ^ Error: Operation not permitted at Error (native) at new Socket ...
- Tuesday 29 November 2016 18:17
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
Hi all, I installed a fresh installation of Homebridge on my Raspberry Pi. However, it is not starting anymore. Please verify if your Domoticz installation is running on port 8080 on that same machine. Are you using a username/pw to connect? Also, please change your config to: { "bridge": { "name ...
- Tuesday 29 November 2016 13:11
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
Hi all, I installed a fresh installation of Homebridge on my Raspberry Pi. However, it is not starting anymore. Here is the error: [eDomoticz] There was a problem connecting to Domoticz. My config.json: { "bridge": { "name": "Homebridge", "username": "CC:21:3E:E4:DE:33", "port": 51826, "pin": "031 ...
- Wednesday 26 October 2016 7:49
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 426761
Re: NEW frontpage.html - request comments
HI All,
I was wondering how you can add the buienradar realtime page into a cell ?
Like this:

I was wondering how you can add the buienradar realtime page into a cell ?
Like this:
- Friday 14 October 2016 9:11
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
I probably made a mistake again: "accessories": [ { "accessory": "SonyBraviaTV", "name": "Televisie", "ipaddress": "192.168.0.150", "presharedkey": "wereld213" } ], "accessory": "Xbox", "name": "Xbox", "ipAddress": "192.168.0.171", "liveId": "KEY" } ] } The middle ] needs to go, it should be ...
- Thursday 13 October 2016 14:10
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
It looks like you're missing the last accolade "}" in your config json. Try: { "bridge": { "name": "Homebridge", "username": "CC:21:3E:E4:DE:33", "port": 51826, "pin": "031-45-154" }, "description": "Configuration file for (e)xtended Domoticz platform.", "platforms": [ { "platform": "eDomoticz ...
- Wednesday 12 October 2016 20:43
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
Hi, I tried to install the following plugin for my sony TV: npm install -g homebridge-sonybraviatv I want to turn my Sony Android TV on with this plugin. i added the following configuration to my config.json: { "bridge": { "name": "Homebridge", "username": "CC:21:3E:E4:DE:33", "port": 51826, "pin ...
- Wednesday 12 October 2016 14:56
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
Hi, I tried to install the following plugin for my sony TV: npm install -g homebridge-sonybraviatv I want to turn my Sony Android TV on with this plugin. i added the following configuration to my config.json: { "bridge": { "name": "Homebridge", "username": "CC:21:3E:E4:DE:33", "port": 51826, "pin ...
- Tuesday 11 October 2016 13:08
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445295
Re: homebridge-edomoticz Plugin
Goodday, I got homebridge installed on my Raspberry Pi 2, everything seems to be running fine: https://www.mupload.nl/img/trrpnominm7jm.png However, as you can see, the config.json is missing. When I add example config.json to /home/pi/.homebridge, I got the following errors when restarting ...
- Monday 10 October 2016 22:14
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288342
Re: Siri / HomeKit support for Domoticz
Hi guys, I am also new with Domoticz. Hardware: Raspberry Pi 2 Installed Rasbian newest version. Jessie I updated everything with apt-get commands. I followed the following commands: sudo curl -sL https://deb.nodesource.com/setup_0.12 | bash - sudo apt-get install nodejs sudo apt-get install libkrb5 ...