Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added protocol for Dickert MAHS garage door remote control #3826

Merged
merged 12 commits into from
Aug 9, 2024

SubGhz: correct type in for statement in dickert mahs

d2a664f
Select commit
Loading
Failed to load commit list.
Merged

Added protocol for Dickert MAHS garage door remote control #3826

SubGhz: correct type in for statement in dickert mahs
d2a664f
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Aug 9, 2024 in 0s

3 / 3 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
This commit adds the protocol for the 433.92 MHz garage door remote control from Dickert, a German vendor of garage door systems. The protocol only support the linear code types which have 10 user controllable tri-state DIP switches (+,0,-) . In addition a factory code can be customized (by the vendor) which adds further 8 symbols to the complete code. Incomplete
Technical details about the radio signal can be found here: merbanan/rtl_433#2983 Incomplete
The basis of this code is the CAME protocol implementation which I extended for the needed changes for this protocol. Incomplete
UnitTests + Manual testing based on files provided in unit tests assets folder Incomplete
PR has description of feature/bug or link to Confluence/Jira task Completed
Description contains actions to verify feature/bugfix Completed
I've built this code, uploaded it to the device and verified feature/bugfix Completed