Search found 16 matches

by mega
Mon Jan 07, 2013 8:01 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! Protocol-Reader in PHP
Replies: 10
Views: 23872

Re: ELV MAX! Protocol-Reader in PHP

I do not devolop more for that.
Max is too scrap, i now have homematic (since some months)
by mega
Sun Jan 06, 2013 11:36 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! Protocol-Reader in PHP
Replies: 10
Views: 23872

Re: ELV MAX! Protocol-Reader in PHP

Here is the complete interface, includes sending:
http://www.mega-nas.de/max/max.zip

This is discontinued! It may not work on newer firmware.
by mega
Thu Dec 01, 2011 10:04 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! Protocol-Reader in PHP
Replies: 10
Views: 23872

Re: ELV MAX! Protocol-Reader in PHP

1. With the communication protocol recognition it will be possible to make a own interface or integrate to other interfaces/apps/.... 2. this seems to not be needed because the Cube can be used with LAN . 3. not by me, but it should be possible. You may buy and test the system. some users have probl...
by mega
Thu Dec 01, 2011 7:04 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! Protocol-Reader in PHP
Replies: 10
Views: 23872

Re: ELV MAX! Protocol-Reader in PHP

Script is changed to also read the wall-thermostat.
by mega
Thu Dec 01, 2011 6:59 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

My wall-thermostat has arrived.
- L-response is 1 byte longer
- Devicetype is 3
- LiveReadLength is the correct 1 byte more value.
- the other data from L-response is the same as in the thermostate.
by mega
Mon Nov 07, 2011 10:00 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

s-command:
- setting to 'auto' accepts (needs?) temperature (used then until next step in auto-programm).
- the above samples have an error: until date+time are 3 bytes, but the samples with and without date+time are different length with 2 bytes.
- setting a boost is possible (mode 11)
by mega
Thu Nov 03, 2011 2:51 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

Yes :)
by mega
Thu Nov 03, 2011 12:41 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

S-command, setting weekly programm: s:AAQQAAAAAJPRBQJYTl5eSNJQ8Fj8XxRZIA==\r\n s:AAQQAAAAAJPRBQNYTl5eSNJQ8Fj8XxRZIA==\r\n s:AAQQAAAAAJPRBQRYTl5eSNJQ8Fj8XxRZIA==\r\n s:AAQQAAAAAJPRBQVYTl5eSNJQ8Fj8XxRZIA==\r\n s:AAQQAAAAAJPRBQZYTl5eSNJQ8Fj8XxRZIA==\r\n s:AAQQAAAAAJPRBQBYTl5eSNJQ8Fj8XxRZIA==\r\n s:AAQQ...
by mega
Wed Nov 02, 2011 2:42 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! Protocol-Reader in PHP
Replies: 10
Views: 23872

Re: ELV MAX! Protocol-Reader in PHP

It should now read and decode all known data and puts them in arrays.
Next step is a webinterface to present the data.
Is anyone else working with/on this?
by mega
Wed Nov 02, 2011 2:19 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

Decoding boost in C-response:
01110100
first 3 bits, 011 is duration. 011b = 3, *5 = 15 minutes
next 4 bits, 1010 is valve%. 1010b = 10, *10 = 100%
last bit seems unused.

(just seen, that now there is a better decoding-description)
by mega
Wed Nov 02, 2011 11:37 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

L-Response: - Date/Time-until contains scrap or is 0 if not in vacation-mode. It does not contain the until-data if in auto-mode! - a change on the thermostat (temp or mode) is reported to the cube but that may take some minutes. - a boost is reported to the cube, but the duration/remaining time can...
by mega
Tue Nov 01, 2011 8:41 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

Is Homeseer self able to control the Max, so they have decoded the protocol?
by mega
Mon Oct 31, 2011 8:27 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

Now my other 2 thermostats are here, so i can test it.
Have you tried to powercycle the Cube?
by mega
Mon Oct 31, 2011 2:38 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 482389

Re: ELV MAX! protocol description

In L-response the first is the ReadLength. Reading this count of bytes, after that the next device comes. L: b 0 87 3c 9 12 18 0 24 1 18 0 6 0 24 36 9 12 10 0 ReadLength : 11 //(b = 11 bytes, Thermostat) RFAdress : 0873c ? : 9 Data : 12 18 0 24 1 18 0 ReadLength : 6 //(6 = 6 bytes, Fensterkontakt) R...
by mega
Sat Oct 29, 2011 6:41 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! Protocol-Reader in PHP
Replies: 10
Views: 23872

ELV MAX! Protocol-Reader in PHP

Hello, since 2 Days I have this Max-System and worked on a PHP-based-decoder. To use this script, change the IP to your Cube-IP and get it run on a NAS, HomeServer or XAMPP. It may also work with portforwarding from the Internet. but that is not tested. Maybe we get our own webinterface that also ca...

Go to advanced search