emsesp / EMS-ESP32

ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
https://emsesp.github.io/docs
GNU Lesser General Public License v3.0
548 stars 96 forks source link

Feature: message notification #1854

Open proddy opened 2 weeks ago

proddy commented 2 weeks ago

Discussed in https://github.com/emsesp/EMS-ESP32/discussions/1848

Originally posted by **proddy** July 6, 2024 Thinking of adding a small new feature to output notifications. The command would be called `message`, and the data would be any string. When invoked, it writes it to the log (so also syslog) and publishes an MQTT Topic called `message`. Combined with the new powerful condition logic in the Scheduler this could be used to trigger other events. For example Home Assistant or NodeRed would respond to an incoming MQTT message.
proddy commented 2 weeks ago

image

new command called system/message