The problem seems to happen when a timeout temperature sensor is back to normal (at 2am in previous log) Maybe this could help? pi@domoticz:~/domoticz/plugins/SmartVirtualThermostat $ git diff diff --git a/plugin.py b/plugin.py index 6cd20a4..571ca48 100644 --- a/plugin.py +++ b/plugin.py @@ -602,7 ...
It's not a big deal ;) The plugin is doing a great job the rest of the time 8-) I'm not up to date with Domoticz, but Smart Virtual Thermostat seems to be: pi@domoticz:~/domoticz/plugins/SmartVirtualThermostat $ git show --oneline 3088c35 Version 0.4.4 ... Previous log is before restart. I restarted ...
Hi! I had a little problem with the plugin 2 days ago. Inside temperature was bellow stepping, but the heater did not start. I restarted domoticz and everything went back to normal. Do you know what appended? I'm running Domoticz beta 3.8450 (Should update to last stable version when I will have ...
@etampes, Thznks for posting the log... I’ll look into this... bear with me pls EDIT: @etampes, I just pushed a new version that should fix the bug you uncovered. I indeed think it is related to the fact you have no outside temperature sensor in your setup. Can you please update to version 0.3.6 ( ...
With this header set, if you type http://domain in your address bar, your browser will automatically switch to https://domain, without even trying to contact the http://domain server.
Ambient temperature regulation Let it settle a bit... I will :) Normal / economy switching Good pick... will fix that in next version Great :mrgreen: Bug with temperature + humidity sensors the usual work around for any use of these for temperature monitoring purposes involves setting up a dummy ...
Hi! I have just started my heating system a few days ago. I have 3 remarks :) Ambient temperature regulation For the moment, sometimes the plugin is not really accurate. I will wait a few days, and try to adjust the "Calculation cycle" value. Setpoint was 17.5°C (Economy) - Ambient temperature ...
@Electrocut, Thanks for the heads up... bear in mind you will need 2 to 3 days of ‘auto’ mode operation for the autolearning to work (insulation and thermal coefficients). You are welcome ;) Also, while 30 minutes (for electric convectors) or 60+ minutes (central heating boiler) calculation int ...
Great idea to have developed a Thermostat plugin for Domoticz 8-) That was really a missing feature in Domoticz. For the time being, I was controlling my heater with a simple lua script. 3 modes: Comfort (= day), Eco (= night), Standby (= vacations). - In "Comfort mode", heater relay is always on ...
I have just updated to current (= 3.8450) beta (on my RaspberryPi), using the ARMv7 version. It seems to be much better than the stable (= 3.8153), regarding the crash describe above. - For the moment, no SEGFAULT on the first start - No visible regression for the features I use (Lua, Python plugins ...
With 3.8153 version downloaded from domoticz.com, it crashes the same way, but log is more verbose! 2017-09-28 18:41:36.158 (Thermostat) Initialized version 0.3.3, author 'logread' 2017-09-28 18:41:36.217 (Thermostat) Debug log level set to: 'false'. 2017-09-28 18:41:36.217 Error: (Thermostat ...
Same for me. Software and Hardware situation: - RaspberryPi 2 - Rapsbian Jessie - Domoticz stable 3.8153, built on-board from git source When I add a Python plugin, domoticz crashed on RaspberryPi first boot: 2017-09-28 18:25:11.844 OpenZWave: Value_Added: Node: 14 (0x0e), CommandClass: SENSOR ALARM ...
Hi Sebastiaan! First, thank you for your great application. It makes reading rooms temperatures and driving my heating system very easy :) I just noticed something: the application use much more data than it should (more than 40 MB by months). I found the reason: even when I quit the application ...