Skip to content

Instantly share code, notes, and snippets.

@patrickdk77
Last active October 12, 2022 01:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickdk77/035c6d6e3872828edc8c0487469bb6a3 to your computer and use it in GitHub Desktop.
Save patrickdk77/035c6d6e3872828edc8c0487469bb6a3 to your computer and use it in GitHub Desktop.
A25-TX028 Remote (hampton bay/dawnsun)
Hampton Bay mara fan (dawnsun remote)
Uses unmarked chip
{ 400, { 34, 1 }, { 1, 2 }, { 2, 1 }, true } (rc-switch)
aaaa is address dips, 0=on 1=off
111111000110aaaa01111110 Power On (actually just toggles)
111111000110aaaa01111101 Power Off (actually just toggles)
111111000110aaaa01110100 Fan High
111111000110aaaa01110101 Fan Med
111111000110aaaa01110110 Fan Low
111111000110aaaa01110111 Fan Off
111111000110aaaa01110010 Light On (actually just toggles)
111111000110aaaa01110001 Light Off (actually just toggles)
111111000110aaaa01101110 Light Dim (repeats while pressed)
111111000110aaaa01101101 Light change tempature (2.5K, 3K, 5K)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment