Search found 22 matches

by Electrocut
Sunday 04 November 2018 10:46
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

You are perfectly right!
I will update Domoticz to last stable version as soon as possible!

Thank you everybody 8-)
by Electrocut
Sunday 04 November 2018 8:33
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

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 ...
by Electrocut
Saturday 03 November 2018 22:57
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

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 ...
by Electrocut
Saturday 03 November 2018 18:38
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

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 ...
by Electrocut
Monday 05 February 2018 10:12
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

@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 ( ...
by Electrocut
Wednesday 15 November 2017 13:46
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

I was having the problem with Domoticz v3.8153 stable version.

Fixed since I switch to the beta version (currently using V3.8450 beta).
by Electrocut
Friday 27 October 2017 16:55
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Forward HTTP to HTTPS
Replies: 7
Views: 2327

Re: Forward HTTP to HTTPS

Another option would be to add "HTTP Strict Transport Security" (HSTS) header to your web server.

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.
by Electrocut
Tuesday 10 October 2017 21:49
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

Seems working great, my heater start immediately when I switch from Economy to Normal mode 8-)
Thanks!
by Electrocut
Sunday 08 October 2017 12:24
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

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 ...
by Electrocut
Sunday 08 October 2017 11:30
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

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 ...
by Electrocut
Sunday 01 October 2017 16:18
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

@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 ...
by Electrocut
Saturday 30 September 2017 11:18
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106874

Re: Python Plugin: Smart Virtual Thermostat

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 ...
by Electrocut
Thursday 28 September 2017 22:52
Forum: Python
Topic: Error: Domoticz received fatal signal 11 when executing plugin code
Replies: 11
Views: 5911

Re: Error: Domoticz received fatal signal 11 when executing plugin code

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 ...
by Electrocut
Thursday 28 September 2017 18:48
Forum: Python
Topic: Error: Domoticz received fatal signal 11 when executing plugin code
Replies: 11
Views: 5911

Re: Error: Domoticz received fatal signal 11 when executing plugin code

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 ...
by Electrocut
Thursday 28 September 2017 18:36
Forum: Python
Topic: Error: Domoticz received fatal signal 11 when executing plugin code
Replies: 11
Views: 5911

Re: Error: Domoticz received fatal signal 11 when executing plugin code

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 ...
by Electrocut
Friday 24 October 2014 21:08
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 142456

Re: Android app

Same question:
Electrocut wrote:In Domoticz settings, is "Security > Authentication > Basic-Auth" checked?
by Electrocut
Tuesday 21 October 2014 22:04
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 142456

Re: Android app

No problem for me (but I'm accessing Domoticz services in HTTPS through nginx ... don't know if this helps)

In Domoticz settings, is "Security > Authentication > Basic-Auth" checked?
by Electrocut
Sunday 28 September 2014 11:03
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 142456

Re: Re : Android app

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 ...
by Electrocut
Saturday 27 September 2014 10:00
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 142456

Re: Re : Android app

It is because Dromotica tries to refresh the temperature values all day long, even if the temperature screen is not visible :(
by Electrocut
Friday 15 August 2014 13:51
Forum: Android
Topic: 'Dromotica' app for controlling Domoticz from Android
Replies: 488
Views: 142456

Re: Re : Android app

So do I: the application crashes when I try to select the switch I want to use as Widget.