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

Trouble getting TX028-RS working #9

Open
starbuck93 opened this issue Jan 9, 2025 · 0 comments
Open

Trouble getting TX028-RS working #9

starbuck93 opened this issue Jan 9, 2025 · 0 comments

Comments

@starbuck93
Copy link

Hey folks. I have two of these "Home Decorator" ceiling fans that I'm pretty sure are Hampton Bay fans but rebranded.

image

The remote is model TX028-RS and it appears to broadcast on 303.053 or 304.053 (both seem to have signal?)

image

This screenshot above shows holding down the light button on the TX028-RS to change brightness.

image

This screenshot (above) shows the CC1101 and Wemos D1 mini broadcasting.

I'm able to connect and broadcast with my aliexpress CC1101 and I can send messages through the Home Assistant dev tools to get it to listen to MQTT as well as the remote codes showing up (on and off displayed here)

WiFi connected
IP address: 
10.0.1.121
Attempting MQTT connection...connected
Message arrived [home/hamptonbay/1000/on/state] ON
Message arrived [home/hamptonbay/0100/on/state] ON
Message arrived [home/hamptonbay/0111/on/state] OFF
Message arrived [home/hamptonbay/1000/speed/state] low
Message arrived [home/hamptonbay/0100/speed/state] low
Message arrived [home/hamptonbay/0111/speed/state] off
Message arrived [home/hamptonbay/1000/light/state] ON
Message arrived [home/hamptonbay/0100/light/state] ON
Message arrived [home/hamptonbay/0111/light/state] OFF
11 - 16775067 - 24
11 - 16775067 - 24
11 - 16775067 - 24
11 - 16775066 - 24
11 - 16775066 - 24
11 - 16775066 - 24
Message arrived [home/hamptonbay/1000/light/set] on
Message arrived [home/hamptonbay/1000/on/state] ON
Message arrived [home/hamptonbay/1000/speed/state] low

I've tweaked the frequency to try to get it as close as possible to what my SDR is telling me it should be based on the remote signals, but it doesn't seem to matter.

I did notice that in the Arduino sketch, it should be outputting some extra stuff in the loop() which I'm not seeing around // Got a correct id in the correct protocol Does that mean this fan isn't compatible with the current codebase? I read through the other issues and it appears I could listen for all the codes

Here are all the codes I was able to gather from my remote with 1000 set in the dip.

Action Code
On 11 - 16775066 - 24
Off 11 - 16775067 - 24
Fan High 11 - 16774913 - 24
Fan med 11 - 16774914 - 24
Fan low 11 - 16774915 - 24
Fan off 11 - 16774912 - 24
light 11 - 16774939 - 24

(only saw this code a few times) light dimming 11 - 16774939 - 25

Thanks for any help!

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

No branches or pull requests

1 participant