Search found 4 matches

by cmbc
Wednesday 04 January 2017 19:43
Forum: Heating/cooling
Topic: ELV Max! Heating control system
Replies: 731
Views: 190944

Re: ELV Max! Heating control system

I don't know why but i have finally had to tweak the original code since i don't see anywhere any temperature post operation

Near line 137 i have change this

if dtype == "Valve" and name:sub(-5,-1) ~= "-Sens" then
table.insert(commandArray, { ['UpdateDevice'] = otherdevices_idx[name]..'|0 ...
by cmbc
Wednesday 04 January 2017 19:05
Forum: Heating/cooling
Topic: ELV Max! Heating control system
Replies: 731
Views: 190944

Re: ELV Max! Heating control system

Do you have
useWMT = true --Set to true if there is a wall mounted thermostat in every room
set to false?
If set to true (I think) it takes temperature from the wall stat (more accurate) and false forces it to read from the valves.
Hope this helps

Sean

Hello, it's set to false as it's not ...
by cmbc
Wednesday 04 January 2017 16:03
Forum: Heating/cooling
Topic: ELV Max! Heating control system
Replies: 731
Views: 190944

Re: ELV Max! Heating control system

Hello,

i try and i try for several day to receive temperature captured by my Max Valve in Domotics.

The first lua script to test connection to Cube is working fine and it show that temperature are well displayed:


Rooms
-----
SDB Rez 137937
Bureau 137C2C
Cuisine 1378DE
Entrée 1375D6
Chambre ...
by cmbc
Wednesday 04 January 2017 14:50
Forum: Heating/cooling
Topic: ELV Max! Heating control system
Replies: 731
Views: 190944

Re: ELV Max! Heating control system

I followed the instructions on the wiki and have some problems with Lua5.2. I know my way around in Linux, but am not really familiar with Lua or fixing library problems.

If I run the test script to scan for the radiators. It finds the radiators but then crashes at the device status:


Device ...