rvdbreemen / OTGW-firmware

A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
MIT License
147 stars 34 forks source link

New Feature - Webhook #72

Open vampywiz17 opened 2 years ago

vampywiz17 commented 2 years ago

Hello there,

I think that will be good, that possible to send a webhook, if one of the value (like CH ) is On/Off

For example, if we want to switch a external heating pump via Shelly relay on a different floor. Of course it possibe to do this with MQTT, but not sure that everybody install a broker and smart home center (like HA) that if only switch a pump...

I found some library that possible to use it, like:

https://github.com/Rupakpoddar/ESP8266Webhook

rvdbreemen commented 2 years ago

That's a great idea. I will look into what a good way of doing this would be.