Search found 3 matches
- Friday 22 May 2015 8:16
- Forum: PHP and all others
- Topic: close the blinds because of the position of the sun?
- Replies: 5
- Views: 2120
Re: close the blinds because of the position of the sun?
I found a solution based on the program sonnenstand.py from Franz Scheerer. If someone ist istrested I will present it in "my projects".
- Tuesday 12 May 2015 18:09
- Forum: PHP and all others
- Topic: close the blinds because of the position of the sun?
- Replies: 5
- Views: 2120
close the blinds because of the position of the sun?
hello guys, a friend use a raspi as domoticz as well. Last week he told me, that he is looking for a solution to close the blinds, if the sun turns in this direction. Because it is not every day at the same time you can't use a normal timer as well as a variable like sunrise / sunset. I found some ...
- Wednesday 25 February 2015 6:45
- Forum: Blockly
- Topic: Blocky to lua
- Replies: 7
- Views: 3613
Re: Blocky to lua
Hallo Varazir i would it write it in LUA : ComputerConsumption = tonumber(otherdevices_svalues['ComputerConsumption']) if ComputerConsumption < '13' and ComputerConsumption > '1' then wait 60000 commandArray['Variable:Computer'] = 'Off' end OnkyoConsumtion = tonumber(otherdevices_svalues['Onkyo ...