Ticket #456 (new enhancement)
Implementation of PT2262 on tellstick net
Reported by: | kristian solbakken <kristian@…> | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All | Sensitive: | no |
Verified by Telldus: | no |
Description
PT2262/CS2262 is a chip typically found in cheap no-brand hardware such ass alarm sensors and remote controls. The IC encodes a 12 bit tri-state register jumpers. (Some times used as a 8 bit address and 4 bit code) In order to keep decoding flexible in tellstick-net, the implementation decodes the registers in to a single 10 base integer value prior to transfer. Back-end decoding of that long back to a ternary is needed in order to do processing of the register values, or it could be used as a "bell" device with the registers as a unique identifier.
Attachments
Change History
Changed 3 years ago by kristian solbakken <kristian@…>
-
attachment
pt2262.diff
added
Note: See
TracTickets for help on using
tickets.
Patch for rf/