I currently measure the outside and inside temperature according to the diagram below. It is programmed by a friend to teach me IDE programming. I suppose that Node-Red might be easier to program. I am at least a fan.
I now wish to receive a WhatsApp when for example T in = T out or T out reaches its maximum and so on.....
Where can I find the base instructions to do it?
Is it possible to read the data directly from the ESP8266 (NodeMCU Amica V2 – ESP8266-12F-processor Espresif WLAN)?
You are writing direct to InfluxDB but that doesn't pass events onward - so you would have to periodically query the data again in Node-RED.
Put MQTT in the mix and simply send the data to the MQTT broker and use Node-RED to pass it on to InfluxDB. MQTT provides you with an event-driven interface.
As @jbudd mentions, Telegram is preferred for notifications since it is MUCH (I mean really A LOT MUCH!) easier to work with than WhatsApp.
If I'm not talking nonsense, Wathsapp does not have an open API to communicate with the outside world. Unless that has changed recently. So no way to get the info on your phone.
That's why we often use Telegram
Thank you to all who are thinking along. Due to my ignorance, I have involuntarily asked an inappropriate question apparently. I still do not know how to answer appropriately. I am forced to limit myself to further learning IDE programming and using InfluxDB and Grafana.Preformatted text