hello:
https://easydomoticz.com/forum/viewtopic.php?f=6&t=9335
Search found 14 matches
- Wednesday 01 July 2020 18:14
- Forum: Temperature and Weather
- Topic: DS18B20 Directly connected to a RPI
- Replies: 16
- Views: 6089
- Sunday 17 November 2019 18:30
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 106951
Re: Python Plugin: Smart Virtual Thermostat
Works fine!!! 2019-11-17 13:38:20.789 Status: (TRMSTATO INT) Next calculation time will be : 2019-11-17 14:23:20.788687 2019-11-17 13:38:20.937 Status: (TRMSTATO INT) Temperatures: Inside = 17.5 / Outside = 11.8 2019-11-17 13:38:20.938 Status: (TRMSTATO INT) Calculation: Power = 100 -> heat ...
- Saturday 05 January 2019 21:04
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 106951
- Tuesday 13 November 2018 21:17
- Forum: dzVents
- Topic: thermostat for cooling and heating
- Replies: 24
- Views: 5808
Re: thermostat for cooling and heating
@wareen My intention is that my heating system works with a smart thermostat as a reference for heat control in my house, I thought that your script could work without the valves. In the forum I found a script for a smart thermostat, but I could not get it to work properly. Sorry for taking the ...
- Tuesday 13 November 2018 13:19
- Forum: dzVents
- Topic: thermostat for cooling and heating
- Replies: 24
- Views: 5808
Re: thermostat for cooling and heating
@waaren I tell you my installation, I have two pi zero w, one pi zero for the temperature probe installed in the room and the other pi zero with the relay modules next to the boiler, in this pi zero I have a module with 2 relays (relay 1 and relay 3) when the relay 1 is activated its contact closes ...
- Tuesday 13 November 2018 10:31
- Forum: dzVents
- Topic: thermostat for cooling and heating
- Replies: 24
- Views: 5808
Re: thermostat for cooling and heating
Good morning: I have installed this script and I get this result, but I can not activate the boiler relay. 2018-11-13 10:29:00.633 Status: dzVents: Debug: zoneTemperatures: Processing device-adapter for RELE -1-: Switch device adapter 2018-11-13 10:29:00.636 Status: dzVents: Debug: zoneTemperatures ...
- Thursday 08 November 2018 8:33
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 106951
Re: Python Plugin: Smart Virtual Thermostat
Good morning: Thank you very much for your responses: I have already corrected the Idx because I had installed the hardware Idx and I have already put the Idx of the devices, but I can not get the SVT to work. The pi zero that has installed the interior temperature sensor has the following IP: 192 ...
- Wednesday 07 November 2018 16:26
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 106951
Re: Python Plugin: Smart Virtual Thermostat
When i simply read your log, it can find a (properly defined) inside temperature sensor. Without that sensor the whole thermostat idea is useless of course. Please check the idx value in the hardware page I tell you my installation, I have two pi zero w, one pi zero for the temperature probe ...
- Wednesday 07 November 2018 10:29
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 106951
Re: Python Plugin: Smart Virtual Thermostat
@Logread Good morning and thank you very much for your response, I do not understand very well what happens ... now I get this data, I do not understand much about code ... 2018-11-07 10:22:35.500 Error: (TERMST INTELI) 'onStart' failed 'KeyError'. 2018-11-07 10:22:35.500 Error: (TERMST INTELI ...
- Tuesday 06 November 2018 19:34
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 106951
Re: Python Plugin: Smart Virtual Thermostat
Hello: I need help... 2018-11-06 19:32:26.524 Error: (TERMST INTELI) Cannot read the uservariable holding the persistent variables 2018-11-06 19:32:26.537 Error: (TERMST INTELI) Error calling 'http://192.168.0.160:8080/json.htm?type=devices&filter=light&used=true&order=Name' 2018-11-06 19:32:26.538 ...
- Thursday 01 November 2018 23:08
- Forum: Examples & Solutions
- Topic: dzVents script for heating control [SOLVED]
- Replies: 37
- Views: 17899
Re: dzVents script for heating control [SOLVED]
Thank you very much, the problem is that I do not know how to write code...



- Thursday 01 November 2018 12:19
- Forum: Examples & Solutions
- Topic: dzVents script for heating control [SOLVED]
- Replies: 37
- Views: 17899
Re: dzVents script for heating control [SOLVED]
I tell you my installation, I have two pi zero w, one pi zero for the temperature probe installed in the room and the other pi zero with the relay modules next to the boiler, in this pi zero I have a module with 2 relays (relay 1 and relay 3) when the relay 1 is activated its contact closes to give ...
- Thursday 01 November 2018 11:51
- Forum: Examples & Solutions
- Topic: dzVents script for heating control [SOLVED]
- Replies: 37
- Views: 17899
Re: dzVents script for heating control [SOLVED]
--======================================================= -- USER VARIABLES // name of user variables in Domoticz ( Setup > More options > User variables). --======================================================= local usrStateWorkHEAT = 'HeatWorkCondition' -- helper variable to work script local ...
- Wednesday 31 October 2018 16:15
- Forum: Examples & Solutions
- Topic: dzVents script for heating control [SOLVED]
- Replies: 37
- Views: 17899
Re: dzVents script for heating control [SOLVED]
hello: thank you very much for this good script, with all my respect towards the author, I have translated it into my usual language. But the object of this message is the error that appears to me and that I have highlighted it in red. What can be the cause? 2018-10-31 16:10:00.659 Status: dzVents ...