Search found 7 matches
- Tue Oct 08, 2013 3:16 pm
- Forum: For Sale Forum (Dutch allowed)
- Topic: VERKOCHT: Te Koop diverse spullen
- Replies: 2
- Views: 3298
Re: Te Koop diverse spullen
Zijn de PLCBUS modules nog te koop?
- Tue Jul 09, 2013 7:57 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV MAX! protocol description
- Replies: 165
- Views: 583011
Re: ELV MAX! protocol description
It looks like the current temperature is listed in the L-response. However, as stated before, it is usually outdated for the radiator thermostats, since they only send it over when their valve position changes. For the Wall thermostats, the value is accurate, since those send updates every couple o...
- Sat Feb 11, 2012 3:28 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV MAX! protocol description
- Replies: 165
- Views: 583011
Re: ELV MAX! protocol description
Sorry, but I was al little busy. See my code: Meta response (I used part of the code from the other script): Dim strDecodedHEX As String = Base64ToHex(strCoded) iPointer = 5 'M_R_count = 1 iNrOfRooms = Val("&H" & Mid(strDecodedHEX, iPointer, 2)) Dim strRoomNr(iNrOfRooms) As String ...
- Fri Feb 03, 2012 6:56 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV MAX! protocol description
- Replies: 165
- Views: 583011
Re: ELV MAX! protocol description
Setting the temperature is working fine.
But I'd allso like to change the other paramters. Do you know how to do it?
Also my M (Meta) response is not the same as documented. I have al lot more data.
The Adres at the room structure is 11 and not 3!
But I'd allso like to change the other paramters. Do you know how to do it?
Also my M (Meta) response is not the same as documented. I have al lot more data.
The Adres at the room structure is 11 and not 3!
- Wed Feb 01, 2012 9:30 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV MAX! protocol description
- Replies: 165
- Views: 583011
Re: ELV MAX! protocol description
Does anyone know how to set the next parameters:
- ECO and COMFORT temperature
- Temperature offset
- Valve offset
- Boost valve value
- Boost duration
- Window open temp
Most of them can be set by the MAX program, so it must be posible to change them.
Thanks ,
Peter Wolbers
- ECO and COMFORT temperature
- Temperature offset
- Valve offset
- Boost valve value
- Boost duration
- Window open temp
Most of them can be set by the MAX program, so it must be posible to change them.
Thanks ,
Peter Wolbers
- Fri Jan 27, 2012 7:39 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV MAX! protocol description
- Replies: 165
- Views: 583011
Re: ELV MAX! protocol description
ok, thanks.
- Thu Jan 26, 2012 10:03 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV MAX! protocol description
- Replies: 165
- Views: 583011
Re: ELV MAX! protocol description
Hello, I also bought the MAX system (3 thermostats and an Cube). I want to write my own program, but when I connect to the cube I get an H,M,C(couple) and een L response. But then it stops sending data, even when I change the setpoint manually. Do I need to send someting to get the new data? thanks,...