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

Add support for Microchip HCS300 KeeLoq remotes #1752

Merged
merged 1 commit into from
Jan 8, 2022
Merged

Conversation

zuckschwerdt
Copy link
Collaborator

Discussion in #1512

@667bdrm and other current HCS200 users: this is a breaking change.
The output is now button: 1,2,3,12,13,14 for the HCS200. And 1-14, 0=Standby, 15=Learn for HCS300.
The raw pin bits are in "button3", "button0", "button1", "button2" with this mapping to the old fields:

  • "button1: ON" is now "button: 1, button0: 1
  • "button2: ON" is now "button: 2, button1: 1
  • "button3: ON" is now "button: 12, button2: 1, button3: 1
  • "button4: ON" is now "button: 3, button0: 1, button1: 1
  • "misc: ALL_PRESSED" is now "learn: 1"

@zuckschwerdt
Copy link
Collaborator Author

zuckschwerdt commented Jul 5, 2021

On second thought, we might want to remove the "buttonN" fields. You'd need to look at all four to get a complete state, which is exactly what the summary "button" field already does.

Repository owner deleted a comment Jul 6, 2021
Repository owner deleted a comment Jul 6, 2021
Repository owner deleted a comment Jul 6, 2021
@zuckschwerdt zuckschwerdt force-pushed the master branch 2 times, most recently from 8e31ece to e42ad33 Compare December 26, 2021 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant