Search found 4 matches
- Wednesday 12 October 2016 14:40
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 226866
Re: [MyDomoAtHome] Support thread
there is no deb (pi2) package in the repository !!
- Friday 16 September 2016 19:51
- Forum: Suggestions
- Topic: Enable / Disable all events in a switch planning alltogether
- Replies: 34
- Views: 14301
Re: Enable / Disable all events in a switch planning alltogether
solved (half)
the API /JSON dont't work (a bug)
the timer table is setpointtimers and not timers !!
then the scripts are:
---for timers active ------
#!/bin/bash
sqlite3 /home/pi/domoticz/domoticz.db 'update setpointtimers set active=1 where devicerowid = <number of the device>;'
---for timers ...
the API /JSON dont't work (a bug)
the timer table is setpointtimers and not timers !!
then the scripts are:
---for timers active ------
#!/bin/bash
sqlite3 /home/pi/domoticz/domoticz.db 'update setpointtimers set active=1 where devicerowid = <number of the device>;'
---for timers ...
- Friday 16 September 2016 15:37
- Forum: Suggestions
- Topic: Enable / Disable all events in a switch planning alltogether
- Replies: 34
- Views: 14301
Re: Enable / Disable all events in a switch planning alltogether
hello,
here the /json.htm?type=command¶m=disabletimer&idx=X or enabletimer don't work
I receive the OK prompt
{
"status" : "OK",
"title" : "DisableTimer"
}
but the timers are always active.
The Domoticz version is 5641
I want to try a script for modify the status (active=0 or 1) in the table ...
here the /json.htm?type=command¶m=disabletimer&idx=X or enabletimer don't work
I receive the OK prompt
{
"status" : "OK",
"title" : "DisableTimer"
}
but the timers are always active.
The Domoticz version is 5641
I want to try a script for modify the status (active=0 or 1) in the table ...
- Wednesday 04 May 2016 15:14
- Forum: Blockly
- Topic: Update thermostat value with user variable using blockly
- Replies: 1
- Views: 1164
Re: Update thermostat value with user variable using blockly
I have the same problem here.
I think that change the thermostat set in blockly don't work
I think that change the thermostat set in blockly don't work