Search found 26 matches

by Remicade
Sunday 24 May 2020 16:19
Forum: Others
Topic: Adding Tasmota flashed LSC Power Plug
Replies: 0
Views: 528

Adding Tasmota flashed LSC Power Plug

Hi, After flashing a LSC Power Plug it is now working with the on and off commands by the commands : http://192.168.2.21/cm?cmnd=Power%20On and http://192.168.2.21/cm?cmnd=Power%20Off, But why is the switch not created? This is part of the log file: 2020-05-24 16:18:56.753 Status: (MQTT discovery ...
by Remicade
Saturday 18 April 2020 16:55
Forum: Other questions and discussions
Topic: Solved ? : Crash after updating parameters
Replies: 1
Views: 216

Re: Crash after updating parameters

After : ./updatebeta
things are running again.
I am lost but happy.
Paul
by Remicade
Saturday 18 April 2020 15:57
Forum: Other questions and discussions
Topic: Solved ? : Crash after updating parameters
Replies: 1
Views: 216

Solved ? : Crash after updating parameters

Hi, Today I did a parameter change on my Domoticz Smart Virtual Thermostat. Nothing special After this the system went offline. When I start via putty with ,/domoticz i get this: pi@raspberrypi:~/domoticz $ sudo ./domoticz 2020-04-18 15:37:57.982 Status: Domoticz V4.11803 (c)2012-2020 GizMoCuz 2020 ...
by Remicade
Sunday 05 April 2020 13:19
Forum: Other questions and discussions
Topic: scaling temperature to PWM
Replies: 0
Views: 507

scaling temperature to PWM

Hi, First of all a short introduction of my idea. I am building a smoker for food. What I use is a wooden cabinet with two trays. At the bottom I have an electric heater. This heater has a thermostat but i will not use it. For now I have the Virtual Smart Thermostat running. This is switching the ...
by Remicade
Monday 16 March 2020 17:23
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101192

Re: Python Plugin: Smart Virtual Thermostat

Thans for that! I Will check this. Chefs Paul Hi, return { active = true, on = { 'Bart Switch' }, execute = function(domoticz, switch) if (switch.state == 'On') then domoticz.devices['CV'].switchOn() end end } Tried the code above....I do not get it? LUA...dZvents??? Not clear for me.. All I want is ...
by Remicade
Sunday 01 March 2020 19:30
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101192

Re: Python Plugin: Smart Virtual Thermostat

Thanks Logread! Your suggestion was what I had in mind. Solved now with LUA. Maybe to much, I wrote 4 scripts: local bart_switch = 'Bart Switch' local cv_switch = 'CV Schakelaar' local lars_switch = 'Lars Switch' commandArray = {} if devicechanged[bart_switch] then if otherdevices[bart_switch ...
by Remicade
Sunday 01 March 2020 15:22
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101192

Re: Python Plugin: Smart Virtual Thermostat

Hi, return { active = true, on = { 'Bart Switch' }, execute = function(domoticz, switch) if (switch.state == 'On') then domoticz.devices['CV'].switchOn() end end } Tried the code above....I do not get it? LUA...dZvents??? Not clear for me.. All I want is : If Lars is on, then CV is on. If Bart is on ...
by Remicade
Friday 28 February 2020 20:21
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101192

Re: Python Plugin: Smart Virtual Thermostat

Hi all, I have tried several things but I am not getting it done....Can someone please check this for me. Thanks in advance. @Remicade, My suggestion would be to remove 17 from the plugins switches lists and run a script that sets 17 « On » if 13 or 15 are on, and switches 17 « Off » if 13 and 15 are ...
by Remicade
Tuesday 28 January 2020 19:33
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101192

Re: Python Plugin: Smart Virtual Thermostat

@Remicade, My suggestion would be to remove 17 from the plugins switches lists and run a script that sets 17 « On » if 13 or 15 are on, and switches 17 « Off » if 13 and 15 are « Off ». Hope this helps Thanks for your quick reaction Logread, What do you suggest? DzVents? And how to wriye such a func ...
by Remicade
Sunday 26 January 2020 11:08
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 101192

Re: Python Plugin: Smart Virtual Thermostat

Hello, For two rooms i prepared a Sonoff TH10 with a 230V actuator from Honeywell. I setup two hardware devices "SmartVirtual Thermostat" named Lars and Bart. So far so good. Besides the device that is used to switch the actuator I also put the central heating switch (IDX 17) in "heating switches ...
by Remicade
Thursday 02 August 2018 21:46
Forum: dzVents
Topic: dzVents temperature switch
Replies: 10
Views: 2466

Re: dzVents temperature switch

Hi EdwinK,
That did the trick.
Made a new device, but now Type Temp.
In the Omnik changed IDX.
The script is now running and switching my OmnikVentilator.
Thanks for the help!
Paul
by Remicade
Thursday 02 August 2018 20:56
Forum: dzVents
Topic: dzVents temperature switch
Replies: 10
Views: 2466

Re: dzVents temperature switch

Thanks waaren,
If you three guys think that the script is o.k. but it is still not working....Could it be that my devices are not correct?
I had a typo in the previous script but that seems o.k. now.
Now will try to debug, after finding out how exactly.

Thanks!
Paul
by Remicade
Thursday 02 August 2018 20:16
Forum: dzVents
Topic: dzVents temperature switch
Replies: 10
Views: 2466

Re: dzVents temperature switch

Hi and thanks for your support. I will try to make it more readable...... :oops: Now changed the script as suggested : return { on = { timer = 'every minute' }, execute = function(domoticz) local Sensor = domoticz.devices('Omnik temperature') if Sensor.temperature >= 25 then domoticz.devices('Omnik ...
by Remicade
Thursday 02 August 2018 17:32
Forum: dzVents
Topic: dzVents temperature switch
Replies: 10
Views: 2466

dzVents temperature switch

Hi Forum, After a lot of reading and trying still strugling to get this dzVents script working. I use the Omnik script to read the temperature. This is a Custom Device. The fan should cool the inverterabove 25 degrees Celcius. Can somebody please give me a suggestion why the script is faulty? return ...
by Remicade
Saturday 19 May 2018 13:19
Forum: Show your projects
Topic: Domotics touchscreen remote
Replies: 46
Views: 15986

Re: Domotics touchscreen remote

Hello,

Got it!
First real attemt connecting the WeMos and Nextion and it works
Now have to play with the website to use right IDx's

Nice!

p.s. Is it possible to show humidity and temperature of DHT in bathroom?
by Remicade
Saturday 19 May 2018 12:31
Forum: Show your projects
Topic: Domotics touchscreen remote
Replies: 46
Views: 15986

Re: Domotics touchscreen remote

Hi Forum and ledfreak3d, Step by step getting there i think, - uploaded the tft file to an sd card (Nextion Editor, File, Open Build Folder, choose tft file) - Used flash_download_tool_v0.9.6_150419 to flash WeMos D1 mini. - Arduino IDE 1.8.5 used to load ino to Wemos D1 R2&mini with 3M SPIFFS Now ...
by Remicade
Wednesday 16 May 2018 20:30
Forum: Show your projects
Topic: Domotics touchscreen remote
Replies: 46
Views: 15986

Re: Domotics touchscreen remote

Looks like my PM is not working?
by Remicade
Tuesday 15 May 2018 21:29
Forum: Show your projects
Topic: Domotics touchscreen remote
Replies: 46
Views: 15986

Re: Domotics touchscreen remote

Hi, ledfreak3d, Now I have a little fight whithin the Arduino compilation.... All libraries are downloaded and installed but the compilation stops..: Arduino: 1.6.7 (Windows 10), Board:"Generic ESP8266 Module, 80 MHz, ck, 26 MHz, 40MHz, QIO, 512K (no SPIFFS), 2, v2 Lower Memory, Disabled, None, Only ...
by Remicade
Tuesday 15 May 2018 18:16
Forum: Show your projects
Topic: Domotics touchscreen remote
Replies: 46
Views: 15986

Re: Domotics touchscreen remote

HMI is running!
Have to take out the SD after the loading of the tft file to the HMI.
Hieperdepiep!
by Remicade
Tuesday 15 May 2018 18:06
Forum: Show your projects
Topic: Domotics touchscreen remote
Replies: 46
Views: 15986

Re: Domotics touchscreen remote

Hi ledfreak3d, Okidoki, I flashed the bin file to the Wemos.....looks like it is ok. Now Nextion....Trying to copy the HMI file to SD but the Nextion does not find the file. Have to look further, any hints are welcome ;) But then I opened the Github page again and found an INO file???? What to do ...