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

Integrate an MQTT client #5

Closed
raomin opened this issue Nov 12, 2021 · 2 comments
Closed

Integrate an MQTT client #5

raomin opened this issue Nov 12, 2021 · 2 comments

Comments

@raomin
Copy link

raomin commented Nov 12, 2021

Your library is a good start. But why do you stop at the configuration only?
You could pass an MQTT client to the class and handle the messages and events too! eg. setAttribute(name,value), send(), etc.
Are you planning on this?

-Raomin

@plapointe6
Copy link
Owner

Hello, I planned to do something similar initially.
However, there was alway a special case where I needed more flexibility and control. Because of that, I ended up making this a small usefull tool instead of a full library. I like it like this and I don't plan to implement these automations.

In fact, if you want a library that do almost everything by it's own, you could try ESPHome.

@fabiosoft
Copy link

Works good with EspMQTTClient library

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

3 participants