arjenhiemstra / ithowifi

Itho wifi add-on module (ESP32 wifi to itho I2C protocol)
GNU General Public License v3.0
189 stars 32 forks source link

Feature request: Expose presets to MQTT #170

Open Waylikemark opened 1 year ago

Waylikemark commented 1 year ago

At this moment HA only knows the % of the fan speed so using the new Tile card with fan speed presets is not possible. Adding the low, medium, high presets to the mqtt message should solve this.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jpelgrom commented 1 year ago

I don't believe this is possible with the current setup:

You could get these buttons by changing the message to reduce the number of available speeds, but I think that is a worse experience by default and would require work to translate the percentages to actual low/medium/high values which might be different.