Search found 17 matches

by Kingsammy
Fri May 16, 2014 12:20 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV!Cube PHP Library
Replies: 16
Views: 23419

Re: ELV!Cube PHP Library

Hello,

i am also interested in your php-library. Can you please send it to me? Thanks in advance.

Best regards

Kingsammy
by Kingsammy
Tue May 21, 2013 2:26 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: Simulating Max! Thermostat
Replies: 1
Views: 5868

Re: Simulating Max! Thermostat

Hallo Timo, for electrical heaters or boilers you can use the "MAX! Zwischenstecker" (ON/OFF-Switching) which you can obtain here: http://www.ewe.de/privatkunden/ewe-sparpaket-heizung.php And in addition with a MAX! Wallthermostate you can use the "MAX! Zwischenstecker" as a temp...
by Kingsammy
Fri Feb 15, 2013 3:39 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

peterhintze wrote: To my observation it is totally backwards compatible and can be configured with the known commands. Just be sure to treat both deviceid=1 and deviceid=2 as thermostat.
Have a look at this post: domoticaforum.eu/viewtopic.php?f=66& ... =30#p55255

There are the device IDs mentioned.
by Kingsammy
Fri Feb 01, 2013 1:01 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV Max! Hardware & Cube firmware
Replies: 22
Views: 40637

Re: ELV Max! Hardware & Cube firmware

I suspect the PRG1 pads are connected to some kind of internal flash chip inside the main chip. I haven't figured anything about this programming, except that pin 1 seems to be GND and pin 4 seems to VCC. I was hoping these pins connected to the flash chip IC3, but this didn't seem the case. A shor...
by Kingsammy
Fri Jan 25, 2013 2:48 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV Max! Hardware & Cube firmware
Replies: 22
Views: 40637

Re: ELV Max! Hardware

- Neither the article or the schematic offers real insight in what the type of RF unit is used exactly. The name that looks the most like a model name is "TRX868", but I can't find anything with that model name that actually looks like the component itself. ELV doesn't seem to offer the T...
by Kingsammy
Mon Jan 21, 2013 10:01 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV Max! Hardware & Cube firmware
Replies: 22
Views: 40637

Re: ELV Max! Hardware & Cube firmware

And here is the Javacode of the FirmwareFile.class package de.eq3.max.al.local.update; import de.eq3.max.al.local.update.exceptions.InvalidFirmwareFileUpdateException; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.LinkedList; import ja...
by Kingsammy
Mon Jan 21, 2013 9:54 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV Max! Hardware & Cube firmware
Replies: 22
Views: 40637

Re: ELV Max! Hardware & Cube firmware

@matthijskooijman: You can find the original firmware file called "firmware.enc" in the original software application, when you have a closer look @ file MaxSettings.jar. You have to open the MaxSettings.jar with e.g. 7Zip and so you can extract the firmware.enc file. The fimware file is r...
by Kingsammy
Mon Jan 14, 2013 2:16 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

It seems that the radiator thermostates only send the actual temperature if there is a change in the valve position or your send a new temperature to the Cube.
Taken from here: http://www.fhemwiki.de/wiki/MAX, see chapter 6.1 "IST-Temperaturwerte".
by Kingsammy
Tue Nov 13, 2012 10:54 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

@dasandre Yes, i can confirm your update on L-Response regarding the shuttercontact. HEX-Values (Extract from a L-Response for a shuttercontact): 06 00 6a 48 09 12 12 06 Length of following data 00 6a 48 RF-Adress of shuttercontact 09 ??? 12 ??? 12(hex) 00010010(bin) --> Window open / 10(hex) = 0001...
by Kingsammy
Thu Nov 08, 2012 3:02 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

Can you please post your M-response Data base64-coded and the hex-values which you have used in your example?
by Kingsammy
Wed Oct 31, 2012 10:11 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

Update for H-Response: H:IEQ0123456,00b3b4,0102,00000000,355df98a,03,32,0c0a1f,0837,03,0000 IEQ0123456 Serial number 00b3b4 RF address, hexadecimal 0102 Firmware version: 258, Other values 010e = 270, Other values 010e = version 270, 0111 = version 273 00000000 ? 355df98a Connection IP 03 Duty cycl...
by Kingsammy
Wed Oct 24, 2012 10:53 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

Some more update for C-Response of devices: The Room ID of a device (heating thermostate)and the Firmwareversion can be found at Startbyte 05 --> 01 = Room ID, 14 = Firmware = 20(decimal) which is equal to Firmware version 1.4 of a heating thermosatate or 15 = 21(decimal) = V1.5 of a heating thermo...
by Kingsammy
Fri Oct 19, 2012 12:03 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

Hallo Bwired,

many thank, but you have interchanged the length of data between C-Response and L-Response in the main topic:

For L-Response length of data is 0B(hex) not D2(hex).
For C-response it is D2(hex) an not 0B(hex).
by Kingsammy
Thu Oct 18, 2012 3:18 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482858

Re: ELV MAX! protocol description

Few update for C response : The length of data is coded in the first byte, start position 00. Start Length Value Description ================================================================== 00 1 D2 Length of data: D2 = 210(decimal) = 210 bytes 01 3 003508 RF address 04 1 01 Device Type 05 3 0114F...
by Kingsammy
Mon Jul 16, 2012 9:27 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: New ELV MAX! Software 1.3.5 available
Replies: 5
Views: 9997

Re: New ELV MAX! Software 1.3.5 available

Yes, the port no. has changed from 80 to 62910. See release notes in german language max-portal.elv.de/downloads/MAX_1-3-5_R ... es_ELV.htm

Go to advanced search