Search found 16 matches
- Saturday 21 April 2018 20:06
- Forum: Other questions and discussions
- Topic: Pradox IP150 v4 modul integration
- Replies: 3
- Views: 1472
Re: Pradox IP150 v4 modul integration
Solucionado ?
- Tuesday 13 March 2018 10:24
- Forum: Bash / PowerShell / Batch etc.
- Topic: mochard Cm15pro bash
- Replies: 0
- Views: 1026
mochard Cm15pro bash
ood morning,
I'm using a script that runs when the device starts.
but I must do something wrong ..
sudo -u pi echo "pl a8 on" | nc localhost 1099 sleep 30 | sudo -u pi sudo -u pi echo "pl a8 off" | nc localhost 1099
the idea is to start A8 and after 30 seconds turn off
I'm using a script that runs when the device starts.
but I must do something wrong ..
sudo -u pi echo "pl a8 on" | nc localhost 1099 sleep 30 | sudo -u pi sudo -u pi echo "pl a8 off" | nc localhost 1099
the idea is to start A8 and after 30 seconds turn off
- Tuesday 19 December 2017 16:27
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 168918
Re: Aurora theme
how can i add the camera?
I have not been able, otherwise it's a pass. very good work
I have not been able, otherwise it's a pass. very good work
- Thursday 26 January 2017 17:21
- Forum: Blockly
- Topic: light on at dusk
- Replies: 2
- Views: 1159
light on at dusk
Good afternoon, I'm not able to do a thing as simple as turning a light on at dusk and turning off at dawn ..
For it is very simple but I have not been able in any way ..
Can you help me
Thanks in advance
For it is very simple but I have not been able in any way ..
Can you help me
Thanks in advance
- Tuesday 10 January 2017 8:28
- Forum: Blockly
- Topic: my first blockly
- Replies: 3
- Views: 1140
Re: my first blockly
I've tried changing it to = 18:00 and it still does not work for me,
The other option you give me, as it would be, you could help me.
thank you very much
The other option you give me, as it would be, you could help me.
thank you very much
- Monday 09 January 2017 22:25
- Forum: Blockly
- Topic: my first blockly
- Replies: 3
- Views: 1140
my first blockly
Good to all, I thought that creating events with blockly would be easy and intuitive, but the simplest thing I do not leave, I do not know what I'm doing wrong :roll: domoticz.png My idea is to turn on a light, in this case "Luz_Rampa" in Spanish and send me an email If I could make it go on at dusk ...
- Sunday 08 January 2017 21:46
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
If that works, what is not ejencuta is the SCRIP
- Thursday 05 January 2017 11:11
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
Good morning and happy new year I have tried to put the code in the 2 ways and it does not run. SCRIPT C5 off rcvi :: curl "http://192.168.1.9:8080/json.htm?type=command¶m=switchlight&idx=18&switchcmd=On&level=0" SCRIPT Persiana_despacho off rcvi :: curl "http://192.168.1.9:8080/json.htm?type ...
- Friday 30 December 2016 9:19
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
I do not run the scripts I have open the heyu monitor in a cosola, and I do not see them running,
Should I do something else?
Thank you
Should I do something else?
Thank you
- Tuesday 27 December 2016 22:27
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
Good thanks for your response, later I realized that I should have used it for what Json needed. This is the code that usu in the x10config #################DOMOTICZZZZ ####Comedor SCRIPT Persina_bufet off rcvi :: curl "http://192.168.1.9:8080/json.htm?type=command¶m=switchlight&idx=21&switchcmd ...
blocky
Good morning, I'm trying with blocky, to make at dusk a light is turned on and at dawn it goes out
I should be very sensitive, but I can not.
some help?
I should be very sensitive, but I can not.
some help?
- Monday 19 December 2016 21:32
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
Could you give an example? The LUA command, is always running
thank you very much
thank you very much
- Saturday 17 December 2016 19:09
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
Thank you very much, it looks good, but I do not understand, should I do a follow-up for each of the elements of the installation?
- Saturday 17 December 2016 0:14
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
hello, thank you very much, /home/pi/heyu-2.10/heyu on c5 In my installation is the correct route as the light turns on I have managed to understand how it works and I have managed to turn the x10 heyu lights on since DomitcZ, I am very happy. From there it leads me to another problem, as I can do ...
- Friday 16 December 2016 22:55
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
Re: CM11 And X10
hello I generate the virtual switch, but do not join with the script command domoticz.png pi@raspberrypi:~/domoticz/scripts/lua $ cat script_device_Apparaat01.lua commandArray = {} if (devicechanged['Apparaat01'] == 'On') then os.execute('sudo -u pi /home/pi/heyu-2.10/heyu on c5') elseif ...
- Friday 16 December 2016 15:23
- Forum: Third party and supplementary tools
- Topic: CM11 And X10
- Replies: 16
- Views: 5189
CM11 And X10
Good morning, my name is Andrew. I am new to this forum, installed on a raspberryPi2 DomoicZ, the truth is that it is a past. I have a house currently domotized using X10, with Marmiteck controllers, and all this is controlled with a CM11, I have followed all the steps of the WIKI, and from console ...