Page 1 of 1

Pushover support

Posted: 22 Nov 2015, 16:26
by fabix68
Hello.
Superb project !!!!
Is possible send push messages with pushover to vary the state of GPIO .
Example if gpio12 becomes low pushover sends me the message " alarm " .
With Nodemcu and LUA is very simple.
I can do something similar with ESPEasy ?

Re: Pushover support

Posted: 22 Nov 2015, 19:39
by chrille
fabix68 wrote:Is possible send push messages with pushover to vary the state of GPIO .
Example if gpio12 becomes low pushover sends me the message " alarm " .
With Nodemcu and LUA is very simple.
I can do something similar with ESPEasy ?
You can't do it directly with ESPeasy. However, if you use MQTT you can use something like MQTTwarn (https://github.com/jpmens/mqttwarn) to send pushover messages.

- Jan