ELV Max! Heating control system

For heating/cooling related questions in Domoticz

Moderator: leecollings

nono212
Posts: 39
Joined: Sunday 18 December 2016 13:47
Target OS: Linux
Domoticz version: 3.6179
Contact:

Re: ELV Max! Heating control system

Post by nono212 »

mvzut ,Can I do that also on my synology ( image from Jahdal )?
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

ELV Max! Heating control system

Post by mvzut »

nono212 wrote:mvzut ,Can I do that also on my synology ( image from Jahdal )?
I have no idea, but if Python plugins are supported in the Synology build you are using, there's no reason why it shouldn't work. It's only using standard Python libraries. The procedure to copy all files into the /domoticz/plugins folder might be slightly different, I'm afraid I can't help you with that since I have no Synology.
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
nono212
Posts: 39
Joined: Sunday 18 December 2016 13:47
Target OS: Linux
Domoticz version: 3.6179
Contact:

Re: ELV Max! Heating control system

Post by nono212 »

ok i ll try this week end ...
Thanks for your work mzvut
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

ELV Max! Heating control system

Post by mvzut »

I updated the code a little bit (see Github link above), it now has two extra features:
  • It is not necessary anymore to indicate if you have wall mounted thermostats, the plugin checks this for every room. If you don't have a wall mounted thermostat in a room, it will add a Domoticz thermostat device and a temperature sensor based on the radiator valve(s) in that room. Otherwise it will use the wall mounted thermostat for this.
  • The plugin now also detects the battery status, if an eQ-3 device has low battery this will show in the Domoticz device list
Curious to hear about your results!
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
nono212
Posts: 39
Joined: Sunday 18 December 2016 13:47
Target OS: Linux
Domoticz version: 3.6179
Contact:

Re: ELV Max! Heating control system

Post by nono212 »

It works also on Synology !!
Thanks man
Small glitch on FireFox/Chrome and IE as attached
in the log is it possible to write set point ... and remove the word temperature ...just in my opinion

Regards

Thanks
Attachments
Max_debug.jpg
Max_debug.jpg (307.57 KiB) Viewed 2249 times
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

ELV Max! Heating control system

Post by mvzut »

nono212 wrote:It works also on Synology !!
Thanks man
Small glitch on FireFox/Chrome and IE as attached
in the log is it possible to write set point ... and remove the word temperature ...just in my opinion

Regards

Thanks
Great to hear it works for you!

The glitch is known, I had it too. It seems to be an issue with the Elemental theme, other themes don't suffer from this effect.

I have uploaded a new version to Github, where logging gives better descriptions of what it is updating. The term "temperature" is only used when updating temperature sensors, and as a suffix in the original name given to temperature sensors. So I don't see why this should be removed? If you didn't like the suffix "- Temperature" in your temperature sensors, you can change the name yourself (using the Edit function). I added it to avoid that all devices created from a single radiator valve or wall thermostat get the same name.

You can easily update your plugin by doing a new git pull (as described before), going to the hardware page in Domoticz, selecting the MaxCube plugin and clicking "Update".
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

Good afternoon, thank you for your work. I'm sorry the plugin does not work:
Spoiler: show
2018-09-29 11:38:01.877 (MAX!) Adding device(s) for SpalnyaT
2018-09-29 11:38:01.877 (MAX!) Adding device(s) for DetskayaT
2018-09-29 11:38:01.877 Error: (MAX!) 'onStart' failed 'IndexError':'list index out of range'.
2018-09-29 11:38:01.877 Error: (MAX!) ----> Line 180 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 11:38:01.877 Error: (MAX!) ----> Line 90 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
.......
2018-09-29 11:38:25.049 Error: Phyton hardware (40) thread seems to have ended unexpectedly
If I run the script from the console (published above):
Spoiler: show
pi@raspberrypi:~/domoticz/scripts/lua $ lua maxtest.lua
Rooms
-----
Spalnya 123BF1
Detskaya 123BDB

Devices
-------
SpalnyaT 123BF1
DetskayaS 135BAA
DetskayaT 123BDB
SpalnyaS 135B52

Device status
-------------
Door sensor DetskayaS Setpoint=-1 Temp=-1 Valve pos=-1 Battery=OK Mode=Closed
Door sensor SpalnyaS Setpoint=-1 Temp=-1 Valve pos=-1 Battery=OK Mode=Closed
Valve DetskayaT Setpoint=21 Temp=0 Valve pos=100 Battery=OK Mode=Manual
Valve SpalnyaT Setpoint=20 Temp=0 Valve pos=0 Battery=OK Mode=Manual
UPDATE!!!
It worked, but still there is an error:
Spoiler: show
2018-09-29 11:54:23.131 Status: (MAX!) Entering work loop.
2018-09-29 11:54:23.132 Status: (MAX!) Initialized version 0.2.0, author 'mvzut'
2018-09-29 11:54:25.806 (MAX!) Adding device(s) for SpalnyaT
2018-09-29 11:54:25.814 (MAX!) Adding device(s) for DetskayaT
2018-09-29 11:54:25.817 Error: (MAX!) 'onStart' failed 'IndexError':'list index out of range'.
2018-09-29 11:54:25.817 Error: (MAX!) ----> Line 180 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 11:54:25.817 Error: (MAX!) ----> Line 90 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 11:54:35.369 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 11:54:38.006 (MAX!) Updating valve position for MAX! - SpalnyaT - Valve position: 0%
2018-09-29 11:54:38.015 (MAX!) Updating setpoint for MAX! - SpalnyaT: 18.0 °C
2018-09-29 11:54:38.030 (MAX!) Updating temperature for MAX! - SpalnyaT - Temperature: 20.0 °C
2018-09-29 11:54:38.037 (MAX!) Updating valve position for MAX! - DetskayaT - Valve position: 100%
2018-09-29 11:54:38.127 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=true, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"0"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - SpalnyaT - Valve position", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="hardware", ["hardwareID"]=16, ["protected"]=false, ["hardwareName"]="MAX!", ["unit"]=1, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="0"}, ["switchTypeValue"]=0, ["deviceType"]="General", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="Percentage", ["batteryLevel"]=0, ["id"]=519}
2018-09-29 11:54:38.400 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=false, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"18.0"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - SpalnyaT", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="override_mini", ["hardwareID"]=16, ["setPoint"]=18, ["protected"]=false, ["hardwareName"]="MAX!", ["unit"]=2, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="18.0"}, ["switchTypeValue"]=0, ["deviceType"]="Thermostat", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="SetPoint", ["batteryLevel"]=0, ["id"]=520}
2018-09-29 11:54:38.417 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=false, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"20.0"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - SpalnyaT - Temperature", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="temperature", ["hardwareID"]=16, ["protected"]=false, ["unit"]=3, ["hardwareName"]="MAX!", ["temperature"]=20, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="20.0"}, ["switchTypeValue"]=0, ["deviceType"]="Temp", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="LaCrosse TX3", ["batteryLevel"]=0, ["id"]=521}
2018-09-29 11:54:38.418 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=false, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"100"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - DetskayaT - Valve position", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="hardware", ["hardwareID"]=5, ["protected"]=false, ["hardwareName"]="MAX!", ["unit"]=4, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="100"}, ["switchTypeValue"]=0, ["deviceType"]="General", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="Percentage", ["batteryLevel"]=0, ["id"]=522}
2018-09-29 11:54:38.044 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 11:54:38.044 Error: (MAX!) ----> Line 188 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 11:54:38.044 Error: (MAX!) ----> Line 135 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 11:55:07.570 (MAX!) Skipping heartbeat: 1
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

ELV Max! Heating control system

Post by mvzut »

demon1977 wrote: Saturday 29 September 2018 10:41 Good afternoon, thank you for your work. I'm sorry the plugin does not work:
Spoiler: show
2018-09-29 11:38:01.877 (MAX!) Adding device(s) for SpalnyaT
2018-09-29 11:38:01.877 (MAX!) Adding device(s) for DetskayaT
2018-09-29 11:38:01.877 Error: (MAX!) 'onStart' failed 'IndexError':'list index out of range'.
2018-09-29 11:38:01.877 Error: (MAX!) ----> Line 180 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 11:38:01.877 Error: (MAX!) ----> Line 90 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
.......
2018-09-29 11:38:25.049 Error: Phyton hardware (40) thread seems to have ended unexpectedly
If I run the script from the console (published above):
Spoiler: show
pi@raspberrypi:~/domoticz/scripts/lua $ lua maxtest.lua
Rooms
-----
Spalnya 123BF1
Detskaya 123BDB

Devices
-------
SpalnyaT 123BF1
DetskayaS 135BAA
DetskayaT 123BDB
SpalnyaS 135B52

Device status
-------------
Door sensor DetskayaS Setpoint=-1 Temp=-1 Valve pos=-1 Battery=OK Mode=Closed
Door sensor SpalnyaS Setpoint=-1 Temp=-1 Valve pos=-1 Battery=OK Mode=Closed
Valve DetskayaT Setpoint=21 Temp=0 Valve pos=100 Battery=OK Mode=Manual
Valve SpalnyaT Setpoint=20 Temp=0 Valve pos=0 Battery=OK Mode=Manual
UPDATE!!!
It worked, but still there is an error:
Spoiler: show
2018-09-29 11:54:23.131 Status: (MAX!) Entering work loop.
2018-09-29 11:54:23.132 Status: (MAX!) Initialized version 0.2.0, author 'mvzut'
2018-09-29 11:54:25.806 (MAX!) Adding device(s) for SpalnyaT
2018-09-29 11:54:25.814 (MAX!) Adding device(s) for DetskayaT
2018-09-29 11:54:25.817 Error: (MAX!) 'onStart' failed 'IndexError':'list index out of range'.
2018-09-29 11:54:25.817 Error: (MAX!) ----> Line 180 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 11:54:25.817 Error: (MAX!) ----> Line 90 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 11:54:35.369 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 11:54:38.006 (MAX!) Updating valve position for MAX! - SpalnyaT - Valve position: 0%
2018-09-29 11:54:38.015 (MAX!) Updating setpoint for MAX! - SpalnyaT: 18.0 °C
2018-09-29 11:54:38.030 (MAX!) Updating temperature for MAX! - SpalnyaT - Temperature: 20.0 °C
2018-09-29 11:54:38.037 (MAX!) Updating valve position for MAX! - DetskayaT - Valve position: 100%
2018-09-29 11:54:38.127 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=true, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"0"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - SpalnyaT - Valve position", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="hardware", ["hardwareID"]=16, ["protected"]=false, ["hardwareName"]="MAX!", ["unit"]=1, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="0"}, ["switchTypeValue"]=0, ["deviceType"]="General", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="Percentage", ["batteryLevel"]=0, ["id"]=519}
2018-09-29 11:54:38.400 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=false, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"18.0"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - SpalnyaT", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="override_mini", ["hardwareID"]=16, ["setPoint"]=18, ["protected"]=false, ["hardwareName"]="MAX!", ["unit"]=2, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="18.0"}, ["switchTypeValue"]=0, ["deviceType"]="Thermostat", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="SetPoint", ["batteryLevel"]=0, ["id"]=520}
2018-09-29 11:54:38.417 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=false, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"20.0"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - SpalnyaT - Temperature", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="temperature", ["hardwareID"]=16, ["protected"]=false, ["unit"]=3, ["hardwareName"]="MAX!", ["temperature"]=20, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="20.0"}, ["switchTypeValue"]=0, ["deviceType"]="Temp", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="LaCrosse TX3", ["batteryLevel"]=0, ["id"]=521}
2018-09-29 11:54:38.418 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["timedOut"]=false, ["lastUpdate"]="", ["signalLevel"]=0, ["rawData"]={"100"}, ["changed"]=true, ["baseType"]="device", ["name"]="MAX! - DetskayaT - Valve position", ["switchType"]="On/Off", ["data"]={["hardwareType"]="eQ-3 MAX!", ["icon"]="hardware", ["hardwareID"]=5, ["protected"]=false, ["hardwareName"]="MAX!", ["unit"]=4, ["_nValue"]=0, ["hardwareTypeValue"]=94, ["_state"]="100"}, ["switchTypeValue"]=0, ["deviceType"]="General", ["deviceID"]="", ["description"]="", ["lastLevel"]=255, ["subType"]="Percentage", ["batteryLevel"]=0, ["id"]=522}
2018-09-29 11:54:38.044 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 11:54:38.044 Error: (MAX!) ----> Line 188 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 11:54:38.044 Error: (MAX!) ----> Line 135 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 11:55:07.570 (MAX!) Skipping heartbeat: 1
Hi demon1977,

Hmm... strange. The dzVents error could be because some devices have not received a value yet.
Apparently something is going wrong when updating devices in the last room. The index error might be related to the check that I do to see which rooms have a wall mounted thermostat.

Can you do a new git pull and check again? I added some more logging, which may help to find out what goes wrong.

By the way, this new version also supports thermostat modes, for those of you who have been asking about this Image
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

Like this
Spoiler: show
2018-09-29 14:08:14.385 Status: (MAX!) Stop directive received.
2018-09-29 14:08:14.385 Status: (MAX!) Exiting work loop.
2018-09-29 14:08:14.585 Status: (MAX!) Stopping threads.
2018-09-29 14:08:14.585 Status: (MAX!) Stopped.
2018-09-29 14:09:30.177 Status: (MAX!) Started.
2018-09-29 14:09:30.471 Status: (MAX!) Entering work loop.
2018-09-29 14:09:30.472 Status: (MAX!) Initialized version 0.2.0, author 'mvzut'
2018-09-29 14:09:33.144 (MAX!) Adding device(s) for SpalnyaT
2018-09-29 14:09:33.150 (MAX!) Adding device(s) for DetskayaT
2018-09-29 14:09:33.152 Error: (MAX!) 'onStart' failed 'IndexError':'list index out of range'.
2018-09-29 14:09:33.152 Error: (MAX!) ----> Line 239 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 14:09:33.152 Error: (MAX!) ----> Line 102 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 14:09:45.344 (MAX!) Updating valve position for MAX! - SpalnyaT - Valve position: 98%
2018-09-29 14:09:45.356 (MAX!) Updating setpoint for MAX! - SpalnyaT - Thermostat: 20.0 °C
2018-09-29 14:09:45.385 (MAX!) Updating temperature for MAX! - SpalnyaT - Temperature: 19.3 °C
2018-09-29 14:09:45.396 (MAX!) Updating valve position for MAX! - DetskayaT - Valve position: 0%
2018-09-29 14:09:45.500 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"98"}, ["subType"]="Percentage", ["data"]={["_state"]="98", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="hardware", ["hardwareName"]="MAX!", ["unit"]=1, ["hardwareID"]=16, ["_nValue"]=0, ["hardwareTypeValue"]=94}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - SpalnyaT - Valve position", ["lastLevel"]=255, ["deviceType"]="General", ["signalLevel"]=0, ["timedOut"]=true, ["description"]="", ["id"]=528, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.716 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"20.0"}, ["subType"]="SetPoint", ["data"]={["_state"]="20.0", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="override_mini", ["hardwareName"]="MAX!", ["unit"]=2, ["hardwareTypeValue"]=94, ["hardwareID"]=16, ["_nValue"]=0, ["setPoint"]=20}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - SpalnyaT - Thermostat", ["lastLevel"]=255, ["deviceType"]="Thermostat", ["signalLevel"]=0, ["timedOut"]=false, ["description"]="", ["id"]=529, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.733 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"19.3"}, ["subType"]="LaCrosse TX3", ["data"]={["_state"]="19.3", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="temperature", ["hardwareName"]="MAX!", ["unit"]=3, ["hardwareTypeValue"]=94, ["hardwareID"]=16, ["_nValue"]=0, ["temperature"]=19.299999237061}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - SpalnyaT - Temperature", ["lastLevel"]=255, ["deviceType"]="Temp", ["signalLevel"]=0, ["timedOut"]=false, ["description"]="", ["id"]=530, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.734 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"0"}, ["subType"]="Percentage", ["data"]={["_state"]="0", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="hardware", ["hardwareName"]="MAX!", ["unit"]=4, ["hardwareID"]=16, ["_nValue"]=0, ["hardwareTypeValue"]=94}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - DetskayaT - Valve position", ["lastLevel"]=255, ["deviceType"]="General", ["signalLevel"]=0, ["timedOut"]=false, ["description"]="", ["id"]=531, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.408 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:09:45.408 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:09:45.408 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

ELV Max! Heating control system

Post by mvzut »

demon1977 wrote:Like this
Spoiler: show
2018-09-29 14:08:14.385 Status: (MAX!) Stop directive received.
2018-09-29 14:08:14.385 Status: (MAX!) Exiting work loop.
2018-09-29 14:08:14.585 Status: (MAX!) Stopping threads.
2018-09-29 14:08:14.585 Status: (MAX!) Stopped.
2018-09-29 14:09:30.177 Status: (MAX!) Started.
2018-09-29 14:09:30.471 Status: (MAX!) Entering work loop.
2018-09-29 14:09:30.472 Status: (MAX!) Initialized version 0.2.0, author 'mvzut'
2018-09-29 14:09:33.144 (MAX!) Adding device(s) for SpalnyaT
2018-09-29 14:09:33.150 (MAX!) Adding device(s) for DetskayaT
2018-09-29 14:09:33.152 Error: (MAX!) 'onStart' failed 'IndexError':'list index out of range'.
2018-09-29 14:09:33.152 Error: (MAX!) ----> Line 239 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 14:09:33.152 Error: (MAX!) ----> Line 102 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onStart
2018-09-29 14:09:45.344 (MAX!) Updating valve position for MAX! - SpalnyaT - Valve position: 98%
2018-09-29 14:09:45.356 (MAX!) Updating setpoint for MAX! - SpalnyaT - Thermostat: 20.0 °C
2018-09-29 14:09:45.385 (MAX!) Updating temperature for MAX! - SpalnyaT - Temperature: 19.3 °C
2018-09-29 14:09:45.396 (MAX!) Updating valve position for MAX! - DetskayaT - Valve position: 0%
2018-09-29 14:09:45.500 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"98"}, ["subType"]="Percentage", ["data"]={["_state"]="98", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="hardware", ["hardwareName"]="MAX!", ["unit"]=1, ["hardwareID"]=16, ["_nValue"]=0, ["hardwareTypeValue"]=94}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - SpalnyaT - Valve position", ["lastLevel"]=255, ["deviceType"]="General", ["signalLevel"]=0, ["timedOut"]=true, ["description"]="", ["id"]=528, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.716 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"20.0"}, ["subType"]="SetPoint", ["data"]={["_state"]="20.0", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="override_mini", ["hardwareName"]="MAX!", ["unit"]=2, ["hardwareTypeValue"]=94, ["hardwareID"]=16, ["_nValue"]=0, ["setPoint"]=20}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - SpalnyaT - Thermostat", ["lastLevel"]=255, ["deviceType"]="Thermostat", ["signalLevel"]=0, ["timedOut"]=false, ["description"]="", ["id"]=529, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.733 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"19.3"}, ["subType"]="LaCrosse TX3", ["data"]={["_state"]="19.3", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="temperature", ["hardwareName"]="MAX!", ["unit"]=3, ["hardwareTypeValue"]=94, ["hardwareID"]=16, ["_nValue"]=0, ["temperature"]=19.299999237061}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - SpalnyaT - Temperature", ["lastLevel"]=255, ["deviceType"]="Temp", ["signalLevel"]=0, ["timedOut"]=false, ["description"]="", ["id"]=530, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.734 Status: dzVents: Error (2.4.7): Discarding device. No last update info found: {["lastUpdate"]="", ["rawData"]={"0"}, ["subType"]="Percentage", ["data"]={["_state"]="0", ["hardwareType"]="eQ-3 MAX!", ["protected"]=false, ["icon"]="hardware", ["hardwareName"]="MAX!", ["unit"]=4, ["hardwareID"]=16, ["_nValue"]=0, ["hardwareTypeValue"]=94}, ["switchTypeValue"]=0, ["batteryLevel"]=0, ["switchType"]="On/Off", ["deviceID"]="", ["name"]="MAX! - DetskayaT - Valve position", ["lastLevel"]=255, ["deviceType"]="General", ["signalLevel"]=0, ["timedOut"]=false, ["description"]="", ["id"]=531, ["changed"]=true, ["baseType"]="device"}
2018-09-29 14:09:45.408 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:09:45.408 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:09:45.408 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
Can you turn Debugging mode on?
It might also be a good idea to first remove the plugin from the Hardware page, and then immediately add it again (doesn't even require you to fill in the parameters again). Although looking at the log you probably did that already.
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

Enabled the debugging mode. Yes, I deleted everything and put it again.
Spoiler: show
2018-09-29 14:19:28.234 Status: (MAX!) Started.
2018-09-29 14:19:28.492 Status: (MAX!) Entering work loop.
2018-09-29 14:19:28.493 Status: (MAX!) Initialized version 0.2.0, author 'mvzut'
2018-09-29 14:19:43.362 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:19:43.362 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:19:43.362 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:20:45.564 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:20:45.564 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:20:45.564 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:21:47.765 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:21:47.766 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:21:47.766 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:22:49.967 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:22:49.967 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:22:49.967 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

ELV Max! Heating control system

Post by mvzut »

demon1977 wrote:Enabled the debugging mode. Yes, I deleted everything and put it again.
Spoiler: show
2018-09-29 14:19:28.234 Status: (MAX!) Started.
2018-09-29 14:19:28.492 Status: (MAX!) Entering work loop.
2018-09-29 14:19:28.493 Status: (MAX!) Initialized version 0.2.0, author 'mvzut'
2018-09-29 14:19:43.362 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:19:43.362 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:19:43.362 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:20:45.564 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:20:45.564 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:20:45.564 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:21:47.765 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:21:47.766 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:21:47.766 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:22:49.967 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:22:49.967 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:22:49.967 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
Are you sure debugging is on? I don't see any message about the number of rooms found etc. Or maybe you didn't copy everything? Sometimes messages related to initialization appear a few seconds later.
Oh, and your log still shows version number 0.2.0, the latest on Github is 0.3.0. But Domoticz doesn't update this version number until a complete Domoticz restart, so it could be you are indeed using the right version.
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

Full log. Yes, I saw that shows the wrong version. But I completely removed and downloaded from the repository.
Spoiler: show
2018-09-29 14:29:00.292 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:29:03.855 Status: LUA: Первый канал HD
2018-09-29 14:29:03.855 Status: LUA: Первый канал HD
2018-09-29 14:29:03.880 Status: LUA: Start Enigma Check
2018-09-29 14:29:03.905 Status: LUA: No Power state change
2018-09-29 14:29:09.507 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1052}"}
2018-09-29 14:29:13.861 Error: EventSystem: Warning!, lua script Enigma has been running for more than 10 seconds
2018-09-29 14:29:14.489 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1038}"}
2018-09-29 14:29:18.478 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1045}"}
2018-09-29 14:29:23.720 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;78;3"}
2018-09-29 14:29:23.826 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:29:23.464 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1033}"}
2018-09-29 14:29:26.057 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.2"}
2018-09-29 14:29:26.167 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21.3"}
2018-09-29 14:29:26.274 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:29:26.380 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:29:26.445 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:29:26.445 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:29:26.448 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:29:26.791 Status: LUA: Enigama Scan Start
2018-09-29 14:29:26.791 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:29:26.813 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:29:29.708 Status: LUA: Channel not Changed
2018-09-29 14:29:29.708 Status: LUA: No Switch List Update
2018-09-29 14:29:33.438 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1042}"}
2018-09-29 14:29:34.434 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1046}"}
2018-09-29 14:29:35.239 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"240.3"}
2018-09-29 14:29:35.345 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"943"}
2018-09-29 14:29:37.645 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"241.4"}
2018-09-29 14:29:37.773 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:29:38.990 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.2;1.4;2"
2018-09-29 14:29:38.990 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:29:38.992 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:29:39.421 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1051}"}
2018-09-29 14:29:49.392 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1012}"}
2018-09-29 14:29:55.378 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1052}"}
2018-09-29 14:30:00.239 Status: dzVents: Info: ideAlarm V2.4.0: ------ Start external script: ideAlarm.lua:, trigger: every other minute
2018-09-29 14:30:00.240 Status: dzVents: Info: ideAlarm V2.4.0: Triggered by timer: every other minute
2018-09-29 14:30:00.268 Status: dzVents: Info: ideAlarm V2.4.0: ------ Finished ideAlarm.lua
2018-09-29 14:30:00.268 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:30:00.270 Status: dzVents: 943
2018-09-29 14:30:00.276 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:30:00.284 Status: dzVents: uptime: 1451
2018-09-29 14:30:00.284 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:30:00.290 Status: dzVents: !Info: Спальня-7
2018-09-29 14:30:00.290 Status: dzVents: !Info: Детская-6
2018-09-29 14:30:00.291 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:30:03.969 (Milight) Color Switch (Подсветка шторы)
2018-09-29 14:30:03.983 (ESP8266) Light/Switch (Hyperion)
2018-09-29 14:30:03.830 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2018-09-29 14:30:03.841 Status: LUA: Первый канал HD
2018-09-29 14:30:03.841 Status: LUA: Первый канал HD
2018-09-29 14:30:03.861 Status: LUA: Start Enigma Check
2018-09-29 14:30:03.885 Status: LUA: No Power state change
2018-09-29 14:30:03.911 Status: LUA: Channel not Changed
2018-09-29 14:30:03.911 Status: LUA: No Switch List Update
2018-09-29 14:30:04.093 (Milight) Color Switch (Кухня подсветка)
2018-09-29 14:30:19.312 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1028}"}
2018-09-29 14:30:22.305 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1044}"}
2018-09-29 14:30:23.723 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;77.8;3"}
2018-09-29 14:30:23.836 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:30:26.054 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:30:26.166 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21.1"}
2018-09-29 14:30:26.280 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:30:26.391 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:30:26.471 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:30:26.471 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:30:26.473 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:30:26.787 Status: LUA: Enigama Scan Start
2018-09-29 14:30:26.787 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:30:26.808 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:30:27.290 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1041}"}
2018-09-29 14:30:35.242 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"239.3"}
2018-09-29 14:30:35.357 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"935"}
2018-09-29 14:30:35.272 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1071}"}
2018-09-29 14:30:37.645 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"240.7"}
2018-09-29 14:30:37.752 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:30:39.065 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:30:39.065 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:30:39.067 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:30:40.256 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1084}"}
2018-09-29 14:30:42.251 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1094}"}
2018-09-29 14:30:43.248 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1109}"}
2018-09-29 14:30:44.246 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1108}"}
2018-09-29 14:30:46.716 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":45,"value":"1"}
2018-09-29 14:30:46.885 Status: dzVents: Info: Handling variable-events for: "Dmitry", value: "1"
2018-09-29 14:30:46.885 Status: dzVents: Info: ------ Start internal script: Dmitry: Variable: "Dmitry" Index: 45
2018-09-29 14:30:46.907 Status: dzVents: Info: ------ Finished Dmitry
2018-09-29 14:30:47.010 Status: LUA: Enigama Scan Start
2018-09-29 14:30:47.010 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:30:47.053 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:31:00.288 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:31:00.305 Status: dzVents: 935
2018-09-29 14:31:00.307 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:31:00.307 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:31:00.311 Status: dzVents: !Info: Спальня-8
2018-09-29 14:31:00.311 Status: dzVents: !Info: Детская-7
2018-09-29 14:31:00.312 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:31:03.870 Status: LUA: Первый канал HD
2018-09-29 14:31:03.870 Status: LUA: Первый канал HD
2018-09-29 14:31:03.889 Status: LUA: Start Enigma Check
2018-09-29 14:31:03.914 Status: LUA: No Power state change
2018-09-29 14:31:03.940 Status: LUA: Channel not Changed
2018-09-29 14:31:03.940 Status: LUA: No Switch List Update
2018-09-29 14:31:23.757 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;78.4;3"}
2018-09-29 14:31:23.865 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:31:26.055 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:31:26.180 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:31:26.316 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:31:26.429 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:31:26.535 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:31:26.536 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:31:26.538 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:31:26.880 Status: LUA: Enigama Scan Start
2018-09-29 14:31:26.881 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:31:26.905 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:31:35.242 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"239.2"}
2018-09-29 14:31:35.348 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"933"}
2018-09-29 14:31:37.652 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"240.7"}
2018-09-29 14:31:37.767 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:31:39.008 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:31:39.008 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:31:39.010 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:32:00.257 Status: dzVents: Info: ideAlarm V2.4.0: ------ Start external script: ideAlarm.lua:, trigger: every other minute
2018-09-29 14:32:00.258 Status: dzVents: Info: ideAlarm V2.4.0: Triggered by timer: every other minute
2018-09-29 14:32:00.283 Status: dzVents: Info: ideAlarm V2.4.0: ------ Finished ideAlarm.lua
2018-09-29 14:32:00.283 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:32:00.284 Status: dzVents: 933
2018-09-29 14:32:00.289 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:32:00.289 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:32:00.293 Status: dzVents: !Info: Спальня-9
2018-09-29 14:32:00.293 Status: dzVents: !Info: Детская-8
2018-09-29 14:32:00.294 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:32:03.824 Status: LUA: Первый канал HD
2018-09-29 14:32:03.824 Status: LUA: Первый канал HD
2018-09-29 14:32:03.845 Status: LUA: Start Enigma Check
2018-09-29 14:32:03.868 Status: LUA: No Power state change
2018-09-29 14:32:03.894 Status: LUA: Channel not Changed
2018-09-29 14:32:03.894 Status: LUA: No Switch List Update
2018-09-29 14:32:09.015 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1095}"}
2018-09-29 14:32:14.002 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1146}"}
2018-09-29 14:32:22.984 (MAX!) Updating valve position for MAX! - SpalnyaT - Valve position: 100%
2018-09-29 14:32:22.995 (MAX!) Updating temperature for MAX! - SpalnyaT - Temperature: 19.1 °C
2018-09-29 14:32:23.720 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;76.8;3"}
2018-09-29 14:32:23.827 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:32:23.022 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:32:23.022 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:32:23.022 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:32:26.060 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:32:26.173 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:32:26.282 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:32:26.404 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:32:26.488 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:32:26.488 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:32:26.491 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:32:26.848 Status: LUA: Enigama Scan Start
2018-09-29 14:32:26.848 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:32:26.873 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:32:26.967 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1094}"}
2018-09-29 14:32:35.246 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"239.4"}
2018-09-29 14:32:35.364 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"934"}
2018-09-29 14:32:37.651 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"241.3"}
2018-09-29 14:32:37.761 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:32:39.003 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:32:39.003 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:32:39.006 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:32:46.719 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":45,"value":"1"}
2018-09-29 14:32:46.852 Status: dzVents: Info: Handling variable-events for: "Dmitry", value: "1"
2018-09-29 14:32:46.852 Status: dzVents: Info: ------ Start internal script: Dmitry: Variable: "Dmitry" Index: 45
2018-09-29 14:32:46.871 Status: dzVents: Info: ------ Finished Dmitry
2018-09-29 14:32:46.948 Status: LUA: Enigama Scan Start
2018-09-29 14:32:46.948 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:32:46.969 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:33:00.288 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:33:00.306 Status: dzVents: 934
2018-09-29 14:33:00.308 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:33:00.308 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:33:00.314 Status: dzVents: !Info: Спальня-10
2018-09-29 14:33:00.314 Status: dzVents: !Info: Детская-9
2018-09-29 14:33:00.316 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:33:03.857 Status: LUA: Первый канал HD
2018-09-29 14:33:03.857 Status: LUA: Первый канал HD
2018-09-29 14:33:03.880 Status: LUA: Start Enigma Check
2018-09-29 14:33:03.904 Status: LUA: No Power state change
2018-09-29 14:33:03.929 Status: LUA: Channel not Changed
2018-09-29 14:33:03.929 Status: LUA: No Switch List Update
2018-09-29 14:33:15.864 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1037}"}
2018-09-29 14:33:18.504 MQTT: Topic: domoticz/in, Message: {"state":"ON","power":1.22,"voltage":null,"consumption":9.38,"temperature":30,"linkquality":44,"idx":305,"nvalue":0,"svalue":"1.22"}
2018-09-29 14:33:18.646 Status: dzVents: Info: Handling events for: "Энергия xiaomi", value: "1.22;14896.2"
2018-09-29 14:33:18.646 Status: dzVents: Info: ------ Start internal script: Xgimi_Xiaomi: Device: "Энергия xiaomi (Xiaomi)", Index: 305
2018-09-29 14:33:18.647 Status: dzVents: 1.22
2018-09-29 14:33:18.649 Status: dzVents: Info: ------ Finished Xgimi_Xiaomi
2018-09-29 14:33:23.721 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;76.7;3"}
2018-09-29 14:33:23.837 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"73"}
2018-09-29 14:33:26.434 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:33:26.547 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:33:26.668 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:33:26.780 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:33:26.864 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:33:26.864 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:33:27.070 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:33:27.435 Status: LUA: Enigama Scan Start
2018-09-29 14:33:27.436 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:33:27.475 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:33:35.252 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"243.6"}
2018-09-29 14:33:35.363 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"2"}
2018-09-29 14:33:37.654 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"239.9"}
2018-09-29 14:33:37.771 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:33:39.081 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:33:39.081 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:33:39.083 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:34:00.346 Status: dzVents: Info: ideAlarm V2.4.0: ------ Start external script: ideAlarm.lua:, trigger: every other minute
2018-09-29 14:34:00.347 Status: dzVents: Info: ideAlarm V2.4.0: Triggered by timer: every other minute
2018-09-29 14:34:00.369 Status: dzVents: Info: ideAlarm V2.4.0: ------ Finished ideAlarm.lua
2018-09-29 14:34:00.369 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:34:00.371 Status: dzVents: 2
2018-09-29 14:34:00.372 Status: dzVents: Boiler off
2018-09-29 14:34:00.375 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:34:00.375 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:34:00.379 Status: dzVents: !Info: Спальня-11
2018-09-29 14:34:00.379 Status: dzVents: !Info: Детская-10
2018-09-29 14:34:00.380 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:34:03.944 (ESP8266) Light/Switch (Бойлер состояние)
2018-09-29 14:34:03.925 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2018-09-29 14:34:03.937 Status: LUA: Первый канал HD
2018-09-29 14:34:03.937 Status: LUA: Первый канал HD
2018-09-29 14:34:03.981 Status: LUA: Start Enigma Check
2018-09-29 14:34:04.005 Status: LUA: No Power state change
2018-09-29 14:34:04.237 Status: LUA: Channel not Changed
2018-09-29 14:34:04.237 Status: LUA: No Switch List Update
2018-09-29 14:34:15.676 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1023}"}
2018-09-29 14:34:23.724 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.8;77.8;3"}
2018-09-29 14:34:23.836 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"73"}
2018-09-29 14:34:26.055 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21"}
2018-09-29 14:34:26.161 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:34:26.268 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:34:26.376 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:34:26.448 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:34:26.448 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:34:26.450 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:34:26.762 Status: LUA: Enigama Scan Start
2018-09-29 14:34:26.762 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:34:26.784 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:34:35.248 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"243.6"}
2018-09-29 14:34:35.354 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"1"}
2018-09-29 14:34:37.653 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"239.5"}
2018-09-29 14:34:37.759 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:34:38.613 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1113}"}
2018-09-29 14:34:39.080 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:34:39.080 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:34:39.082 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:34:39.610 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1118}"}
2018-09-29 14:34:43.599 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1128}"}
2018-09-29 14:34:46.724 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":45,"value":"1"}
2018-09-29 14:34:46.853 Status: dzVents: Info: Handling variable-events for: "Dmitry", value: "1"
2018-09-29 14:34:46.853 Status: dzVents: Info: ------ Start internal script: Dmitry: Variable: "Dmitry" Index: 45
2018-09-29 14:34:46.871 Status: dzVents: Info: ------ Finished Dmitry
2018-09-29 14:34:46.947 Status: LUA: Enigama Scan Start
2018-09-29 14:34:46.947 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:34:46.968 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:34:50.580 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1115}"}
2018-09-29 14:34:51.580 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1117}"}
2018-09-29 14:35:00.380 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:35:00.398 Status: dzVents: 1
2018-09-29 14:35:00.400 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:35:00.406 Status: dzVents: uptime: 1456
2018-09-29 14:35:00.414 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:35:00.419 Status: dzVents: !Info: Спальня-12
2018-09-29 14:35:00.419 Status: dzVents: !Info: Детская-11
2018-09-29 14:35:00.424 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:35:04.186 (Milight) Color Switch (Подсветка шторы)
2018-09-29 14:35:04.195 (ESP8266) Light/Switch (Hyperion)
2018-09-29 14:35:04.305 (Milight) Color Switch (Кухня подсветка)
2018-09-29 14:35:04.029 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2018-09-29 14:35:04.056 Status: LUA: Первый канал HD
2018-09-29 14:35:04.056 Status: LUA: Первый канал HD
2018-09-29 14:35:04.111 Status: LUA: Start Enigma Check
2018-09-29 14:35:04.139 Status: LUA: No Power state change
2018-09-29 14:35:04.165 Status: LUA: Channel not Changed
2018-09-29 14:35:04.165 Status: LUA: No Switch List Update
2018-09-29 14:35:08.531 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1104}"}
2018-09-29 14:35:23.720 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;76.8;3"}
2018-09-29 14:35:23.832 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"73"}
2018-09-29 14:35:26.060 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:35:26.175 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:35:26.284 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:35:26.391 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:35:26.452 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:35:26.452 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:35:26.455 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:35:26.785 Status: LUA: Enigama Scan Start
2018-09-29 14:35:26.785 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:35:26.810 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:35:35.256 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"242.8"}
2018-09-29 14:35:35.368 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"3"}
2018-09-29 14:35:37.660 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"239.8"}
2018-09-29 14:35:37.774 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:35:39.076 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:35:39.076 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:35:39.078 Status: dzVents: Info: ------ Finished Холодильник
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: ELV Max! Heating control system

Post by mvzut »

demon1977 wrote: Saturday 29 September 2018 13:38 Full log. Yes, I saw that shows the wrong version. But I completely removed and downloaded from the repository.
Spoiler: show
2018-09-29 14:29:00.292 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:29:03.855 Status: LUA: Первый канал HD
2018-09-29 14:29:03.855 Status: LUA: Первый канал HD
2018-09-29 14:29:03.880 Status: LUA: Start Enigma Check
2018-09-29 14:29:03.905 Status: LUA: No Power state change
2018-09-29 14:29:09.507 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1052}"}
2018-09-29 14:29:13.861 Error: EventSystem: Warning!, lua script Enigma has been running for more than 10 seconds
2018-09-29 14:29:14.489 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1038}"}
2018-09-29 14:29:18.478 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1045}"}
2018-09-29 14:29:23.720 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;78;3"}
2018-09-29 14:29:23.826 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:29:23.464 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1033}"}
2018-09-29 14:29:26.057 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.2"}
2018-09-29 14:29:26.167 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21.3"}
2018-09-29 14:29:26.274 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:29:26.380 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:29:26.445 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:29:26.445 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:29:26.448 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:29:26.791 Status: LUA: Enigama Scan Start
2018-09-29 14:29:26.791 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:29:26.813 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:29:29.708 Status: LUA: Channel not Changed
2018-09-29 14:29:29.708 Status: LUA: No Switch List Update
2018-09-29 14:29:33.438 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1042}"}
2018-09-29 14:29:34.434 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1046}"}
2018-09-29 14:29:35.239 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"240.3"}
2018-09-29 14:29:35.345 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"943"}
2018-09-29 14:29:37.645 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"241.4"}
2018-09-29 14:29:37.773 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:29:38.990 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.2;1.4;2"
2018-09-29 14:29:38.990 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:29:38.992 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:29:39.421 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1051}"}
2018-09-29 14:29:49.392 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1012}"}
2018-09-29 14:29:55.378 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1052}"}
2018-09-29 14:30:00.239 Status: dzVents: Info: ideAlarm V2.4.0: ------ Start external script: ideAlarm.lua:, trigger: every other minute
2018-09-29 14:30:00.240 Status: dzVents: Info: ideAlarm V2.4.0: Triggered by timer: every other minute
2018-09-29 14:30:00.268 Status: dzVents: Info: ideAlarm V2.4.0: ------ Finished ideAlarm.lua
2018-09-29 14:30:00.268 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:30:00.270 Status: dzVents: 943
2018-09-29 14:30:00.276 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:30:00.284 Status: dzVents: uptime: 1451
2018-09-29 14:30:00.284 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:30:00.290 Status: dzVents: !Info: Спальня-7
2018-09-29 14:30:00.290 Status: dzVents: !Info: Детская-6
2018-09-29 14:30:00.291 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:30:03.969 (Milight) Color Switch (Подсветка шторы)
2018-09-29 14:30:03.983 (ESP8266) Light/Switch (Hyperion)
2018-09-29 14:30:03.830 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2018-09-29 14:30:03.841 Status: LUA: Первый канал HD
2018-09-29 14:30:03.841 Status: LUA: Первый канал HD
2018-09-29 14:30:03.861 Status: LUA: Start Enigma Check
2018-09-29 14:30:03.885 Status: LUA: No Power state change
2018-09-29 14:30:03.911 Status: LUA: Channel not Changed
2018-09-29 14:30:03.911 Status: LUA: No Switch List Update
2018-09-29 14:30:04.093 (Milight) Color Switch (Кухня подсветка)
2018-09-29 14:30:19.312 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1028}"}
2018-09-29 14:30:22.305 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1044}"}
2018-09-29 14:30:23.723 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;77.8;3"}
2018-09-29 14:30:23.836 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:30:26.054 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:30:26.166 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21.1"}
2018-09-29 14:30:26.280 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:30:26.391 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:30:26.471 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:30:26.471 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:30:26.473 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:30:26.787 Status: LUA: Enigama Scan Start
2018-09-29 14:30:26.787 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:30:26.808 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:30:27.290 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1041}"}
2018-09-29 14:30:35.242 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"239.3"}
2018-09-29 14:30:35.357 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"935"}
2018-09-29 14:30:35.272 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1071}"}
2018-09-29 14:30:37.645 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"240.7"}
2018-09-29 14:30:37.752 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:30:39.065 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:30:39.065 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:30:39.067 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:30:40.256 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1084}"}
2018-09-29 14:30:42.251 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1094}"}
2018-09-29 14:30:43.248 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1109}"}
2018-09-29 14:30:44.246 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1108}"}
2018-09-29 14:30:46.716 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":45,"value":"1"}
2018-09-29 14:30:46.885 Status: dzVents: Info: Handling variable-events for: "Dmitry", value: "1"
2018-09-29 14:30:46.885 Status: dzVents: Info: ------ Start internal script: Dmitry: Variable: "Dmitry" Index: 45
2018-09-29 14:30:46.907 Status: dzVents: Info: ------ Finished Dmitry
2018-09-29 14:30:47.010 Status: LUA: Enigama Scan Start
2018-09-29 14:30:47.010 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:30:47.053 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:31:00.288 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:31:00.305 Status: dzVents: 935
2018-09-29 14:31:00.307 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:31:00.307 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:31:00.311 Status: dzVents: !Info: Спальня-8
2018-09-29 14:31:00.311 Status: dzVents: !Info: Детская-7
2018-09-29 14:31:00.312 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:31:03.870 Status: LUA: Первый канал HD
2018-09-29 14:31:03.870 Status: LUA: Первый канал HD
2018-09-29 14:31:03.889 Status: LUA: Start Enigma Check
2018-09-29 14:31:03.914 Status: LUA: No Power state change
2018-09-29 14:31:03.940 Status: LUA: Channel not Changed
2018-09-29 14:31:03.940 Status: LUA: No Switch List Update
2018-09-29 14:31:23.757 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;78.4;3"}
2018-09-29 14:31:23.865 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:31:26.055 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:31:26.180 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:31:26.316 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:31:26.429 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:31:26.535 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:31:26.536 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:31:26.538 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:31:26.880 Status: LUA: Enigama Scan Start
2018-09-29 14:31:26.881 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:31:26.905 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:31:35.242 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"239.2"}
2018-09-29 14:31:35.348 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"933"}
2018-09-29 14:31:37.652 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"240.7"}
2018-09-29 14:31:37.767 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:31:39.008 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:31:39.008 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:31:39.010 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:32:00.257 Status: dzVents: Info: ideAlarm V2.4.0: ------ Start external script: ideAlarm.lua:, trigger: every other minute
2018-09-29 14:32:00.258 Status: dzVents: Info: ideAlarm V2.4.0: Triggered by timer: every other minute
2018-09-29 14:32:00.283 Status: dzVents: Info: ideAlarm V2.4.0: ------ Finished ideAlarm.lua
2018-09-29 14:32:00.283 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:32:00.284 Status: dzVents: 933
2018-09-29 14:32:00.289 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:32:00.289 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:32:00.293 Status: dzVents: !Info: Спальня-9
2018-09-29 14:32:00.293 Status: dzVents: !Info: Детская-8
2018-09-29 14:32:00.294 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:32:03.824 Status: LUA: Первый канал HD
2018-09-29 14:32:03.824 Status: LUA: Первый канал HD
2018-09-29 14:32:03.845 Status: LUA: Start Enigma Check
2018-09-29 14:32:03.868 Status: LUA: No Power state change
2018-09-29 14:32:03.894 Status: LUA: Channel not Changed
2018-09-29 14:32:03.894 Status: LUA: No Switch List Update
2018-09-29 14:32:09.015 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1095}"}
2018-09-29 14:32:14.002 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1146}"}
2018-09-29 14:32:22.984 (MAX!) Updating valve position for MAX! - SpalnyaT - Valve position: 100%
2018-09-29 14:32:22.995 (MAX!) Updating temperature for MAX! - SpalnyaT - Temperature: 19.1 °C
2018-09-29 14:32:23.720 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;76.8;3"}
2018-09-29 14:32:23.827 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"77"}
2018-09-29 14:32:23.022 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 14:32:23.022 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:32:23.022 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 14:32:26.060 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:32:26.173 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:32:26.282 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:32:26.404 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:32:26.488 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:32:26.488 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:32:26.491 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:32:26.848 Status: LUA: Enigama Scan Start
2018-09-29 14:32:26.848 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:32:26.873 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:32:26.967 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1094}"}
2018-09-29 14:32:35.246 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"239.4"}
2018-09-29 14:32:35.364 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"934"}
2018-09-29 14:32:37.651 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"241.3"}
2018-09-29 14:32:37.761 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:32:39.003 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:32:39.003 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:32:39.006 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:32:46.719 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":45,"value":"1"}
2018-09-29 14:32:46.852 Status: dzVents: Info: Handling variable-events for: "Dmitry", value: "1"
2018-09-29 14:32:46.852 Status: dzVents: Info: ------ Start internal script: Dmitry: Variable: "Dmitry" Index: 45
2018-09-29 14:32:46.871 Status: dzVents: Info: ------ Finished Dmitry
2018-09-29 14:32:46.948 Status: LUA: Enigama Scan Start
2018-09-29 14:32:46.948 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:32:46.969 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:33:00.288 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:33:00.306 Status: dzVents: 934
2018-09-29 14:33:00.308 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:33:00.308 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:33:00.314 Status: dzVents: !Info: Спальня-10
2018-09-29 14:33:00.314 Status: dzVents: !Info: Детская-9
2018-09-29 14:33:00.316 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:33:03.857 Status: LUA: Первый канал HD
2018-09-29 14:33:03.857 Status: LUA: Первый канал HD
2018-09-29 14:33:03.880 Status: LUA: Start Enigma Check
2018-09-29 14:33:03.904 Status: LUA: No Power state change
2018-09-29 14:33:03.929 Status: LUA: Channel not Changed
2018-09-29 14:33:03.929 Status: LUA: No Switch List Update
2018-09-29 14:33:15.864 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1037}"}
2018-09-29 14:33:18.504 MQTT: Topic: domoticz/in, Message: {"state":"ON","power":1.22,"voltage":null,"consumption":9.38,"temperature":30,"linkquality":44,"idx":305,"nvalue":0,"svalue":"1.22"}
2018-09-29 14:33:18.646 Status: dzVents: Info: Handling events for: "Энергия xiaomi", value: "1.22;14896.2"
2018-09-29 14:33:18.646 Status: dzVents: Info: ------ Start internal script: Xgimi_Xiaomi: Device: "Энергия xiaomi (Xiaomi)", Index: 305
2018-09-29 14:33:18.647 Status: dzVents: 1.22
2018-09-29 14:33:18.649 Status: dzVents: Info: ------ Finished Xgimi_Xiaomi
2018-09-29 14:33:23.721 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;76.7;3"}
2018-09-29 14:33:23.837 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"73"}
2018-09-29 14:33:26.434 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:33:26.547 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:33:26.668 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:33:26.780 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:33:26.864 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:33:26.864 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:33:27.070 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:33:27.435 Status: LUA: Enigama Scan Start
2018-09-29 14:33:27.436 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:33:27.475 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:33:35.252 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"243.6"}
2018-09-29 14:33:35.363 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"2"}
2018-09-29 14:33:37.654 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"239.9"}
2018-09-29 14:33:37.771 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:33:39.081 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:33:39.081 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:33:39.083 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:34:00.346 Status: dzVents: Info: ideAlarm V2.4.0: ------ Start external script: ideAlarm.lua:, trigger: every other minute
2018-09-29 14:34:00.347 Status: dzVents: Info: ideAlarm V2.4.0: Triggered by timer: every other minute
2018-09-29 14:34:00.369 Status: dzVents: Info: ideAlarm V2.4.0: ------ Finished ideAlarm.lua
2018-09-29 14:34:00.369 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:34:00.371 Status: dzVents: 2
2018-09-29 14:34:00.372 Status: dzVents: Boiler off
2018-09-29 14:34:00.375 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:34:00.375 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:34:00.379 Status: dzVents: !Info: Спальня-11
2018-09-29 14:34:00.379 Status: dzVents: !Info: Детская-10
2018-09-29 14:34:00.380 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:34:03.944 (ESP8266) Light/Switch (Бойлер состояние)
2018-09-29 14:34:03.925 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2018-09-29 14:34:03.937 Status: LUA: Первый канал HD
2018-09-29 14:34:03.937 Status: LUA: Первый канал HD
2018-09-29 14:34:03.981 Status: LUA: Start Enigma Check
2018-09-29 14:34:04.005 Status: LUA: No Power state change
2018-09-29 14:34:04.237 Status: LUA: Channel not Changed
2018-09-29 14:34:04.237 Status: LUA: No Switch List Update
2018-09-29 14:34:15.676 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1023}"}
2018-09-29 14:34:23.724 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.8;77.8;3"}
2018-09-29 14:34:23.836 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"73"}
2018-09-29 14:34:26.055 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21"}
2018-09-29 14:34:26.161 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:34:26.268 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:34:26.376 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:34:26.448 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:34:26.448 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:34:26.450 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:34:26.762 Status: LUA: Enigama Scan Start
2018-09-29 14:34:26.762 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:34:26.784 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:34:35.248 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"243.6"}
2018-09-29 14:34:35.354 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"1"}
2018-09-29 14:34:37.653 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"239.5"}
2018-09-29 14:34:37.759 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:34:38.613 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1113}"}
2018-09-29 14:34:39.080 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:34:39.080 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:34:39.082 Status: dzVents: Info: ------ Finished Холодильник
2018-09-29 14:34:39.610 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1118}"}
2018-09-29 14:34:43.599 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1128}"}
2018-09-29 14:34:46.724 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":45,"value":"1"}
2018-09-29 14:34:46.853 Status: dzVents: Info: Handling variable-events for: "Dmitry", value: "1"
2018-09-29 14:34:46.853 Status: dzVents: Info: ------ Start internal script: Dmitry: Variable: "Dmitry" Index: 45
2018-09-29 14:34:46.871 Status: dzVents: Info: ------ Finished Dmitry
2018-09-29 14:34:46.947 Status: LUA: Enigama Scan Start
2018-09-29 14:34:46.947 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:34:46.968 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:34:50.580 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1115}"}
2018-09-29 14:34:51.580 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1117}"}
2018-09-29 14:35:00.380 Status: dzVents: Info: ------ Start internal script: Boiler_status:, trigger: every minute
2018-09-29 14:35:00.398 Status: dzVents: 1
2018-09-29 14:35:00.400 Status: dzVents: Info: ------ Finished Boiler_status
2018-09-29 14:35:00.406 Status: dzVents: uptime: 1456
2018-09-29 14:35:00.414 Status: dzVents: Info: ------ Start internal script: Peopel:, trigger: every 1 minutes
2018-09-29 14:35:00.419 Status: dzVents: !Info: Спальня-12
2018-09-29 14:35:00.419 Status: dzVents: !Info: Детская-11
2018-09-29 14:35:00.424 Status: dzVents: Info: ------ Finished Peopel
2018-09-29 14:35:04.186 (Milight) Color Switch (Подсветка шторы)
2018-09-29 14:35:04.195 (ESP8266) Light/Switch (Hyperion)
2018-09-29 14:35:04.305 (Milight) Color Switch (Кухня подсветка)
2018-09-29 14:35:04.029 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2018-09-29 14:35:04.056 Status: LUA: Первый канал HD
2018-09-29 14:35:04.056 Status: LUA: Первый канал HD
2018-09-29 14:35:04.111 Status: LUA: Start Enigma Check
2018-09-29 14:35:04.139 Status: LUA: No Power state change
2018-09-29 14:35:04.165 Status: LUA: Channel not Changed
2018-09-29 14:35:04.165 Status: LUA: No Switch List Update
2018-09-29 14:35:08.531 Status: {"cmd":"report","model":"gateway","sid":"f0b429cc6604","short_id":0,"data":"{\"rgb\":0,\"illumination\":1104}"}
2018-09-29 14:35:23.720 MQTT: Topic: domoticz/in, Message: {"idx":17,"svalue":"9.7;76.8;3"}
2018-09-29 14:35:23.832 MQTT: Topic: domoticz/in, Message: {"idx":11,"svalue":"73"}
2018-09-29 14:35:26.060 MQTT: Topic: domoticz/in, Message: {"idx":69,"svalue":"21.1"}
2018-09-29 14:35:26.175 MQTT: Topic: domoticz/in, Message: {"idx":70,"svalue":"21"}
2018-09-29 14:35:26.284 MQTT: Topic: domoticz/in, Message: {"idx":82,"svalue":"0"}
2018-09-29 14:35:26.391 MQTT: Topic: domoticz/in, Message: {"command":"setuservariable","idx":1,"value":0}
2018-09-29 14:35:26.452 Status: dzVents: Info: Handling events for: "Свет санузел", value: "0"
2018-09-29 14:35:26.452 Status: dzVents: Info: ------ Start internal script: Tuilet_light: Device: "Свет санузел (ESP8266)", Index: 82
2018-09-29 14:35:26.455 Status: dzVents: Info: ------ Finished Tuilet_light
2018-09-29 14:35:26.785 Status: LUA: Enigama Scan Start
2018-09-29 14:35:26.785 Status: LUA: Update Switch Первый канал HD With 341|02|20
2018-09-29 14:35:26.810 Status: EventSystem: Script event triggered: Enigma-Scan
2018-09-29 14:35:35.256 MQTT: Topic: domoticz/in, Message: {"idx":260,"svalue":"242.8"}
2018-09-29 14:35:35.368 MQTT: Topic: domoticz/in, Message: {"idx":259,"svalue":"3"}
2018-09-29 14:35:37.660 MQTT: Topic: domoticz/in, Message: {"idx":308,"svalue":"239.8"}
2018-09-29 14:35:37.774 MQTT: Topic: domoticz/in, Message: {"idx":307,"svalue":"0"}
2018-09-29 14:35:39.076 Status: dzVents: Info: Handling events for: "Холодильник", value: "11.3;1.4;2"
2018-09-29 14:35:39.076 Status: dzVents: Info: ------ Start internal script: Холодильник: Device: "Холодильник (ESP8266)", Index: 453
2018-09-29 14:35:39.078 Status: dzVents: Info: ------ Finished Холодильник
This log only contains the lines related to the MAX plugin, weird... If I cannot see the logging I don't know what is going wrong.
On which system are you running Domoticz?
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

Version: 4.10009
Build Hash: f5fb220c
Compile Date: 2018-09-28 09:41:26
dzVents Version: 2.4.7
Python Version: 3.5.3 (default, Jan 19 2017, 14:11:04) [GCC 6.3.0 20170124]
sakekl
Posts: 13
Joined: Thursday 20 September 2018 14:58
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: ELV Max! Heating control system

Post by sakekl »

Today from the morning I test a new plugin.

Everything works very well. However, you have two small reservations:
1. After adding the plugin according to the instructions, everything worked very well. However, after upgrading to a newer version, I did not want to add new switches. Logs indicated that devices were added, but they were not physically added. In my case, it helped me restore the backup from yesterday and then install the latest version of the plugin.
2. After changing from manual to automatic position, the selector should set the temperature according to the automatic program. For me, the change causes the transition from manual to automatic mode, but the same temperature remains.

Despite these two reservations, I think that a great job has been done.
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

I reboot the raspberries, cleared the cache, turned on the debugging again.
Spoiler: show
2018-09-29 16:02:52.943 (MAX!) Debug logging mask set to: PYTHON
2018-09-29 16:02:52.943 (MAX!) Debugging mode activated
2018-09-29 16:02:52.943 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:02:52.497 Status: (MAX!) Stop directive received.
2018-09-29 16:02:52.497 Status: (MAX!) Exiting work loop.
2018-09-29 16:02:52.697 Status: (MAX!) Stopping threads.
2018-09-29 16:02:52.697 Status: (MAX!) Stopped.
2018-09-29 16:02:52.697 Status: (MAX!) Started.
2018-09-29 16:02:52.937 Status: (MAX!) Initialized version 0.3.0, author 'mvzut'
2018-09-29 16:02:52.937 Status: (MAX!) Entering work loop.
2018-09-29 16:02:55.641 (MAX!) Number of rooms found: 2
2018-09-29 16:03:05.173 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:03:07.841 (MAX!) Checking device 'SpalnyaT' in room 2
2018-09-29 16:03:07.841 (MAX!) Checking device 'DetskayaT' in room 4
2018-09-29 16:03:07.841 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 16:03:07.841 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:03:07.841 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:03:37.380 (MAX!) Skipping heartbeat: 1
2018-09-29 16:04:07.374 (MAX!) Skipping heartbeat: 2
2018-09-29 16:04:37.406 (MAX!) Skipping heartbeat: 3
2018-09-29 16:05:07.414 (MAX!) Skipping heartbeat: 4
2018-09-29 16:05:37.410 (MAX!) Skipping heartbeat: 5
2018-09-29 16:06:07.431 (MAX!) Skipping heartbeat: 6
2018-09-29 16:06:37.472 (MAX!) Skipping heartbeat: 7
2018-09-29 16:07:07.452 (MAX!) Skipping heartbeat: 8
2018-09-29 16:07:37.449 (MAX!) Skipping heartbeat: 9
2018-09-29 16:08:07.515 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:08:10.151 (MAX!) Checking device 'SpalnyaT' in room 2
2018-09-29 16:08:10.151 (MAX!) Checking device 'DetskayaT' in room 4
2018-09-29 16:08:10.151 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 16:08:10.151 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:08:10.151 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: ELV Max! Heating control system

Post by mvzut »

demon1977 wrote: Saturday 29 September 2018 15:11 I reboot the raspberries, cleared the cache, turned on the debugging again.
Spoiler: show
2018-09-29 16:02:52.943 (MAX!) Debug logging mask set to: PYTHON
2018-09-29 16:02:52.943 (MAX!) Debugging mode activated
2018-09-29 16:02:52.943 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:02:52.497 Status: (MAX!) Stop directive received.
2018-09-29 16:02:52.497 Status: (MAX!) Exiting work loop.
2018-09-29 16:02:52.697 Status: (MAX!) Stopping threads.
2018-09-29 16:02:52.697 Status: (MAX!) Stopped.
2018-09-29 16:02:52.697 Status: (MAX!) Started.
2018-09-29 16:02:52.937 Status: (MAX!) Initialized version 0.3.0, author 'mvzut'
2018-09-29 16:02:52.937 Status: (MAX!) Entering work loop.
2018-09-29 16:02:55.641 (MAX!) Number of rooms found: 2
2018-09-29 16:03:05.173 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:03:07.841 (MAX!) Checking device 'SpalnyaT' in room 2
2018-09-29 16:03:07.841 (MAX!) Checking device 'DetskayaT' in room 4
2018-09-29 16:03:07.841 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 16:03:07.841 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:03:07.841 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:03:37.380 (MAX!) Skipping heartbeat: 1
2018-09-29 16:04:07.374 (MAX!) Skipping heartbeat: 2
2018-09-29 16:04:37.406 (MAX!) Skipping heartbeat: 3
2018-09-29 16:05:07.414 (MAX!) Skipping heartbeat: 4
2018-09-29 16:05:37.410 (MAX!) Skipping heartbeat: 5
2018-09-29 16:06:07.431 (MAX!) Skipping heartbeat: 6
2018-09-29 16:06:37.472 (MAX!) Skipping heartbeat: 7
2018-09-29 16:07:07.452 (MAX!) Skipping heartbeat: 8
2018-09-29 16:07:37.449 (MAX!) Skipping heartbeat: 9
2018-09-29 16:08:07.515 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:08:10.151 (MAX!) Checking device 'SpalnyaT' in room 2
2018-09-29 16:08:10.151 (MAX!) Checking device 'DetskayaT' in room 4
2018-09-29 16:08:10.151 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 16:08:10.151 Error: (MAX!) ----> Line 247 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:08:10.151 Error: (MAX!) ----> Line 179 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
Ok, thanks, that explains a lot!
I assumed that room IDs were always starting at 1 until the maximum room number (like 1,2,3,4), but you only have two rooms, with ID's 2 and 4. My code couldn't handle this.

I now created another way to check the highest room number, which should hopefully solve your issue! See Github (version 0.3.1).
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
mvzut
Posts: 443
Joined: Thursday 12 November 2015 10:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: ELV Max! Heating control system

Post by mvzut »

sakekl wrote: Saturday 29 September 2018 14:26 Today from the morning I test a new plugin.

Everything works very well. However, you have two small reservations:
1. After adding the plugin according to the instructions, everything worked very well. However, after upgrading to a newer version, I did not want to add new switches. Logs indicated that devices were added, but they were not physically added. In my case, it helped me restore the backup from yesterday and then install the latest version of the plugin.
2. After changing from manual to automatic position, the selector should set the temperature according to the automatic program. For me, the change causes the transition from manual to automatic mode, but the same temperature remains.

Despite these two reservations, I think that a great job has been done.
I am going to look at the initialization logic, it doesn't really add devices in some cases. E.g. if you later decide you want the mode switches, it doesn't add them, only if you first remove all devices.

About the manual and automatic modes: isn't this the expected behavior? Don't the setpoints only change at the programmed times? Or does it immediately change to the temperature programmed for that time block when you set it to Auto on the thermostat itself? What if you wait 5 minutes, is the setpoint updated then?
Last edited by mvzut on Saturday 29 September 2018 15:51, edited 1 time in total.
Raspberry Pi 4 - RFXtrx433 - CC2531 Zigbee - Opentherm Gateway - P1 smart meter - Netatmo - Philips Hue - ELV Max! - ESP8266 DIY water meter - 6 x Sonos - 4 x IP cameras - Wall mounted tablet + Dashticz - Google Home integration - MANY switches/sensors
demon1977
Posts: 11
Joined: Sunday 15 January 2017 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: ELV Max! Heating control system

Post by demon1977 »

Unfortunately does not work:(
Spoiler: show
2018-09-29 16:47:52.199 Status: (MAX!) Started.
2018-09-29 16:47:54.130 Status: (MAX!) Entering work loop.
2018-09-29 16:47:54.130 Status: (MAX!) Initialized version 0.3.1, author 'mvzut'
2018-09-29 16:47:56.190 (Phyton) Plugin:MaxCube cannot be managed with PP-Manager!!.
2018-09-29 16:47:56.312 (MAX!) Debug logging mask set to: PYTHON
2018-09-29 16:47:56.312 (MAX!) Debugging mode activated
2018-09-29 16:47:56.312 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:47:58.966 (MAX!) Number of rooms found: 2 (highest number: 2)
2018-09-29 16:48:15.647 (MAX!) Reading e-Q3 MAX! devices from Cube...
2018-09-29 16:48:18.322 (MAX!) Checking device 'SpalnyaT' in room 2
2018-09-29 16:48:18.322 (MAX!) Checking device 'DetskayaT' in room 4
2018-09-29 16:48:18.322 Error: (MAX!) 'onHeartbeat' failed 'IndexError':'list index out of range'.
2018-09-29 16:48:18.323 Error: (MAX!) ----> Line 249 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:48:18.323 Error: (MAX!) ----> Line 181 in '/home/pi/domoticz/plugins/MaxCube/plugin.py', function onHeartbeat
2018-09-29 16:48:47.856 (MAX!) Skipping heartbeat: 1
2018-09-29 16:49:17.875 (MAX!) Skipping heartbeat: 2
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests