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 ...
Search found 6 matches
- Wednesday 01 August 2018 20:52
- Forum: Suggestions
- Topic: Annualized utility graph
- Replies: 0
- Views: 459
- Saturday 06 February 2016 20:24
- Forum: Suggestions
- Topic: Enable/disable timer from events / LUA script
- Replies: 10
- Views: 9053
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 ...
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 ...
- Sunday 31 January 2016 15:26
- Forum: Suggestions
- Topic: Enable/disable timer from events / LUA script
- Replies: 10
- Views: 9053
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.
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.
- Monday 18 January 2016 17:25
- Forum: Blockly
- Topic: Thermostat Value in Blocky or LUA
- Replies: 4
- Views: 2136
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 ...
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 ...
- Monday 18 January 2016 16:52
- Forum: Suggestions
- Topic: Enable/disable timer from events / LUA script
- Replies: 10
- Views: 9053
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 ...
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 ...
- Sunday 17 January 2016 20:02
- Forum: Suggestions
- Topic: Enable/disable timer from events / LUA script
- Replies: 10
- Views: 9053
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 ...
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 ...