Tyxia 5630 #8
Replies: 4 comments
-
Ok, thanks.
I will investigate on rtl433 bug. |
Beta Was this translation helpful? Give feedback.
-
Ok, you can try: https://github.com/mr-sven/rtl_433/tree/deltadore On anylsis I've seen the following.
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! There's indeed two more bytes now in There are indeed 4 shutters. Setting them one-by-one to 90% I see the following values for 16 33:
Creating a group with all 4 shutters on the Tydom and setting it to 90% we see a single message: Still unclear on the value of the second byte. It seems to always be |
Beta Was this translation helpful? Give feedback.
-
ah, yes you are right, the thermal control device is in the other X3D network. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for the reverse engineering effort!
My home is setup with multiple Delta Dore devices:
Ultimately I might move everything to standard Zigbee devices as the proprietary and undocumented nature of the Delta Dore devices & protocols is very frustrating, but for now I thought I might contribute some data to this project :)
I've captured X3D messages with rtl_433 while setting the position of one of my shutter:
Here are the files for 0, 25, 50, 75 and 100%:
shutter.0.json
shutter.25.json
shutter.50.json
shutter.75.json
shutter.100.json
Here are some stats computed with DuckDB:
0%:
25%:
50%:
75%:
100%:
Of interest is the 16/33 register which seems to encode the position:
Beta Was this translation helpful? Give feedback.
All reactions