
Search found 21 matches
- Tuesday 27 April 2021 16:11
- Forum: Bugs
- Topic: Attempt to concatenate a table value [SOLVED]
- Replies: 3
- Views: 5184
Re: Attempt to concatenate a table value [SOLVED]
thanks it works !!! 

- Tuesday 27 April 2021 12:02
- Forum: Bugs
- Topic: Attempt to concatenate a table value [SOLVED]
- Replies: 3
- Views: 5184
Re: Attempt to concatenate a table value [SOLVED]
sorry....
solved... remove this
solved...
Code: Select all
print ('Device value:' .. totalUsage)
- Tuesday 27 April 2021 11:49
- Forum: Bugs
- Topic: Attempt to concatenate a table value [SOLVED]
- Replies: 3
- Views: 5184
Attempt to concatenate a table value [SOLVED]
Hi, I have several Tplink hs110 ( meters ) in my house. Each meter tracks this kind of data { "ActTime" : 1619516296, "AstrTwilightEnd" : "21:46", "AstrTwilightStart" : "04:16", "CivTwilightEnd" : "20:29", "CivTwilightStart" : "05:33", "DayLength" : "13:55", "NautTwilightEnd" : "21:06 ...
- Friday 23 April 2021 18:18
- Forum: dzVents
- Topic: Electricity consumption & cost per day, month and year [Solved]
- Replies: 23
- Views: 9514
Re: Electricity consumption & cost per day, month and year [Solved]
2021-04-23 18:14:00.669 Error: dzVents: Error: (3.1.7) ElectricityConsumptionAndCost: An error occurred when calling event handler Calcolo6Costi 2021-04-23 18:14:00.670 Error: dzVents: Error: (3.1.7) ElectricityConsumptionAndCost: ...ticz/scripts/dzVents/generated_scripts/Calcolo6Costi.lua:68 ...
- Tuesday 19 November 2019 15:15
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
my bad.... sorry....
I have a Fritzbox... and using 192.168.0.* doesn't work ... Fritz releases 192.168.178.* so i have added 192.168.178.* and now it works...
I have a Fritzbox... and using 192.168.0.* doesn't work ... Fritz releases 192.168.178.* so i have added 192.168.178.* and now it works...
- Monday 18 November 2019 16:41
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
I have upgraded to Domoticz Version: 4.10717 Build Hash: b38b49e5 Compile Date: 2019-05-09 13:04:08 dzVents Version: 2.4.19 Python Version: 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.2.0] and Now the script doesn't run.... it has these errors 2019-11-18 16:37:00.527 Error: dzVents: local netWork ...
- Monday 21 January 2019 21:37
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
thank you...the script is perfect !!!!! really thank you for your help !!!
- Monday 21 January 2019 11:33
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
thank you thank you thank you thank you @waaren !!! Now the script run but the ranges of the calculation are incorrect... The Entreme date is today (21 January ) and yesterday (20 January ) but the high\ low temperatures and high\low humidity are of the 16 January 2019 and 14 January 2019 I have to ...
- Monday 21 January 2019 11:13
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
now i have updated 
About Domoticz
Version: 4.9700
Build Hash: a3a45906
Compile Date: 2018-06-23 16:24:51

About Domoticz
Version: 4.9700
Build Hash: a3a45906
Compile Date: 2018-06-23 16:24:51
- Monday 21 January 2019 10:42
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
About Domoticz
Version: 3.8153
Build Hash: 494fff7
Compile Date: 2017-07-30 12:19:41
Version: 3.8153
Build Hash: 494fff7
Compile Date: 2017-07-30 12:19:41
- Monday 21 January 2019 8:55
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
I have changed the code to -- getMaxTempHum local httpResponses = "getMaxTempHum" return { on = { timer = { "at 08:53" }, -- Your preferred time httpResponses = { httpResponses } }, logging = { level = domoticz.LOG_DEBUG, marker = httpResponses }, execute = function(dz, item ...
- Sunday 20 January 2019 11:35
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
the code with my changes -- getMaxTempHum local httpResponses = "getMaxTempHum" return { on = { timer = { "at 11:29" }, -- Your preferred time httpResponses = { httpResponses } }, logging = { level = domoticz.LOG_DEBUG, marker = httpResponses }, execute = function(dz, item ...
- Saturday 19 January 2019 16:39
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
Re: dzVents: MaxMin Temp and Humidity [Solved]
thanks for your help..i have used your new code.... and now the script executes but i have a different error.... 2019-01-19 16:33:00.437 dzVents: Info: getMaxTempHum: ------ Start internal script: GETMAXTEMP:, trigger: at 16:33 2019-01-19 16:33:00.453 dzVents: Debug: getMaxTempHum: Device-adapter ...
- Friday 18 January 2019 16:06
- Forum: dzVents
- Topic: dzVents: MaxMin Temp and Humidity [Solved]
- Replies: 38
- Views: 4720
dzVents: MaxMin Temp and Humidity [Solved]
Hi, Some time ago I have posted in the Blocky Board looking for a solution to my problem... Find and send a notification of the lowest and highest temperatures and %humidity in the last 24 hours. @warren tells me to look towards dzVents to find a how to figure out ... and he suggested me the ...
- Friday 18 January 2019 11:40
- Forum: Blockly
- Topic: Calculation of the Lowest and the Highest Sensor values
- Replies: 7
- Views: 1954
Re: Calculation of the Lowest and the Highest Sensor values
hi thanks for your help... Under Domoticz --> event --> DZvent i have pasted (and modified with my idx and timer) -- getMaxTempHum local httpResponses = "getMaxTempHum" return { on = { timer = { "at 11:20" }, -- Your preferred time httpResponses = { httpResponses } }, logging = { level = domoticz ...
- Thursday 17 January 2019 16:52
- Forum: Blockly
- Topic: Calculation of the Lowest and the Highest Sensor values
- Replies: 7
- Views: 1954
Re: Calculation of the Lowest and the Highest Sensor values
thanks...
some example in lua , dzevent or python ?
some example in lua , dzevent or python ?
- Tuesday 18 December 2018 12:42
- Forum: Blockly
- Topic: Calculation of the Lowest and the Highest Sensor values
- Replies: 7
- Views: 1954
Calculation of the Lowest and the Highest Sensor values
Hi,
I use blocky to send me a notification through pushover each morning with the actual temperature and humidity outside....
But I would send me also a notification with the lowest and highest temperature and humidity of the last 24 hours...
Could you help me?
Thanks
I use blocky to send me a notification through pushover each morning with the actual temperature and humidity outside....
But I would send me also a notification with the lowest and highest temperature and humidity of the last 24 hours...
Could you help me?
Thanks
- Wednesday 28 November 2018 11:34
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 416236
Re: Blockly examples
there is a way with blocky to find the lowest and highest temperature in a day ?
thanks
thanks
- Thursday 07 June 2018 17:22
- Forum: Design, usability and languages
- Topic: framb0ise v2 - awesome new dashboard!
- Replies: 217
- Views: 62430
Re: framb0ise v2 - awesome new dashboard!
hi, i have an issue.... i have installed framb0ise but when in the browser I go MYRASPBERRYIP:69/framb0ise/index.html it shows only the UI without icon widget switches... etc.. I have seen in the "framb0ise Settings" that my domoticz server has doubled the port --> http://tqhoxirvqfh2hldg.myfritz ...
- Thursday 07 June 2018 15:51
- Forum: Design, usability and languages
- Topic: Dashticz - Alternative Dashboard
- Replies: 174
- Views: 94090
Re: Dashticz - Alternative Dashboard
Hi, DAshticz is great... but I have a strange problem.... Inside my network (locally in wifi or with a vpn) I can see and load domoticz "elemental"UI and Dashticz .... both with element button switch etc... Outside my network I can access domoticz UI (elemental) but DASHTICZ UI is Empty ... i can ...