wez / govee2mqtt

Govee2MQTT: Connect Govee lights and devices to Home Assistant
MIT License
510 stars 32 forks source link

Fix HA MQTT fan topic mismatches #262

Open DellanX opened 3 months ago

DellanX commented 3 months ago

Govee Device SKU

Use Fan not setup for MQTT Fan

Govee2MQTT Version

2024.07.13-82ddc6e9

Describe the issue

It looks like the fans aren't using the correct topic names for MQTT Fan, leaving features such as speed, modes and oscillation unavailable through HA's native platform. (Sure, switches exist, but I'd prefer to have it setup correctly so that I can use clean UI elements such as tiles)

Looking at the HA Documentation I'm pretty sure there are a few problems here, unfortunately, I am not too familiar with MQTT.

Is there any intent to setup fans to use the MQTT Fan integration? If not, do you have any concerns with me making a PR for it? (I am busy at the moment, and I need to learn how HA consumes MQTT, but I am willing if need be)

Startup Diagnostics

NA

Additional Logs

No response

Home Assistant Logs

No response

Anything else?

No response