Search found 2 matches

by lucky58
Sunday 19 July 2020 9:00
Forum: Suggestions
Topic: Blockly's saved in a folder instead of in the database
Replies: 10
Views: 2231

Re: Blockly's saved in a folder instead of in the database

but easiest is probably to just dump the complete eventMaster and eventRules tables to a file. sqlite3 domoticz.db sqlite> .out events.sql sqlite> .dump eventMaster sqlite> .dump eventRules sqlite> .q Hello, what is the easiest way to put the 'dump' of events.sql with sqlite3 back in the domoticz ...
by lucky58
Wednesday 13 December 2017 17:45
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 39297

Re: Pushnotification when dishwasher/washing machine is ready?

Hello, the script does not work fully for my dryer machine. It stays in : "Drying Washing machine is not using a lot of energy", with the right low Watt value but with the counter counting down to zero and then continiously - each minute - indicating "0 ". The script does not go to the final IF ...