Search found 3 matches

by dasdandre
Fri Nov 09, 2012 6:14 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 483545

Re: ELV MAX! protocol description

Some update to the L-response:

L-response of a window-contact is only 6 Bytes long.
bit-2 of byte-6 indicates the window open status.
EDIT:
bit-1 of byte-6 indicates the window open status.
0=closed,1=open

Code: Select all

if ((value & (1<<1)) !=0)
    console.log("Window open");

by dasdandre
Fri Nov 09, 2012 4:11 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 483545

Re: ELV MAX! protocol description

Hi, Here is my m-response: M:00,01,VgICAQpXb2huemltbWVyAh1mAgpCYWRlemltbWVyAg+dBgQCXFdKRVEwMTYyMTkzEEZlbnN0ZXJrb250YWt0IDEBAQIdZkpFUTAyNTU4OTQSVGhlcm1vc3RhdCBFc3NlY2tlAQECGLlKRVEwMjU1ODc1FFRoZXJtb3N0YXQgenUgS8O8Y2hlAQUCR7BKRVEwMjEzNTk2CkVjbyBTd2l0Y2gABAJeQkpFUTAxNjI2NzEQRmVuc3RlcmtvbnRha3QgMQIBAg+dS...
by dasdandre
Thu Nov 08, 2012 12:11 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 483545

Re: ELV MAX! protocol description

Hello, Thanks for sharing all the information. If it's not allready known. I've figured out some (more) bytes of the M-Response (the decoded part). This is my interpretation: first 2 bytes: Unknown(maybe METADATA-VERSION) next 1 byte: number of rooms followed by number of rooms times: next 1 byte: r...

Go to advanced search