Search found 4 matches
- 08 May 2015 15:53
- Forum: Discussions in English
- Topic: CodeDevice to run local code example?
- Replies: 5
- Views: 8291
Re: CodeDevice to run local code example?
I have used the same method to run a shell script and it works. One aspect that may not have been considered is related to absolute paths in the ".sh" script. Since z-way code is run from root, you have to specify the absolute path. A script like: #!/bin/bash date > date.txt run from the c...
- 01 Mar 2015 00:19
- Forum: RaZberry
- Topic: Cron module in Home Automation
- Replies: 5
- Views: 8995
Re: Cron module in Home Automation
Many thanks. Your method is really good to perform a CRON operation. For those who want to implement it on Razberry + Danfoss LC (living-connect) step 1 has to be modified in the following way (I am quoting your description): "-Preferences-Modules-Devices-CodeDevice. Give it a meaningful title....
- 12 Feb 2015 00:06
- Forum: RaZberry
- Topic: Cron module in Home Automation
- Replies: 5
- Views: 8995
Re: Cron module in Home Automation
Thank you very much. Now the point is that the ScheduledScene activates a Scene. There is no Scene for thermostats, then I guess that I should follow this process: 1 - create a Dummy Device 2 - create a Scene for the Dummy Device 3 - create a ScheduledScene for the Scene 4 - use Cron for the Schedul...
- 05 Feb 2015 17:09
- Forum: RaZberry
- Topic: Cron module in Home Automation
- Replies: 5
- Views: 8995
Cron module in Home Automation
Hi all, I have been successfully using a Razberry since October 2014. I have recently updated the SW to version v2.0.1.The GUI looks very good and I saw different new features in the Home Automation UI. Since I am using some thermostatic valves (Danfoss living-connect LC-13) I would like to use the ...