Script to read ELV/eQ-3 MAX Temperatur to Domoticz Dummy Device
Posted: Tuesday 14 November 2017 17:47
I found a interesting free software "MAX! HOME AUTOMATION" http://www.dmitry-kazakov.de/ada/max_ho ... mation.htm for Linux or Windows to read out all temperatures or status or to change settings of my ELV/eQ-3 MAX-Devices. This software looks and works very well, but my knowledge about domoticz (script, lua, ect.) is too low to read this values into dummy-devices.
The readout from the "MAX! HOME AUTOMATION" is very simple eg with a http-request:
http://<max-home-automation>/get-temperature?cube=<address>&device=<address>
This query is responded with the current temperature measured eg by a wall-mounted thermostat:
21.8
or:
http://<max-home-automation>/get-valve?cube=<address>&device=<address>
This query is responded with the current valve position of a radiator thermostat 0-100%. The value 100% corresponds to the fully opened valve:
48%
so far so good ... but now i have to put this values eg every minute into my domoticz dummy sensors ...
The readout from the "MAX! HOME AUTOMATION" is very simple eg with a http-request:
http://<max-home-automation>/get-temperature?cube=<address>&device=<address>
This query is responded with the current temperature measured eg by a wall-mounted thermostat:
21.8
or:
http://<max-home-automation>/get-valve?cube=<address>&device=<address>
This query is responded with the current valve position of a radiator thermostat 0-100%. The value 100% corresponds to the fully opened valve:
48%
so far so good ... but now i have to put this values eg every minute into my domoticz dummy sensors ...