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

Beginner questions, and MQTT #52

Open
danielgindi opened this issue Sep 1, 2024 · 2 comments
Open

Beginner questions, and MQTT #52

danielgindi opened this issue Sep 1, 2024 · 2 comments

Comments

@danielgindi
Copy link

Hi Pavel!

This project looks promising, thank you for investing your time in it!
I did try to hop on the SmartAir2 protocol with the Chinese servers, but after a while I realized it was not worth it as these servers are randomly unavailable, and I need something local.

If you don't mind, I have some very basic questions for lack of prior experience with esphome.

  • Do I need to specifically install this plugin somehow? Or is a configuration in a clean installation of esphome enough? It's not very clear.
  • Does this work with MQTT too?
  • If I enable MQTT, how do I know what are the messages to communicate with this esp? I want to connect this to mqttthing in a homebridge.

Thank you!
Daniel

@paveldn
Copy link
Owner

paveldn commented Sep 1, 2024

Hi Daniel!

Answers to your questions:

  • You don't need to install anything additionally. Haier component is included in ESPHome so just need to write the proper configuration.
  • I don't have anything special regarding MQTT in my component so all MQTT functionality is the same as for any other ESPHome climate.
  • To tell the truth, I am not using my climates with MQTT so my knowledge here is limited. But you can try to check here https://esphome.io/components/climate/index.html (MQTT options section). Configure topics for climate component and you should be able to use them for control.

@danielgindi
Copy link
Author

Thank you very much!
Trying this as we speak. Will let you know how it goes :-)

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

No branches or pull requests

2 participants