Search found 6 matches

by clkoolen
Wednesday 01 August 2018 20:52
Forum: Suggestions
Topic: Annualized utility graph
Replies: 0
Views: 430

Annualized utility graph

Hello Doomoticz developers and users, I have been a happy user of Domoticz software for several years now. With all the gathered data I am missing a type of graph display of the utility usage data. Annualized usage data would show monthly values of the usage of the past 12 months. Like this it is ...
by clkoolen
Saturday 06 February 2016 20:24
Forum: Suggestions
Topic: Enable/disable timer from events / LUA script
Replies: 10
Views: 8550

Re: Enable/disable timer from events / LUA script

Ended up creating a single script that would check a specific group is on or off. Then depending on the state it enables or disables a set of timers by the id's. #!/usr/bin/python import urllib2 import base64 import json """ General scrypt settings. Set the appropriate username and password. Enter ...
by clkoolen
Sunday 31 January 2016 15:26
Forum: Suggestions
Topic: Enable/disable timer from events / LUA script
Replies: 10
Views: 8550

Re: Enable/disable timer from events / LUA script

Hi Eduard,

Thanks for the script example. I got it to work with the addition of import base64.
Now I will have to make it do my desired changes.

Thanks again.
by clkoolen
Monday 18 January 2016 17:25
Forum: Blockly
Topic: Thermostat Value in Blocky or LUA
Replies: 4
Views: 2008

Re: Thermostat Value in Blocky or LUA

Hello, I am trying to do something completely different, but it does involve sending a json call through blockly. I tried the following: Event with json.PNG However when I activate this the configuration state is not changed even though my log tells me " fetching url...." I read that Sincze solved ...
by clkoolen
Monday 18 January 2016 16:52
Forum: Suggestions
Topic: Enable/disable timer from events / LUA script
Replies: 10
Views: 8550

Re: Enable/disable timer from events / LUA script

Hi Eduard, As a complete NOOB to Domoticz (started two weeks ago) and pyton scripts could you elaborate in how to process a json call into a script? My main intention in enabling and disabling timers is that I would like to create a "holidays" button that will activate and deactivate a set of timers ...
by clkoolen
Sunday 17 January 2016 20:02
Forum: Suggestions
Topic: Enable/disable timer from events / LUA script
Replies: 10
Views: 8550

Re: Enable/disable timer from events / LUA script

Hi Eduard, Could you elaborate on if and how to make these json URL's work with the blockly? I tried the setup in the image below: Event with json.PNG It changes the state of the control variable. In the log I can see it tried to fetch the URL: Log.PNG but there is no change of state in the timer ...