Search found 8 matches
- Wednesday 05 May 2021 0:21
- Forum: Examples & Solutions
- Topic: DzVents script to create CSV file for further processing
- Replies: 10
- Views: 2331
Re: DzVents script to create CSV file for further processing
Hello this edit works, now saving continous over day. Best solution will be save this data in internal database, but this is over me :(. Now saveing every 5 minutes into sqllite. But I need save only one per hour but during 2 years :(. this is excellent. Please can you help me for modification? I ...
- Tuesday 04 May 2021 15:45
- Forum: Examples & Solutions
- Topic: DzVents script to create CSV file for further processing
- Replies: 10
- Views: 2331
Re: DzVents script to create CSV file for further processing
Here is full script :) -- Persistent Data local multiRefObjects = { } -- multiRefObjects local obj1 = { ["rows"] = { [1] = { ["data"] = { [1] = "2021-05-04"; [2] = "15:00"; [3] = 30.0; [4] = 26.5; [5] = 29.0; [6] = 26.0; [7] = 37.0; [8] = 25.2; [9] = 33.0; [10] = 25.9; [11] = 38.0; [12] = 23.6; [13 ...
- Monday 03 May 2021 22:05
- Forum: Examples & Solutions
- Topic: DzVents script to create CSV file for further processing
- Replies: 10
- Views: 2331
Re: DzVents script to create CSV file for further processing
this is first rows
and last
Code: Select all
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["rows"] = {
Code: Select all
}
return obj1
- Monday 03 May 2021 20:53
- Forum: Examples & Solutions
- Topic: DzVents script to create CSV file for further processing
- Replies: 10
- Views: 2331
Re: DzVents script to create CSV file for further processing
This is file Date,Time,SMT Humidity,SMT Temperature, THT Humidity,THT Temperature, Operators Humidity, Operators Temperature, CC1 Humidity, CC1 Temperature, CC2 Humidity, CC2 Temperature, Storage Humidity, Storage Temperature 2021-05-02,20:00,43.0,19.0,39.0,19.9,41.0,21.9,41.0,21.8,41.0,22.0,38.0,22 ...
- Monday 03 May 2021 19:22
- Forum: Examples & Solutions
- Topic: DzVents script to create CSV file for further processing
- Replies: 10
- Views: 2331
Re: DzVents script to create CSV file for further processing
this is excellent. Please can you help me for modification? I need log one month. I dont know what I need change for log more as 24 hours. Now I have this modification for more data limits but still after 24 hours stop recording. return { on = { timer = {'every 1 hours'}, }, data = { rows ...
- Saturday 09 January 2021 17:07
- Forum: Suggestions
- Topic: Thermostat setpoint with % or new device for Humidifier
- Replies: 6
- Views: 1467
Re: Thermostat setpoint with % or new device for Humidifier
Okay, I have one more question: Now I have Dimmer and humidity sensor and relay for control foger. But in blocky I dont know how program for correct function. With Thermostat SetPoint I do it an work fine. But when I use as value for compare data from sensor and setted dimmer, nothing it do :{ https ...
- Wednesday 06 January 2021 16:51
- Forum: Suggestions
- Topic: Thermostat setpoint with % or new device for Humidifier
- Replies: 6
- Views: 1467
Re: Thermostat setpoint with % or new device for Humidifier
solution with dimmer is fine, but I dont found how can add dimmer. In my dummy sensor not visible. Add as a virtual switch and in the switch tab select edit on the new switch. You will presented with a new page where you can change the switchtype to dimmer. Thank you. I see it now:). I must more ...
- Sunday 29 November 2020 20:39
- Forum: Suggestions
- Topic: Thermostat setpoint with % or new device for Humidifier
- Replies: 6
- Views: 1467
Re: Thermostat setpoint with % or new device for Humidifier
Hello, solution with dimmer is fine, but I dont found how can add dimmer. In my dummy sensor not visible. For more information. I have foger which I can control with realy. This I have seted in domoticz as switch. ' Same I have added temp and humidity sensor. For control temperature I using ...