We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As for now, it‘s only possible to send data back to esphome devices via mqtt listener? My use case is reset and set specific counter values.
This could be done without mqtt with a user-defined api.service: https://esphome.io/components/api.html#user-defined-services
IoBroker can show a esphome.services as a service object tree where data can be transmitted by json or yaml
The text was updated successfully, but these errors were encountered:
Hi all, this was the only post I could found regarding this topic - is there any update?
I try to call a function from ioB (use case: https://github.com/echavet/MitsubishiCN105ESPHome).
Or could anybody give me a hint how to push a temperature value from ioB to my esp32? Thanks!
Sorry, something went wrong.
DutchmanNL
No branches or pull requests
As for now, it‘s only possible to send data back to esphome devices via mqtt listener?
My use case is reset and set specific counter values.
This could be done without mqtt with a user-defined api.service:
https://esphome.io/components/api.html#user-defined-services
IoBroker can show a esphome.services as a service object tree where data can be transmitted by json or yaml
The text was updated successfully, but these errors were encountered: