have a look inside the message package. the protocol is complete for basics like connecting setting weekproflies valve states and of course read and write temperature modes.
have fun
Search found 10 matches
- Sat Mar 15, 2014 10:54 am
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
- Thu Oct 31, 2013 1:46 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
ok thank you,
i think this is a good solution without to much effort and i hope the result is usefull for someone out there.
i think this is a good solution without to much effort and i hope the result is usefull for someone out there.
- Thu Oct 31, 2013 12:47 am
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
wouls it be ok to copy your readme into the testrfm project? i created another project where your sourcediles are in two folders. i would copy the readme in these two folders as well. i have choosen the apache 2 licence for my java projects and have choosen that on the web pages on google. i have se...
- Sat Oct 26, 2013 3:19 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
ok. i managed to create crc and use the dewhitening from the rx part to send a message correctly. with the knoledge of moritz.c from the culf and the max.pm modules from fhem, everybody should be able to create a working solution.
have fun.
cheers
have fun.
cheers
- Thu Oct 24, 2013 5:15 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
ok finished for today. i faked a lot of preamble messages and so it worked. updated my code in the svn. so check it out if you want to.
cheers
cheers
- Thu Oct 24, 2013 2:57 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
made progress... i checked the register and changed some values according the xls file. the main reason was a deactivated packet handler for tx. i send messages between two rfm modules. aaaaand even the heating thermostates do react. not always. but often. the problem is, that the preamble is only 0...
- Tue Oct 22, 2013 5:38 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
ok. i have to wait for a spare part to have a sending rfm22b node. in the meanwhile i created a logger for the raw data on gpio2. and displayed the data in impulse for eclipse. the results: datarate is 10 kbits. and a preamble is about 1 second long. //this is equal to the implementation of moritz.c...
- Sun Oct 20, 2013 11:04 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
i have seen that the registers:
.reg_6e = 0x08,
.reg_6f = 0x31
will result in a datarate of 1kbps. am i right? @charly: did you tried these register values or did you tried 10kbps?
.reg_6e = 0x08,
.reg_6f = 0x31
will result in a datarate of 1kbps. am i right? @charly: did you tried these register values or did you tried 10kbps?
- Fri Oct 18, 2013 3:23 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
ui ui ui.. a lot of hard work. so far i managed to port the rfm library that charly used to the raspberry pi. i struggeled with the overflow error irq handling and i deactivated it also. now i can reveive messages. if someone is interessted i can give away the sources. in future i have to find out w...
- Sat Oct 12, 2013 1:30 pm
- Forum: Homematic, FS20, FHT, ESA and ELV
- Topic: ELV Max! Radio Signal Protocol 868.3MHz
- Replies: 50
- Views: 88218
Re: ELV Max! Radio Signal Protocol 868.3MHz
hello my name is florian and i connected an rfm22b to my raspberry pi. at the moment i try to adapt the rf22 library to read max messages. later i want to write messages and integrate the result into a small middleware with android client. the middleware already controls fm switches and led stripes....