patrickdk77 / hampton-bay-fan-mqtt

MQTT / RF Bridge for Hampton Bay Fan control
16 stars 7 forks source link

added new hampton4 model #4

Open ErikApption opened 2 years ago

ErikApption commented 2 years ago

Added support for a variant of UC7078TR - without direction switch - that was shipped with Hampton Bay Midili fan.

DiodeRed commented 11 months ago

@ErikApption Thanks for implementing that. It runs out the "hampton4" code you added also works with the UC7083T remote. It's the same protocol.

I don't know if it's the same with the one you have, but there is one minor issue. If you hold the "light" button on the remote, it re-sends the light action several times a second. With the current code in hamptonbay4.cpp it means it keeps inverting the light state over and over. The real fan on the doesn't do this. It seems the real fan will ignore the light toggle signal if the last time it received it is too recent.

ErikApption commented 11 months ago

If you hold the "light" button on the remote, it re-sends the light action several times a second

That one is definitely a difference on my remote - my fan has a dimmer and you hold the light button to turn it brighter or quick press to turn it off.