
Are you using stable domoticz or beta?
Wysłane z mojego D6503 przy użyciu Tapatalka
Edit
So frozen domoticz was an issue with last domoticz update. Couple people have same issue and it is connected with mydomoticz allowed in settings...
Moderator: leecollings
The plugin saves the « learning » in a dedicated user variable that it creates. This survives a restart or a reboot (and is backed up as you make backups of domoticz). Only if you delete that user variable will learning be lost.
Interesting, I'll have a look. I was not aware that a uservariable could be created .The plugin saves the « learning » in a dedicated user variable that it creates.
You can't create it, but you can 'modify' it, if you know what you're dining. Worst case you simply delete the content and let the plugin recreate it.pipiche wrote:Interesting, I'll have a look. I was not aware that a uservariable could be created .The plugin saves the « learning » in a dedicated user variable that it creates.
Thanks
Do not use « localhost » as IP in the plugin configuration page... use 127.0.0.1pacioc193 wrote: ↑Thursday 30 August 2018 14:30 What about this error?
2018-08-30 14:29:07.288 Error: (Termostato) Error calling 'http://localhost:8080/json.htm?type=dev ... order=Name'
2018-08-30 14:29:07.288 Error: (Termostato) No Inside Temperature found... Switching Thermostat Off
2018-08-30 14:29:07.303 Error: (Termostato) Error calling 'http://localhost:8080/json.htm?type=dev ... order=Name'
2018-08-30 14:29:07.304 Error: (Termostato) 'onHeartbeat' failed 'KeyError'.
2018-08-30 14:29:07.304 Error: (Termostato) ----> Line 599 in /home/pi/domoticz/plugins/SVT/plugin.py, function onHeartbeat
2018-08-30 14:29:07.304 Error: (Termostato) ----> Line 352 in /home/pi/domoticz/plugins/SVT/plugin.py, function onHeartbeat
2018-08-30 14:29:07.304 Error: (Termostato) ----> Line 469 in /home/pi/domoticz/plugins/SVT/plugin.py, function
You are correct, domoticz does not create the devices if you so not allow it to: see the settings page and allow new devices to be created. This should resolve your issue.renerene wrote: ↑Sunday 23 September 2018 11:04 same error here:
2018-09-23 10:58:25.410 Error: (thermostaat) 'onHeartbeat' failed 'KeyError'.
2018-09-23 10:58:25.410 Error: (thermostaat) ----> Line 596 in '/home/pi/domoticz/plugins/SVT/plugin.py', function onHeartbeat
2018-09-23 10:58:25.410 Error: (thermostaat) ----> Line 279 in '/home/pi/domoticz/plugins/SVT/plugin.py', function onHeartbeat
Following is not succesfull
- using 127.0.0.1 instead of localhost in hardware settings of SVT
- removing login info in hardware settings of SVT
- removing login of both domoticz and SVT
update:
error is probably because no devices are added bij Domoticz after adding a SVT hardware item
Similar question: what happens if the target temperature changes over day? Does the learning persist?
The target temperature has nothing to do with the learning. Just read the description on the plug-in page. The learning is all about the room characteristics and those are applicable for all temperatures.elgarne wrote: Similar question: what happens if the target temperature changes over day? Does the learning persist?
Thanks.
In my Domoticz system I also have an OTGW (Opentherm Gateway) implemented. This is an in-the-middle-device between the opentherm Remeha iSense thermostat and boiler.Logread wrote:@alfpresa, thanks for your appreciation. I am afraid your suggestion of proportional vs. binary (on/off) heating control will be difficult to implement: it would require a totally different logic than what the plugin is based on.
Code: Select all
2018-11-01 17:00:01.998 Schedule item started! Name: Thermostat - Mode chauffage, Type: On Time, DevID: 131, Time: 2018-11-01 17:00:01
2018-11-01 22:30:01.712 Schedule item started! Name: Thermostat - Mode chauffage, Type: On Time, DevID: 131, Time: 2018-11-01 22:30:01
2018-11-02 00:20:10.203 Error: (Thermostat) skipping timed out temperature sensor 'Température Extérieure'
2018-11-02 02:05:11.450 Error: (Thermostat) 'onHeartbeat' failed 'AttributeError':''module' object has no attribute 'Status''.
2018-11-02 02:05:11.450 Error: (Thermostat) ----> Line 632 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 02:05:11.450 Error: (Thermostat) ----> Line 359 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 02:05:11.450 Error: (Thermostat) ----> Line 512 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function readTemps
2018-11-02 02:05:11.450 Error: (Thermostat) ----> Line 605 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function SensorTimedOut
2018-11-02 02:10:11.527 Error: (Thermostat) 'onHeartbeat' failed 'AttributeError':''module' object has no attribute 'Status''.
2018-11-02 02:10:11.528 Error: (Thermostat) ----> Line 632 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 02:10:11.528 Error: (Thermostat) ----> Line 359 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 02:10:11.528 Error: (Thermostat) ----> Line 512 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function readTemps
2018-11-02 02:10:11.528 Error: (Thermostat) ----> Line 605 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function SensorTimedOut
[..]
2018-11-02 05:00:01.151 Schedule item started! Name: Thermostat - Mode chauffage, Type: On Time, DevID: 131, Time: 2018-11-02 05:00:01
2018-11-02 05:00:01.234 Error: (Thermostat) 'onCommand' failed 'AttributeError':''module' object has no attribute 'Status''.
2018-11-02 05:00:01.234 Error: (Thermostat) ----> Line 627 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onCommand
2018-11-02 05:00:01.234 Error: (Thermostat) ----> Line 277 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onCommand
2018-11-02 05:00:01.234 Error: (Thermostat) ----> Line 349 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 05:00:01.234 Error: (Thermostat) ----> Line 512 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function readTemps
2018-11-02 05:00:01.234 Error: (Thermostat) ----> Line 605 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function SensorTimedOut
2018-11-02 05:05:03.705 Error: (Thermostat) 'onHeartbeat' failed 'AttributeError':''module' object has no attribute 'Status''.
2018-11-02 05:05:03.705 Error: (Thermostat) ----> Line 632 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 05:05:03.705 Error: (Thermostat) ----> Line 359 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function onHeartbeat
2018-11-02 05:05:03.705 Error: (Thermostat) ----> Line 512 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function readTemps
2018-11-02 05:05:03.705 Error: (Thermostat) ----> Line 605 in /home/pi/domoticz/plugins/SmartVirtualThermostat/plugin.py, function SensorTimedOut
Users browsing this forum: No registered users and 1 guest