Search found 7 matches

by kgrassers
08 Aug 2018, 15:20
Forum: ESP Easy: General Discussion
Topic: MQTT : Failed to connect
Replies: 0
Views: 1638

MQTT : Failed to connect

Is it possible to trigger a task from the message MQTT : Failed to connect to broker?
by kgrassers
20 Jul 2018, 22:05
Forum: ESP Easy: General Discussion
Topic: ESP Easy Gmail
Replies: 2
Views: 2446

Re: ESP Easy Gmail

Thanks so much!
I just tested it and it works.
by kgrassers
20 Jul 2018, 19:31
Forum: ESP Easy: General Discussion
Topic: ESP Easy Gmail
Replies: 2
Views: 2446

ESP Easy Gmail

I am running ESP_Easy mega-2018-dev

Has anyone been able to get Notification-Email to work with Gmail?
It allows for user/pass
Or could someone suggest a free US email server?

Thanks!!
by kgrassers
18 Nov 2017, 01:39
Forum: ESP Easy: General Discussion
Topic: Event List
Replies: 3
Views: 2773

Re: Event List

thanks for the link. i should have been more specific. I now understand the System#trigger but
is it possible to trigger off of loss of mqtt or wifi and cause a gpio to go high or low?
I would like to have led indication of connectivity up or down.
by kgrassers
16 Nov 2017, 18:48
Forum: ESP Easy: General Discussion
Topic: Event List
Replies: 3
Views: 2773

Event List

Is there a list of the Events that the ESP will report automatically?
i.e Clock#Time, System#Boot....
by kgrassers
31 Jul 2017, 23:25
Forum: ESP Easy: General Discussion
Topic: Pushbutton toggle
Replies: 5
Views: 8520

Re: Pushbutton toggle

I have looked at the wiki, i think :| .. could you send me link? I am using a Nodemcu Wemos D1. i have a pushbutton connected between - and D2 relay connected from D7 -> Led -> inputrelay the code you suggested always just preforms the first part of the statement I would like to push the button and ...
by kgrassers
26 Jul 2017, 01:08
Forum: ESP Easy: General Discussion
Topic: Pushbutton toggle
Replies: 5
Views: 8520

Pushbutton toggle

I would like to use a push button to toggle a relay based on GPIO condition.
Could someone help me?
I am not sure the proper way in rules to check status of GPIO.

On Pushbutton=1 do
if GPIO13 is 1
then
set GPIO13=0
else
set GPIO13=1