Search found 9 matches
- Sunday 28 August 2016 16:32
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 77688
Re: Is it gonna rain within the next X minutes?
That dummy device has an IDX number which needs to changed in the script as well! Look at these lines: commandArray['UpdateDevice'] = '125|'..tostring(regen)..'|'..tostring(verw) return commandArray Change 125 for the IDX of your dummy device. Jos YES! it works! U used the script from the wiki page ...
- Sunday 28 August 2016 15:36
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 77688
Re: Is it gonna rain within the next X minutes?
I'm not sure what you meen? If you meen lon/lat? Yes I change that.jvdz wrote:Did you update the script with the proper Device to update?
Jos
And the device in domoticz is a humanity sensor ( dummy ) Is not, pleas give me a example?
- Saturday 27 August 2016 16:43
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 77688
Re: Is it gonna rain within the next X minutes?
1. go to setup tab 2. choose hardware 3. name: give it a name 4. type: Dummy (Does nothing, use for virtual switches only) 5. click on Add 6. now you have a new hardware device with the given name 7. choose 'Create Virtual Sensors' on the line of your new hardware device you just created 8. Sensor ...
- Wednesday 10 August 2016 14:21
- Forum: Show your projects
- Topic: Step by step guide: Sonos integration
- Replies: 125
- Views: 79351
Re: Step by step guide: Sonos integration
No more error
- Tuesday 09 August 2016 21:58
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279756
Re: Siri / HomeKit support for Domoticz
Try changing paths to /usr/local/lib/node_modules/homebridge/bin/homebridge Its working! Thank you for your help! ● homebridge.service - HomeBridge Service Loaded: loaded (/lib/systemd/system/homebridge.service; enabled) Active: active (running) since di 2016-08-09 21:52:08 CEST; 39s ago Main PID: ...
- Monday 08 August 2016 21:20
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279756
Re: Siri / HomeKit support for Domoticz
See the “Run in Background as Service” section of https://www.domoticz.com/forum/viewtopic.php?f=36&t=10272 - the instructions are generic for this regardless of the plugin. Thank you for your replay. I follow the steps for "run in background" I need option 3 because is used the clean install mode u ...
- Thursday 04 August 2016 20:45
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279756
Re: Siri / HomeKit support for Domoticz
file permission or owner is probably wrong, change that (look up chmod, chown with google) or just use sudo from the terminal to edit. e.g. sudo nano /home/pi/.homebridge/config.json or sudo vi /home/pi/.homebridge/config.json or whatever you use as a text editor instead of nano or vi. can't help ...
- Wednesday 13 July 2016 9:42
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279756
Re: Siri / HomeKit support for Domoticz
Well I found the problem regarding the sonos plugin. I edit the wrong config.json...... I need to edit the config.json in /home/pi/.homebridge/ But when I try to edit it, I get the error [ Error writing /home/pi/.homebridge/config.json: Permission denied ] second problem, I'm using SSH for login ...
- Thursday 07 July 2016 11:04
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 279756
Re: Siri / HomeKit support for Domoticz
Hello, I installed the Homebridge, all went well and it is working now. I use app Insteon+ and the app detect the homebridge. Till hire no problems. So I want to install a plugin, in my case the Sonos plugin. No problem of errors. pi@raspberrypi:~/homebridge$ sudo npm install -g homebridge-sonos ...