is there anyway through domoticz or other third party to send daily temperature graph?
i want to see the temperature behaviour in a form of graph during the night and send it routinley every morning to email recipients.
Search found 5 matches
- Thursday 09 February 2017 14:21
- Forum: Third party and supplementary tools
- Topic: daily graph email report
- Replies: 1
- Views: 2170
- Tuesday 07 February 2017 9:31
- Forum: Third party and supplementary tools
- Topic: MySensors to Domoticz Watchdog Update
- Replies: 3
- Views: 2201
Re: MySensors to Domoticz Watchdog Update
hi domore i've also wanted to add a WTD for mysensors node, and my method was to run gw.begnin(1.5.6 version) every 2 hours or after doing some sort of ping to GW. the last-update realy doesnt change, BUT inside the hardware tab when you see the nodes inside the GW you can see the last seen time of ...
- Sunday 29 January 2017 22:28
- Forum: Other questions and discussions
- Topic: third party ssl certificate on domoticz
- Replies: 0
- Views: 442
third party ssl certificate on domoticz
i have a special ISP which owns a patented content filtering which blocks porn and violence as minimum as well as other inappropriate material. however, in order to filter https sites like google and youtube, they give you the option to install a certificate file to allow this filteration to work ...
- Monday 09 January 2017 15:21
- Forum: LUA
- Topic: hebrew named devices in lua
- Replies: 1
- Views: 658
Re: hebrew named devices in lua
ok found a solution:
the only problem is with the combination of the two kinds of brackets [ and ( .
so using a "mediator variable" to prevent this collision made the trick
Code: Select all
t = otherdevices_lastupdate['מזוט ביניים 1']
if datetimedifferencenow(t) > 300 then
so using a "mediator variable" to prevent this collision made the trick
- Monday 09 January 2017 15:02
- Forum: LUA
- Topic: hebrew named devices in lua
- Replies: 1
- Views: 658
hebrew named devices in lua
hello i use domoticz in hebrew (cheers to the translator, whoever he is) and of course i name my devices in hebrew name (i use it in my work so other people who arent good in english can use it) now, i want to start using lua scripts instead of blockly and when i put the device name the code messes ...