Search found 13 matches

by StephenF
19 Feb 2017, 18:31
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 723164

Re: ESP Easy Mega

Hi, Firstly, thanks for ESP Easy Mega, I am already using ESP Easy and ESP Easy Mega in my house. I will appreciate if somebody can please upload a compiled image of ESP Easy 148 Mega? I am experiencing difficulty to compile the current source code due to my limited knowledge of the Arduino IDU and ...
by StephenF
12 Dec 2016, 22:21
Forum: ESP Easy: Software
Topic: Easp Easy 147 Mega
Replies: 4
Views: 5123

Easp Easy 147 Mega

Hi,
Can somebody please help me with a compiled version of 147 Mega?
Thanks
Stephen
by StephenF
22 Nov 2016, 21:30
Forum: ESP Easy: Software
Topic: Newbie Rules Question
Replies: 7
Views: 6612

Re: Newbie Rules Question

timsson wrote:
StephenF wrote:Several posts showing you cannot subscribe to MQTT published data on ESPEasy. ......
endon
https://github.com/ESP8266nu/ESPEasyPlu ... Import.ino
I am using Esp Easy Mega, and the MQTT Import works very well... Excellent plugin. Thanks
by StephenF
22 Nov 2016, 21:17
Forum: ESP Easy: Software
Topic: Timer Rule in ESPeasy
Replies: 4
Views: 7910

Re: Timer Rule in ESPeasy

I am not sure if I understand your problem, but maybe you can try something like this: 1. Create a Dummy device (e.g. Dummy#TimerSet on e.g. Task 1, value 1) 2. Assign your GPIO inputs to a device, like a switch (e.g. Input1#Switch, Input2#Switch) On System#Boot do gpio,0,1 timerSet,1,50 TaskValueSe...
by StephenF
14 Nov 2016, 20:35
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 191844

Re: Feature Request collection/list

Feature Request; Day/Time Dummy (or Variable) Hi, I will appreciate the addition of a Day/Time Dummy device. I would like to send a Day/Time for the rules at a specific time via MQTT preferably. E.g. On Clock#Time=[Dummy1#DayTime1] do // Irrigation starts at the defined time, e.g. "Mon,08:00&qu...
by StephenF
12 Nov 2016, 23:07
Forum: ESP Easy: Software
Topic: Newbie Rules Question
Replies: 7
Views: 6612

Re: Newbie Rules Question

Several posts showing you cannot subscribe to MQTT published data on ESPEasy. See also http://www.letscontrolit.com/wiki/index.php/ESPEasy_System_Variables However, you can use it this way: In OpenHAB: executeCommandLine("curl http://192.168.1.201/control?cmd=event,myEventNo1=123") on myEv...
by StephenF
08 Nov 2016, 07:09
Forum: ESP Easy: General Discussion
Topic: ESP frequently reboots
Replies: 12
Views: 9491

Re: ESP frequently reboots

Some more options to check: 1. Is your power supply sufficient - keeping in mind that the current consumption can spike at different WiFi states 2. I experienced a problem before where the inupt voltage to the GPIO was too high (5V). Some posts suggest this should not be a problem, but I definitely ...
by StephenF
11 Jun 2016, 20:41
Forum: ESP Easy: Software
Topic: [Feature Request] MQTT Heartbeat Counter & Reset
Replies: 9
Views: 8014

Re: [Feature Request] MQTT Heartbeat Counter & Reset

This OpenHAB rule appears to work well for the MQTT heartbeat workaround - the feature request will be a better option, but for now this rule could be the second best option to ensure the ESP MQTT connectivity is restored. Just ensure that the persistence setting is NOT per minute, but rather: strat...
by StephenF
10 Jun 2016, 22:41
Forum: ESP Easy: Software
Topic: [Feature Request] MQTT Heartbeat Counter & Reset
Replies: 9
Views: 8014

Re: [Feature Request] MQTT Heartbeat Counter & Reset

I think I have found a workaround.... but have not tested it fully yet.. After loading R107, the WiFi re-connection is much more stable and only the MQTT service appears to fail when the connection to the MQTT server is lost for some reason (power, maintenance, WiFi down, etc.). In R78, when i lost ...
by StephenF
08 Jun 2016, 20:32
Forum: ESP Easy: Software
Topic: [Feature Request] MQTT Heartbeat Counter & Reset
Replies: 9
Views: 8014

Re: MQTT Heartbeat Counter & Reset

I upgraded to R107. WiFi connectivity is much more stable. MQTT is however still problematic when loosing connection to the server (due to power failure, maintenance, etc.). Log: 45392189 : WD : Uptime 750 ConnectFailures 2818 FreeMem 27760 45392189 : MQTT : Connection lost 45393200 : MQTT : Connect...
by StephenF
01 Jun 2016, 00:07
Forum: ESP Easy: General Discussion
Topic: ESP Easy latest Beta version (R107??)
Replies: 2
Views: 4927

ESP Easy latest Beta version (R107??)

Hi all, Firstly thank you for such excellent software. I would like to use ESP easy for all my ESP8266 devices connected to OpenHAB. I currently have a problem where the ESP is loosing WiFi and/or MQTT connectivity due to the WiFi router being affected with power issues and because the ESP devices a...
by StephenF
01 Jun 2016, 00:02
Forum: ESP Easy: Software
Topic: [Feature Request] MQTT Heartbeat Counter & Reset
Replies: 9
Views: 8014

[Feature Request] MQTT Heartbeat Counter & Reset

I would like to recommend a 'heartbeat' function, where one can transmit an MQTT heartbeat from the server (OpenHAB/RPi/etc.) on a regular basis, say every 10 minutes or every hour. ESP Easy could subscribe to a common MQTT heartbeat message sent to all devices ">heartbeat". Esp Easy then ...