Search found 4 matches

by furio49
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 !!
by furio49
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 ...
by furio49
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&param=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 ...
by furio49
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