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

Make this compatible with Home Assistant MQTT HVAC Integration #2

Open
3 tasks
ladbsoft opened this issue Jan 24, 2022 · 0 comments
Open
3 tasks

Make this compatible with Home Assistant MQTT HVAC Integration #2

ladbsoft opened this issue Jan 24, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ladbsoft
Copy link
Owner

There are a couple of things to do in order to make this compatible with Home Assistant MQTT HVAC integration:

  • Stop returning "special" values via the state topics: For example, the "SPECIAL" fan speed, used in the AUTO mode. Only use these values (necessary for the air conditioner) internally, returning the last used state (AUTO, HIGH or whichever it was using before)
  • Turn ON if the unit is currently OFF and a MODE change command is received
  • Implement discovery topic (https://www.home-assistant.io/docs/mqtt/discovery/#climate-control)

https://www.home-assistant.io/integrations/climate.mqtt/

@ladbsoft ladbsoft added the enhancement New feature or request label Jan 24, 2022
@ladbsoft ladbsoft self-assigned this Jan 24, 2022
@ladbsoft ladbsoft changed the title Make this compatible with Home Assistant MQTT HVAC Make this compatible with Home Assistant MQTT HVAC Integration Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant