Search found 23 matches
- Sunday 04 October 2015 13:49
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288321
Re: Siri / HomeKit support for Domoticz
Hi guys, after some time although my HomeBridge is still active on RPi my devices on Insteon+ / Eve app gets unreachable, happens to someone else? I have to restart pm2 service :/
- Friday 02 October 2015 15:47
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288321
Siri / HomeKit support for Domoticz
Guys, what version of NodeJS should I use? I'm running a RPi, because I installed v4.1.1 and after a clean install of Domoticz, and all updates to the system done, when I try to update homebridge and I do 'npm install' I got a bunch of errors... I'm using this to update my homebridge: cd homebridge ...
- Thursday 01 October 2015 15:23
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288321
Siri / HomeKit support for Domoticz
I think I speak too soon, all was working great but today without me messing in RPi almost all devices is offline, when I do 'pm2 stop HomeBrigde' and then 'npm run start' it doesn't give me any error... :/
EDIT, just to say that it duplicated all my devices :/ with default settings
EDIT, just to say that it duplicated all my devices :/ with default settings
- Wednesday 30 September 2015 21:29
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288321
Siri / HomeKit support for Domoticz
Glad you have it working - I can't get it working. I believe you invite her from the HomeKit settings on your iPhone. As simple as that.. Simon at first I can't get it to work, then I reformatted my Rpi SD card and install the last DomoticZ version, its just follow the wiki, after install domoticz ...
- Wednesday 30 September 2015 19:51
- Forum: iOS
- Topic: Siri / HomeKit support for Domoticz
- Replies: 530
- Views: 288321
Re: Siri / HomeKit support for Domoticz
Hello guys, I configure everything and all went great, now I have a question, how can I connect my wife iPhone also to HomeKit? Mine is already working with Insteon+ app.
- Wednesday 01 April 2015 20:08
- Forum: Other questions and discussions
- Topic: Wake up on lan and shutdown
- Replies: 7
- Views: 10699
Re: Wake up on lan and shutdown
@Landry great work, I was able to put the WOL working using your method, shutting down my Kodi isn't working, don't know why, in the same switch that I put the Action On, I put the action Off like this: http://10.1.1.5:8080/jsonrpc?request=%7B%22jsonrpc%22%3A%222.0%22%2C%22method%22%3A%22System ...
- Wednesday 01 April 2015 15:57
- Forum: Design, usability and languages
- Topic: #2215 Custom Icons uploader Implemented
- Replies: 110
- Views: 77772
Re: #2215 Custom Icons uploader Implemented
I think I got the answer :/gizmocuz wrote: ...
Currently only supported for On/Off switches (as it is now), and probably later for other types as well
...
- Wednesday 01 April 2015 15:54
- Forum: Design, usability and languages
- Topic: #2215 Custom Icons uploader Implemented
- Replies: 110
- Views: 77772
Re: #2215 Custom Icons uploader Implemented
Hi everybody, this is interesting for me, I'm using some text virtual sensors to know the state of my denon receiver, volume and source, and I want to change the icons of them, is it possible to do this or just to ON/OFF switches?
- Tuesday 31 March 2015 19:34
- Forum: PHP and all others
- Topic: Show DENON AV reciever input in Text switch
- Replies: 61
- Views: 264236
Re: Show DENON AV reciever input in Text switch
Everything 100% now, thanks once again.
Just one question, isn't possible to change the text icons on domoticz so they can match a sound icon for exemple?
Just one question, isn't possible to change the text icons on domoticz so they can match a sound icon for exemple?
- Friday 27 March 2015 11:48
- Forum: PHP and all others
- Topic: Show DENON AV reciever input in Text switch
- Replies: 61
- Views: 264236
Re: Show DENON AV reciever input in Text switch
Thanks, it's working great now! The only thing that it's still missing in my configuration is to run the script automatic every 2 minutes, can you help me doing that? 

- Thursday 26 March 2015 22:45
- Forum: PHP and all others
- Topic: Show DENON AV reciever input in Text switch
- Replies: 61
- Views: 264236
Re: Show DENON AV reciever input in Text switch
I forgot that! :/ Now that I change it reports: pi@raspberrypi ~/domoticz/scripts $ ./Denon.sh 4.730 1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1504 0 1504 0 0 21973 0 --:--:-- --:--:-- --:--:-- 28377 ON Denon already ON % Total ...
- Thursday 26 March 2015 18:53
- Forum: PHP and all others
- Topic: Show DENON AV reciever input in Text switch
- Replies: 61
- Views: 264236
Re: Show DENON AV reciever input in Text switch
@Monoseknuckle I created the script, changed the Denon and Domoticz IPs and when I run it I get this errors and the text.txt file is empty :/ pi@raspberrypi ~/domoticz/scripts $ ./Denon.sh 0.683 1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 ...
- Wednesday 25 March 2015 0:12
- Forum: PHP and all others
- Topic: Show DENON AV reciever input in Text switch
- Replies: 61
- Views: 264236
Show DENON AV reciever input in Text switch
@Mooseknuckle Can you do a step by step for noobs please! I can create the script, but run it every two minutes and add it to a text switch is another thing. If I run this scrip manually I get the last selected source, like AUX, and what I'm looking for is for its state, ON/OFF. So I can set rules ...
- Wednesday 11 March 2015 10:48
- Forum: Suggestions
- Topic: [122] Philips Hue support
- Replies: 169
- Views: 76836
Re: [122] Philips Hue support
Yes I did, if I make a script like this just to turn on the light with some color it works: #! /bin/bash curl -s -H "Accept: application/json" -X PUT --data '{"on": true, "bri":240, "hue":5911, "sat":254}' http://ipofphilips/api/newdeveloper/lights/4/state; \ If I put the same thing with the alert ...
- Tuesday 10 March 2015 23:44
- Forum: Suggestions
- Topic: [122] Philips Hue support
- Replies: 169
- Views: 76836
Re: [122] Philips Hue support
It is pretty simple right now to implement the following: -transition time -colorloop -alert With the transition time parameter you can create a Wake Up Light. 1. Create a virtual switch. 2. Create an 'on' script like below and put it into the scripts directory (see the older Hue tutorial): cat ...
- Tuesday 07 October 2014 12:35
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state

- Tuesday 07 October 2014 9:46
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
Sure, here they are:
- Monday 06 October 2014 16:02
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
None :/
- Sunday 05 October 2014 1:57
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
I have Standby.pyo :/ can't edit that on vi, Using Dreambox 7020HD with Openatv 4.1.D'rMorris wrote: ...
Then in the directory /usr/lib/enigma2/python/Screens, there is a script called Standby.py. In this script, I added (made bold what I added):
---
Hope you can help me.
Thanks.
- Sunday 05 October 2014 1:09
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16605
Re: Checking Dreambox state
Thanks For dream box Script, gonna try it today!
Nice work! Any updates for it or new scripts for dreamboxs?
Thanks a lot!
Nice work! Any updates for it or new scripts for dreamboxs?
Thanks a lot!
