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

Display numeric fan speed instead of just 'On' #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

randalln
Copy link

I suspect this was broken at some point, based on github comments, but seems to work now.

I suspect this was broken at some point, based on github comments, but seems
to work now.
@sethkinast
Copy link
Owner

sethkinast commented Jan 12, 2025 via email

@randalln
Copy link
Author

randalln commented Jan 13, 2025

I don't think this is supported based on the documentation. thermostatFanMode - ENUM ["on", "circulate", "auto"] https://docs2.hubitat.com/en/developer/driver/capability-list The docs may be out of date but I seem to remember this breaks dashboards? It's been awhile though.

I dug up a conversation where it sounds like custom values are okay for supportedThermostatFanModes, which makes sense since different types of thermostats will have different capabilities. I just confirmed that Rule Machine was updated to pull the values from supportedThermostatFanModes.

I imagine you could break the dashboard tile if you had long enough strings (but your driver doesn't). I had actually noticed that Thermostat Controller tiles were mirroring what you had in supportedThermostatFanModes.

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

Successfully merging this pull request may close these issues.

2 participants