Last active
October 12, 2022 01:02
-
-
Save patrickdk77/035c6d6e3872828edc8c0487469bb6a3 to your computer and use it in GitHub Desktop.
A25-TX028 Remote (hampton bay/dawnsun)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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