DrozmotiX / ioBroker.esphome

Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome
MIT License
30 stars 23 forks source link

Support user-defined services #117

Open comtel2000 opened 2 years ago

comtel2000 commented 2 years ago

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

c1328 commented 1 month ago

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!