Search found 9 matches
- Monday 14 November 2016 16:54
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Yes, as you documented, I extrapolated the ON message by using the first bytes of the second message of a Sun trigger. Regarding the ON/OFF stuff, you could make a slight change to your code to also send the ON message every time you call Sun1/Moon1. As of today, if you send the Sun1 command to the ...
- Monday 14 November 2016 15:15
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Hi, Just tested your code with my Arduino Nano + 868Mhz CC1101 module, and it works perfectly !! IMG_4787.JPG Bellow are my codes acquired with my RTL-SDR dongle (2 messages are sent each time I trigger an action): Zone 1 Moon [00] {590} 55 7f 7b 0e ca aa ca ad d5 55 7e 2b ff c0 42 78 9a aa 9a a9 15 ...
- Sunday 06 November 2016 23:40
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Thx Sixk for this detailed explanation ! Even more clear after reading the full thread :-) Now, time for some dumb questions (maybe a bit out of topic), as I am not a RF expert ! - I took a few minutes to look at the code, checked this tread and ... you never talked about pulse timing (how long 0 ...
- Saturday 05 November 2016 15:27
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
@SixK, no problem with your code, I just forked it and tried to push it on one of my arduino Nano, it runs successfully ! Just noticed that it says that the CC1101 initialization is successsfull ... even if there is nothing connected on the SPI interface ;-) But this should be related to the CC1101 ...
- Monday 31 October 2016 18:00
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Thx guys for the great job on this ;-) Finaly, those Deltia Dore device can now be integrated in our domotic & IOT playground ! FYI, here are the devices I just bought to get this stuff working. It cost me around 25€ (including shipping) : DVB key for intial code acquisitions (SDR compatible) : http: ...
- Friday 23 October 2015 15:31
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Great Jimmy ! Hum, so I may have missed something in the API, as you seems to confirm that the whole frame is generated (including house code ...), not only the message portion :-) I didn't find the class where the contol bits and house code are generated in the API, but I may have looked badly ...
- Friday 23 October 2015 14:52
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Thx Jimmy, Based on my initial look, the USB transmitter does not (unfortunately) seems to be a "dumb" 868Mhz encoder/transmitter. It looks like the API only sends the message portion of the frame to the transmitter (and the transmitter then adds all the headers, like Source, Destination, control ...
- Thursday 22 October 2015 17:04
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Thanks Jimmy, I had a fast look to the SDK, and decompiled the JAR. With this in the pocket, it won't be an issue to get the format of the messages that are sent to the USB Key (and quite all message type can be generated by the SDK - ie. Heating Control, On/Off ...). The SDK seems to directly ...
- Tuesday 12 May 2015 22:54
- Forum: Heating/cooling
- Topic: X2D decoding attempt
- Replies: 176
- Views: 64183
Re: X2D decoding attempt
Hi ! Keep the good work ! Were you able to get any improvement since your first post ? This is (also) my first post on this forum, I found this thread by googling around ... I was desperate to see somebody trying to reverse engineer this protocol used in Deltia Dore products (mostly across France ...