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

Add MQTT interface #8

Open
denis-stepanov opened this issue Jan 1, 2021 · 0 comments
Open

Add MQTT interface #8

denis-stepanov opened this issue Jan 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@denis-stepanov
Copy link
Owner

From documentation:

On a final note, while direct communication with Telegram from ESP8266 is possible, it can be clearly seen that it is not the best choice. It blows up the sketch size and puts a lot of load on ESP (especially when Internet or Telegram become unresponsive). Probably, a better option would be to send a message to an MQTT server in a local network, and have some application on top to talk to Telegram. This might be done in future versions of the program.

This ticket is to make a design and first implementation.

@denis-stepanov denis-stepanov added the enhancement New feature or request label Jan 1, 2021
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