Search found 21 matches

by fraeggle
22 Jan 2019, 15:22
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7140

Re: Rules Help

At first you wrote you switch gpio13 by pulling it up. But in your first configuration screenshot I can see internal pullup enabled. So your gpio13 is on log. 1 in standby and you must switch to ground and check log. low state when switch is pressed. You are right... haven't seen this. @angelo-fili...
by fraeggle
22 Jan 2019, 10:45
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7140

Re: Rules Help

At first you wrote you switch gpio13 by pulling it up. But in your first configuration screenshot I can see internal pullup enabled. So your gpio13 is on log. 1 in standby and you must switch to ground and check log. low state when switch is pressed. You are right... haven't seen this. @angelo-fili...
by fraeggle
21 Jan 2019, 15:56
Forum: ESP Easy: Software
Topic: Rules Help
Replies: 13
Views: 7140

Re: Rules Help

How long should gpio 14 be 1? As long as gpio 13 is 1 or should gpio 13 toggle 14? as long as gpio13 is 1: on Switch1#State do if [Switch1#State]=1 gpio,14,1 else gpio,14,0 endif endon Don*t know why you use the timer in this Case (toggle everytime gpio 13 gets 1) i use Dummy Device (task12, Name = ...
by fraeggle
20 Jan 2019, 22:09
Forum: ESP Easy: Software
Topic: 100% load when mqtt broker not reachable
Replies: 0
Views: 1904

100% load when mqtt broker not reachable

I have a question. I have configured lamps and switches on my ESP8266. For example, if the MQTT Broker fails, the ESP are almost impossible to operate. Load at 100%. If I deactivate the MQTT at the ESP for the time period my broker is down (hab a defective SD), everything can be operated directly vi...
by fraeggle
31 Dec 2018, 16:41
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 13705

Re: State not working??

:D :D :D :D :D :D :D
You are the best.

Thanks that is what i missed..........
by fraeggle
31 Dec 2018, 15:48
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 13705

Re: State not working??

Sorry As far as i understand, i should not use switch for output (what i did until now). So how is the best way to get the state of an output in MQTT (f.ex. Relais) when it changes. because i changed "directly" on the esp via a switch or over MQTT. i have until now following configuration....
by fraeggle
31 Dec 2018, 12:50
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 13705

Re: State not working??

b. no longer need to declare an output pin as an input switch just to know its state. This alone saves up allot of the just 12 available tasks. status,gpio,<pin number> does just that. (once you set gpio the first time at after boot) -D You use the switch event to trigger the event toggleLED. This ...
by fraeggle
31 Dec 2018, 12:26
Forum: ESP Easy: General Discussion
Topic: What the simplest way to blink diode with 100ms rate continuously?
Replies: 2
Views: 2515

Re: What the simplest way to blink diode with 100ms rate continuously?

Hi why don't take a blink-LED?
Noting easer than this.
100ms? I find this very fast.
by fraeggle
24 Dec 2018, 17:32
Forum: ESP Easy: General Discussion
Topic: State not working??
Replies: 22
Views: 13705

Re: State not working??

Hmm I used Switch for relais (output) too, because state is send vie MQTT right after change. If you use a Dummy like grovkillen said, you have the problem that state is send not directly after change. Ok ou can change the intervall, but in this case it sends the state every x sec. not only after ch...
by fraeggle
17 Dec 2018, 19:51
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 15984

Re: Rules Example for new feature doubleklick and longpress

Hi. With slow Button activated doesnt make any difference. Following Rules for testing activ: on io4#io4=1 do if [io14#io14]=0 GPIO,14,1 else GPIO,14,0 endon on IO4#io4=3 do if [io12#io12]=0 GPIO,12,1 else GPIO,12,0 endon on IO4#io4=11 do if [io13#io13]=0 GPIO,13,1 else GPIO,13,0 endon -----> short ...
by fraeggle
17 Dec 2018, 08:45
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 15984

Re: Rules Example for new feature doubleklick and longpress

Hi i do have the same issue as Cino2424. Looking at mqtt at the same time i can see that first a 1 and then (if i am Lucky) a 3 is send on doubleclick. I think ther should be a function, if i use this features, sending of the "new" state must be delayed. Otherwise i get a "normal"...
by fraeggle
16 Jun 2018, 18:43
Forum: ESP Easy: Software
Topic: set GPIO state other than 0 or 1
Replies: 1
Views: 1892

Re: set GPIO state other than 0 or 1

Normally a GPIO has two states, 0 and 1. Anything else don't make any sense and will not work. Only in PWM-Mode you have a value from 0 to 1023, that is why only 0 and 1 is shown within GPIO-State. I don't really understand "Would like to use this for state controlling and request state by URL....
by fraeggle
03 Jun 2018, 10:36
Forum: ESP Easy: Software
Topic: No Publish after Deep Sleep
Replies: 15
Views: 10988

Re: No Publish after Deep Sleep

Hi.
OK i will try this version.
Thanks.
by fraeggle
02 Jun 2018, 17:51
Forum: ESP Easy: Software
Topic: MQTT unsubscribe
Replies: 0
Views: 1565

MQTT unsubscribe

Hi. I am using ESPEasy with MQTT and IOBroker with deep sleep. Now i get always an error message within IOBroker MQTT Log, because the connection to MQTT get "hard" interruptet because of deep sleep. Is there a possibility to unsubscribe MQTT before entering deep sleep? f.ex: on System#Sle...
by fraeggle
28 Apr 2018, 13:53
Forum: ESP Easy: Software
Topic: Plugin for RFID Reader RDM6300
Replies: 15
Views: 16095

Re: Plugin for RFID Reader RDM6300

When i try to compile with this plugin i allways get an error.

invalid conversion from 'unsigned int*' to 'int' [-fpermissive]

event->idx = Settings.TaskDeviceID[index];

Regards Peter
by fraeggle
28 Apr 2018, 13:03
Forum: ESP Easy: Software
Topic: RFID Plugin Error
Replies: 2
Views: 2607

RFID Plugin Error

Hi i would like to use RFID RDM6300 with the ESPEasy.
When i try to select the plugin an Error messages comes up.
:?
What am i doing wrong?

Regards Peter
by fraeggle
27 Apr 2018, 12:05
Forum: ESP Easy: Software
Topic: No Publish after Deep Sleep
Replies: 15
Views: 10988

No Publish after Deep Sleep

Hi i am using a battery powered temperature and pressure unit. After i tried ESPMega 20180422 up to 20180426. In all of this version i don't get the new values in my Broker. OLD Version (which is working): INIT : Booting version: (custom) INIT : Rebooted from deepsleep #12 FS : Mounting... FS : Moun...
by fraeggle
08 Mar 2018, 18:29
Forum: ESP Easy: Software
Topic: Can't PUBLISH at System#Boot
Replies: 3
Views: 3058

Re: Can't PUBLISH at System#Boot

Hi
Take a look at this one
viewtopic.php?f=6&t=4989
Publish is running BEFORE connect to the MQTT Broker.
by fraeggle
08 Mar 2018, 17:50
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11285

Re: MQTT-connect event

VCC-Option?
What exactly does that mean.
by fraeggle
08 Mar 2018, 15:07
Forum: ESP Easy: Software
Topic: MQTT-connect event
Replies: 14
Views: 11285

Re: MQTT-connect event

I went back to Mega 20180104. In this version the on system#boot do works.
Hope it will be fixed in later releases again
In the ne versions the ESP is also connected to the MQTT with ESP_"MACADRESS" and not with the name given in the SW ex: ESP_TAB4

Peter
by fraeggle
24 Nov 2017, 11:41
Forum: ESP Easy: Projects / Applications
Topic: Finished: H801 RGBWW control with openhab2 and mqtt
Replies: 35
Views: 53129

Re: Finished: H801 RGBWW control with openhab2 and mqtt

Had the same problem, wanted to use home assistant and mqtt. But whatever I tried I was unable to get them to talk to eachother, so I did abandon esp easy and used a simpler script found on the internet. The difficulty for newbies trying to solve things and getting stuck is that most people who get...