Search found 3621 matches

by grovkillen
25 Dec 2019, 18:49
Forum: ESP Easy: Software
Topic: wie kann ich 3 Unterschiedliche MQTT Server unter rulseinzeln ansprechen
Replies: 5
Views: 5805

Re: wie kann ich 3 Unterschiedliche MQTT Server unter rulseinzeln ansprechen

Only on MQTT server is supported at this time. Can you elaborate why you need three?
by grovkillen
25 Dec 2019, 18:40
Forum: ESP Easy: Software
Topic: Ruls do not show the state of GPIOs under divices
Replies: 10
Views: 7629

Re: Ruls do not show the state of GPIOs under divices

Change TaskValueSet,4,1,0 to TaskValueSetAndRun,4,1,0. That way you don't need the first run command.
by grovkillen
25 Dec 2019, 18:38
Forum: ESP Easy: Software
Topic: Turn on a GPIO every minute for 5 seconds. what am I doing wrong
Replies: 13
Views: 10426

Re: Turn on a GPIO every minute for 5 seconds. what am I doing wrong

That syntax will be triggered at every hour at minut 01, 11, 21....51

Not every minute.
by grovkillen
25 Dec 2019, 15:21
Forum: ESP Easy: Hardware
Topic: DS18B20 stuck for a long time
Replies: 7
Views: 9882

Re: DS18B20 stuck for a long time

Ok, good to know. Thanks
by grovkillen
25 Dec 2019, 15:10
Forum: ESP Easy: Software
Topic: Limited number of devices to choose of
Replies: 6
Views: 6116

Re: Limited number of devices to choose of

Exactly what bin file did you use?
by grovkillen
25 Dec 2019, 15:07
Forum: ESP Easy: Hardware
Topic: DS18B20 stuck for a long time
Replies: 7
Views: 9882

Re: DS18B20 stuck for a long time

Ok, please look through this thread and see if it what happened to your setup: https://github.com/letscontrolit/ESPEasy/issues/2745
by grovkillen
25 Dec 2019, 13:48
Forum: ESP Easy: Hardware
Topic: DS18B20 stuck for a long time
Replies: 7
Views: 9882

Re: DS18B20 stuck for a long time

After that update, did you make sure that the settings worked? What I mean is that you could need to go into the settings and look and see if the address + resolution is the same as it was before the update. If not save the settings once again.
by grovkillen
25 Dec 2019, 01:41
Forum: ESP Easy: Hardware
Topic: Howto .... 7 segment display plugin
Replies: 2
Views: 11903

Re: Howto .... 7 segment display plugin

As far as I know the dot panel is not yet supported.
by grovkillen
24 Dec 2019, 18:26
Forum: ESP Easy: Software
Topic: Turn on a GPIO every minute for 5 seconds. what am I doing wrong
Replies: 13
Views: 10426

Re: Turn on a GPIO every minute for 5 seconds. what am I doing wrong

Code: Select all

On start-gpio14 do
    LongPulse,14,1,5
endon

on Clock#Time=All,**:*1 do
       Event,start-gpio14
endon
by grovkillen
24 Dec 2019, 18:24
Forum: ESP Easy: Software
Topic: Ruls do not show the state of GPIOs under divices
Replies: 10
Views: 7629

Re: Ruls do not show the state of GPIOs under divices

I might be a bit slow but please explain a bit more.
by grovkillen
23 Dec 2019, 19:07
Forum: ESP Easy: Software
Topic: Ruls do not show the state of GPIOs under divices
Replies: 10
Views: 7629

Re: Ruls do not show the state of GPIOs under divices

You shouldn't use GPIO directly, send an event instead
by grovkillen
22 Dec 2019, 17:01
Forum: ESP Easy: General Discussion
Topic: Beginner problems
Replies: 8
Views: 13027

Re: Beginner problems

I know we're stating that R120 is the official stable. But in reality we have made huge progress since then and we will soon officially release a new stable. So you can safely download latest versions and run. https://github.com/letscontrolit/ESPEasy/releases And soon after that we'll release the ne...
by grovkillen
22 Dec 2019, 16:24
Forum: Introduce yourself
Topic: Greetings from Germany
Replies: 1
Views: 6632

Re: Greetings from Germany

Welcome! I hope we can be of help 😊
by grovkillen
22 Dec 2019, 06:37
Forum: ESP Easy: Software
Topic: Sensors reporting too frequently
Replies: 10
Views: 8691

Re: Sensors reporting too frequently

The switch plug-in works like that, i.e. it'll trigger an event upon change. Sensor plugins will trigger events on interval.
by grovkillen
20 Dec 2019, 19:50
Forum: ESP Easy: Hardware
Topic: WARNING: Potential ESP brick issue with deepsleep!!
Replies: 41
Views: 51074

Re: WARNING: Potential ESP brick issue with deepsleep!!

ThomasB wrote: 20 Dec 2019, 19:39 Two years later: It appears this is an old problem that has been solved. I suggest it be removed from the pinned topics.
Done
by grovkillen
20 Dec 2019, 19:50
Forum: ESP Easy: Projects / Applications
Topic: Warning: Other potential dangerous situations...
Replies: 3
Views: 13674

Re: Warning: Other potential dangerous situations...

ThomasB wrote: 20 Dec 2019, 19:42 Three years later: I suggest this old discussion be removed from the pinned topics.
Thanks! Done
by grovkillen
20 Dec 2019, 19:49
Forum: ESP Easy: General Discussion
Topic: Rules On System#Boot
Replies: 6
Views: 6546

Re: Rules On System#Boot

Code: Select all

On System#Boot do    
 GPIO,0,[dummy#value]
endon
That would do it right?
by grovkillen
20 Dec 2019, 15:25
Forum: ESP Easy: General Discussion
Topic: Rules On System#Boot
Replies: 6
Views: 6546

Re: Rules On System#Boot

I need to understand your setup. Do you have a physical switch or is the switch plugin used for the relay?
by grovkillen
19 Dec 2019, 18:40
Forum: ESP Easy: Software
Topic: obscure problem with sendtohtttp (and thingspeak)
Replies: 58
Views: 26310

Re: obscure problem with sendtohtttp (and thingspeak)

I just talked to TD-er, he will make this patch official later today or tomorrow. See this pull request: https://github.com/letscontrolit/ESPEasy/pull/2825 @grovkillen & @TD-er: Thank you both for your ongoing development work and helping out with this issue. Merry Christmas! - Thomas Thank you...
by grovkillen
19 Dec 2019, 18:38
Forum: ESP Easy: General Discussion
Topic: change rules after mega-20191130 ?
Replies: 7
Views: 6855

Re: change rules after mega-20191130 ?

Yes that's a bug. @TD-er: seems like we lower cased the output and not the original string.
by grovkillen
19 Dec 2019, 09:52
Forum: ESP Easy: Software
Topic: obscure problem with sendtohtttp (and thingspeak)
Replies: 58
Views: 26310

Re: obscure problem with sendtohtttp (and thingspeak)

I just talked to TD-er, he will make this patch official later today or tomorrow.
by grovkillen
19 Dec 2019, 09:38
Forum: ESP Easy: General Discussion
Topic: SD CARD
Replies: 17
Views: 16141

Re: SD CARD

That would be something for the future, but SD card is something we do want to have better support for. We're not that rich on time at the moment though. I crashed mentally some month ago and haven't been able to work since = no income. On the flip side of that is that I could spend some more time o...
by grovkillen
19 Dec 2019, 09:32
Forum: ESP Easy: General Discussion
Topic: Vacation
Replies: 1
Views: 4151

Re: Vacation

Thanks for the warm comments on the project. Have a good vacation and be sure that 2020 is the year ESP Easy will rise like Fenix out of the ashes. ;)
by grovkillen
19 Dec 2019, 09:29
Forum: ESP Easy: Software
Topic: Simple 1-CH relay with ESP8266 bought on Ali + eWelink?
Replies: 8
Views: 10448

Re: Simple 1-CH relay with ESP8266 bought on Ali + eWelink?

There many options, I personally use a MQTT broker and send my data and commands through that one.
by grovkillen
18 Dec 2019, 19:21
Forum: ESP Easy: Software
Topic: Simple 1-CH relay with ESP8266 bought on Ali + eWelink?
Replies: 8
Views: 10448

Re: Simple 1-CH relay with ESP8266 bought on Ali + eWelink?

Ok, so you want to use eWelink? Then you shouldn't use ESP Easy...
by grovkillen
18 Dec 2019, 03:17
Forum: ESP Easy: Software
Topic: Simple 1-CH relay with ESP8266 bought on Ali + eWelink?
Replies: 8
Views: 10448

Re: Simple 1-CH relay with ESP8266 bought on Ali + eWelink?

First, welcome to ESP Easy! :D Second, update the firmware with a newer release. After that I would simply try GPIO 0,1,2, or 3 and see if any if those trigger the relay. By that being said, you don't need a plug-in to handle a relay, I'd suggest you enable the rules and start playing around there. ...
by grovkillen
18 Dec 2019, 03:10
Forum: ESP Easy: Software
Topic: New Input Box on Rules Page?
Replies: 3
Views: 4201

Re: New Input Box on Rules Page?

It's for Gijs tests. So no new feature, sorry ;)
by grovkillen
17 Dec 2019, 15:49
Forum: ESP Easy: General Discussion
Topic: On Clock#Time rule trigger ?
Replies: 2
Views: 4385

Re: On Clock#Time rule trigger ?

Hmmm, perhaps you could output the variable to the log and see?
by grovkillen
17 Dec 2019, 15:48
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 53151

Re: Change PWM Frequency ?

I haven't no, have you tried the latest releases using newer core?
by grovkillen
17 Dec 2019, 09:10
Forum: ESP Easy: Hardware
Topic: Unable to solve RPC server.
Replies: 6
Views: 9404

Re: Unable to solve RPC server.

Totally agree. I cannot do it it seems... I can only delete individual posts.
by grovkillen
16 Dec 2019, 22:23
Forum: ESP Easy: Hardware
Topic: Unable to solve RPC server.
Replies: 6
Views: 9404

Re: Unable to solve RPC server.

TD-er wrote: 16 Dec 2019, 21:22
Shardan wrote: 16 Dec 2019, 16:25 .. would not open that link.....
What link?
I deleted the spam.
by grovkillen
16 Dec 2019, 11:55
Forum: ESP Easy: Software
Topic: Help needed with Rules (solved)
Replies: 13
Views: 7968

Re: Help needed with Rules

wim16 wrote: 16 Dec 2019, 10:46 Maybe the problem is in your if statement.
When systime > sunset it is often also > sunrise (on the same day) and thus the result will be false.
Yep, that's it. Let me think about that one for a while and get back with a suggestion on the rules.
by grovkillen
15 Dec 2019, 14:23
Forum: ESP Easy: Software
Topic: Where is the plugin neopixel candle
Replies: 11
Views: 13368

Re: Where is the plugin neopixel candle

Thanks! Good job.
by grovkillen
15 Dec 2019, 12:52
Forum: ESP Easy: Software
Topic: espeasy online but not answering
Replies: 2
Views: 3918

Re: espeasy online but not answering

What version? And how long are your WiFi credentials?
by grovkillen
12 Dec 2019, 14:56
Forum: ESP Easy: General Discussion
Topic: Future of ESP32 ?
Replies: 7
Views: 12209

Re: Future of ESP32 ?

.....but I think by the end of next year we may have shifted focus to ESP32 as it does give a lot more resources. I understand that the possibilities in ESP32 is more fun, but considering the fact that most "Wi-Fi IoT" devices are based on ESP82xx, you vill be loosing out on a huge market...
by grovkillen
11 Dec 2019, 20:16
Forum: ESP Easy: General Discussion
Topic: Future of ESP32 ?
Replies: 7
Views: 12209

Re: Future of ESP32 ?

Yes we will start officially target the bigger sibling after we have the stable release and right after that the new GUI is scheduled. So the future is looking bright for both the ESP82XX and ESP32.
by grovkillen
10 Dec 2019, 12:59
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 10060

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

Yeah try and get back here with info.
by grovkillen
10 Dec 2019, 12:00
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 10060

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

Have you tried setting boot state for that pin? It's found under the hardware tab.
by grovkillen
10 Dec 2019, 11:55
Forum: ESP Easy: Software
Topic: reset admin password without gui webserver
Replies: 3
Views: 5827

Re: reset admin password without gui webserver

https://espeasy.readthedocs.io/en/lates ... mmand.html

Password,1335&
Save

Or use the esptool.py tool to read the entire memory and store it as a bin.
by grovkillen
10 Dec 2019, 06:47
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11467

Re: Report temp to temperatur.nu

Then use the wifi disconnected event, you will find more info on the rules section on "readthedocs". https://espeasy.readthedocs.io/en/latest/
by grovkillen
09 Dec 2019, 18:16
Forum: ESP Easy: General Discussion
Topic: Report temp to temperatur.nu
Replies: 24
Views: 11467

Re: Report temp to temperatur.nu

By network do you mean lan or wan?
by grovkillen
09 Dec 2019, 15:33
Forum: ESP Easy: Software
Topic: Where is the plugin neopixel candle
Replies: 11
Views: 13368

Re: Where is the plugin neopixel candle

That's awesome! Can't you share video? Plz
by grovkillen
02 Dec 2019, 20:23
Forum: ESP Easy: Software
Topic: Can I get a value from an external web server
Replies: 9
Views: 8304

Re: Can I get a value from an external web server

Currently not possible. But you may want to add it as a feature request on GitHub. Please look through the open issues to see if it has already been suggested.
by grovkillen
02 Dec 2019, 17:17
Forum: ESP Easy: Software
Topic: Reboot ESP32 with ESPEASY from remote?
Replies: 13
Views: 15679

Re: Reboot ESP32 with ESPEASY from remote?

OK, thank you for the quick reaction. I will go for the 8266. Are there plans to fully support the ESP32 in future? Yes but first the stable release (very soon) and then the new GUI. We're only two guys and it's been taking longer than expected to get a grip of the project, but now we're gaining mo...