Search found 3621 matches

by grovkillen
20 May 2020, 10:29
Forum: ESP Easy: Software
Topic: MQTT complicated in espeasy
Replies: 3
Views: 9574

Re: MQTT complicated in espeasy

I totally agree with the confusion. The naming convention goes way back from the early days of this FW. We will have a look at that in due time.
by grovkillen
19 May 2020, 21:10
Forum: ESP Easy: General Discussion
Topic: Publish in MQTT JSON format
Replies: 6
Views: 7979

Re: Publish in MQTT JSON format

You're right! Thanks for that.
by grovkillen
19 May 2020, 20:47
Forum: ESP Easy: General Discussion
Topic: Publish in MQTT JSON format
Replies: 6
Views: 7979

Re: Publish in MQTT JSON format

Let's say your task name is "gps" and your value names are the ones you use in your example. Then: On gps#latitude Do Publish,<mqtt topic>,{"latitude": [gps#latitude],"longitude": [gps#longitude], "Altitude": [gps#altitude], "Speed": [gps#speed]} End...
by grovkillen
18 May 2020, 04:05
Forum: ESP Easy: Software
Topic: where is 'pre_extra_script.py' to compile customer firmware? // or use Custom.h ? (let's fix the instructions then...
Replies: 4
Views: 6835

Re: where is 'pre_extra_script.py' to compile customer firmware? // or use Custom.h ? (let's fix the instructions then..

I have finally started to think up a more robust procedure for my personal workflow regarding the wiki. I hope to start follow it once the GUI has been incorporated into the release cycle. Sorry for this mess.
by grovkillen
17 May 2020, 18:55
Forum: ESP Easy: Projects / Applications
Topic: PV Monitor project
Replies: 14
Views: 28252

Re: PV Monitor project

Nice setup! Thanks for sharing. :D
by grovkillen
17 May 2020, 17:27
Forum: ESP Easy: Projects / Applications
Topic: moisture sensor
Replies: 78
Views: 70169

Re: moisture sensor

Aha, well then please try the latest version found on GitHub. May you help me to understand versions? The version installed on my board is the same stable ESPEasy_R120_4096.bin i can find in http://www.letscontrolit.com/downloads/ESPEasy_R120.zip Should i go into (that i don't know very well) githu...
by grovkillen
16 May 2020, 05:46
Forum: ESP Easy: Projects / Applications
Topic: moisture sensor
Replies: 78
Views: 70169

Re: moisture sensor

Aha, well then please try the latest version found on GitHub.
by grovkillen
15 May 2020, 21:43
Forum: ESP Easy: Projects / Applications
Topic: moisture sensor
Replies: 78
Views: 70169

Re: moisture sensor

Never use VAR as task name. Change that and it should work.
by grovkillen
15 May 2020, 17:04
Forum: ESP Easy: Software
Topic: ESPEasy Timeout
Replies: 5
Views: 6856

Re: ESPEasy Timeout

I think we need to take a look at the TSL2561 plugin.
by grovkillen
15 May 2020, 17:03
Forum: ESP Easy: General Discussion
Topic: 8266 does not receive an IP address
Replies: 4
Views: 6371

Re: 8266 does not receive an IP address

It's obsolete, but officially it's still the "stable". It will soon change.
by grovkillen
15 May 2020, 11:24
Forum: ESP Easy: General Discussion
Topic: 8266 does not receive an IP address
Replies: 4
Views: 6371

Re: 8266 does not receive an IP address

Upload latest from GitHub. It's not buggy at all.
by grovkillen
14 May 2020, 18:09
Forum: ESP Easy: General Discussion
Topic: Rotary Encoder set values
Replies: 15
Views: 17741

Re: Rotary Encoder set values

You can have events that checks if it's above or below your preferred values. It it is, just set it to max/min accordingly.
by grovkillen
13 May 2020, 19:55
Forum: ESP Easy: Projects / Applications
Topic: Webserver HMI/GUI Code Generation Tool?
Replies: 5
Views: 18640

Re: Webserver HMI/GUI Code Generation Tool?

The new GUI is stand alone so you can use it without the ESP Easy back end.
by grovkillen
13 May 2020, 19:26
Forum: ESP Easy: Projects / Applications
Topic: Webserver HMI/GUI Code Generation Tool?
Replies: 5
Views: 18640

Re: Webserver HMI/GUI Code Generation Tool?

If you can wait some more you'll get that within our upcoming GUI. Please see more here: http://grovkillen.dribbble.com/

Custom dashboards etc is in the pipeline. :D Those screenshots are from an actual ESP Easy unit
.
by grovkillen
13 May 2020, 17:23
Forum: ESP Easy: Projects / Applications
Topic: Garage door opener with OpenHAB
Replies: 9
Views: 22020

Re: Garage door opener with OpenHAB

Thank you for sharing! :D
by grovkillen
13 May 2020, 16:20
Forum: ESP Easy: Software
Topic: Can someone compile ESP Easy for me?
Replies: 6
Views: 8181

Re: Can someone compile ESP Easy for me?

Ditto on what Gijs just said. I use Atom by the way. Two 4K monitors plus a 14 inch laptop display is really needed :D
by grovkillen
13 May 2020, 09:59
Forum: ESP Easy: Hardware
Topic: Wemos D1-Mini USB connection issues
Replies: 3
Views: 11264

Re: Wemos D1-Mini USB connection issues

I added a link to this thread to the list of ESP "hardware": https://www.letscontrolit.com/wiki/index.php?title=ESP_Hardware#List_of_supported_ESP_hardware I'm sorry for not being fast on the documentation, the GUI has been taking it's time + I have tried to get myself some income. It will...
by grovkillen
13 May 2020, 04:20
Forum: ESP Easy: Hardware
Topic: No plugins with shelly firmware?
Replies: 2
Views: 8337

Re: No plugins with shelly firmware?

Yes the Shelly version is only built with the bare minimum of plugins to fit that board. So please compile your specific plugin list yourself.
by grovkillen
12 May 2020, 04:09
Forum: ESP Easy: General Discussion
Topic: Why can't I set the interval for at dummy to 0?
Replies: 8
Views: 8128

Re: Why can't I set the interval for at dummy to 0?

You would use "TaskValueSetAndRun" and it will update and publish that task.
by grovkillen
11 May 2020, 21:32
Forum: ESP Easy: General Discussion
Topic: Why can't I set the interval for at dummy to 0?
Replies: 8
Views: 8128

Re: Why can't I set the interval for at dummy to 0?

If you want it to be updated by event you need to use rules.
by grovkillen
11 May 2020, 18:27
Forum: ESP Easy: General Discussion
Topic: 2 Switch, 1 LED blink and light
Replies: 11
Views: 12984

Re: 2 Switch, 1 LED blink and light

I think you need to set PWM to zero before you can use the pulse commands. Or else it will not work. So if you have used the PWM command, set it to PWM level zero before using GPIO or pulse commands.

You can use fade for PWM fading.
by grovkillen
10 May 2020, 22:01
Forum: ESP Easy: General Discussion
Topic: 2 Switch, 1 LED blink and light
Replies: 11
Views: 12984

Re: 2 Switch, 1 LED blink and light

Use the PWM command.
by grovkillen
10 May 2020, 17:44
Forum: Introduce yourself
Topic: Hi From Devon UK
Replies: 1
Views: 6826

Re: Hi From Devon UK

Great to hear from you, and we will guide you to realization of your ideas.
by grovkillen
09 May 2020, 15:01
Forum: ESP Easy: Projects / Applications
Topic: Problem with SendToHTTP
Replies: 22
Views: 16764

Re: Problem with SendToHTTP

I guess it depends on the host, if nothing is passed in the header and the host expects the authorization to be in there (not only in the URL) I guess the host will deny access.
by grovkillen
08 May 2020, 23:19
Forum: ESP Easy: Hardware
Topic: Sensor support query
Replies: 4
Views: 8783

Re: Sensor support query

To answer your question, I think that we're supporting it using the switch plugin.
by grovkillen
08 May 2020, 22:12
Forum: ESP Easy: Hardware
Topic: Sensor support query
Replies: 4
Views: 8783

Re: Sensor support query

I don't have that one but isn't it just a "switch"? It outputs HIGH or LOW.
by grovkillen
08 May 2020, 21:29
Forum: ESP Easy: General Discussion
Topic: Level control Led
Replies: 3
Views: 5907

Re: Level control Led

First I recommend you update to the latest release. Then I would suggest you use rules for that.
by grovkillen
08 May 2020, 17:54
Forum: ESP Easy: General Discussion
Topic: HTTP GPIO Monitor
Replies: 3
Views: 5663

Re: HTTP GPIO Monitor

Yes it seems to be incorrect. Thanks for that.
by grovkillen
07 May 2020, 21:07
Forum: Introduce yourself
Topic: Good IOT from Italy
Replies: 4
Views: 8557

Re: Good IOT from Italy

Great approach, welcome!
by grovkillen
07 May 2020, 21:07
Forum: ESP Easy: General Discussion
Topic: Problem with new Sonoff S20
Replies: 10
Views: 9009

Re: Problem with new Sonoff S20

TD-er wrote: 07 May 2020, 20:36 But contributions in the form of pull requests and very active forum contributions like ThomasB are also very much appreciated.
Yes it takes care of a lot of issues for us! Thanks for all the support.
by grovkillen
06 May 2020, 21:03
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project
Replies: 15
Views: 14600

Re: USB KVM Switch modify project

We start with:

What voltage do you get when measuring between the two pins/legs of a lit LED?
by grovkillen
06 May 2020, 19:44
Forum: ESP Easy: Software
Topic: Issues with sunset
Replies: 4
Views: 6096

Re: Issues with sunset

How does your rule look like?
by grovkillen
06 May 2020, 18:57
Forum: ESP Easy: General Discussion
Topic: HTTP GPIO Monitor
Replies: 3
Views: 5663

Re: HTTP GPIO Monitor

How do you use the command?

Code: Select all

Monitor,GPIO,14
When the GPIO state change is detected you get this event:

Code: Select all

On GPIO#14 Do
  //%eventvalue% will have the state 1 or 0
EndOn
8-)
by grovkillen
06 May 2020, 18:55
Forum: ESP Easy: General Discussion
Topic: Flash Problem Lolin ESP32 Board
Replies: 18
Views: 14141

Re: Flash Problem Lolin ESP32 Board

Esp Easy Flasher isn't working for ESP32. I will make a new flasher once I get the time. Sorry for the inconveniences.
by grovkillen
06 May 2020, 14:03
Forum: ESP Easy: Software
Topic: ADC Threshold - immediate response
Replies: 4
Views: 6057

Re: ADC Threshold - immediate response

Yes please do but the wiki isn't 100% up to date. We're going to ramp up the effort as soon as we got time (need to get bread and butter on the table at home so to say) :)
by grovkillen
06 May 2020, 11:01
Forum: ESP Easy: Software
Topic: ADC Threshold - immediate response
Replies: 4
Views: 6057

Re: ADC Threshold - immediate response

You need a new plugin for that since the current analog input isn't designed for that type of use. I could definitely see the use of a sub second analog plugin. But we don't want to make the current plugin work like that since it's not what we intended that plugin to do. Feel free to contribute with...
by grovkillen
06 May 2020, 04:23
Forum: ESP Easy: General Discussion
Topic: USB KVM Switch modify project
Replies: 15
Views: 14600

Re: USB KVM Switch modify project

Measure the voltage over the LED. You may need to have a voltage divider if the voltage is to high. Then use GPIO monitor to get which one is currently on.
by grovkillen
06 May 2020, 03:56
Forum: ESP Easy: Software
Topic: controller publish
Replies: 13
Views: 9322

Re: controller publish

You probably need to do it from an IDE. We're not 100% ready with the release of ESP32 versions.
by grovkillen
05 May 2020, 22:06
Forum: ESP Easy: Software
Topic: controller publish
Replies: 13
Views: 9322

Re: controller publish

And you have tried the latest code? https://github.com/letscontrolit/ESPEasy
by grovkillen
05 May 2020, 21:18
Forum: ESP Easy: Software
Topic: controller publish
Replies: 13
Views: 9322

Re: controller publish

Ok, I thought you liked referring to the version that way. It's the latest version found on GitHub.
by grovkillen
05 May 2020, 18:22
Forum: ESP Easy: Software
Topic: controller publish
Replies: 13
Views: 9322

Re: controller publish

Try latest R20106 please.
by grovkillen
05 May 2020, 18:21
Forum: ESP Easy: General Discussion
Topic: Gpio Pins GreyedOut
Replies: 11
Views: 8957

Re: Gpio Pins GreyedOut

Looks good! Thanks for sharing!
by grovkillen
05 May 2020, 18:03
Forum: ESP Easy: Software
Topic: controller publish
Replies: 13
Views: 9322

Re: controller publish

What version?
by grovkillen
05 May 2020, 13:47
Forum: ESP Easy: Software
Topic: Rules#Timer and eventvalue
Replies: 14
Views: 10064

Re: Rules#Timer and eventvalue

Or this one:

Code: Select all

On TESTEVENT Do
 logentry,%eventvalue%
EndOn

On Rules#Timer Do
  Let,%eventvalue%,[INT#%eventvalue%#!Z]
  Event,TESTEVENT=[INT#%eventvalue%]
EndOn
Every other run the corresponding variable will be 1 and 0 (alternating).
by grovkillen
05 May 2020, 13:36
Forum: ESP Easy: Software
Topic: Rules#Timer and eventvalue
Replies: 14
Views: 10064

Re: Rules#Timer and eventvalue

You can do it like this too:

Code: Select all

On TEST1EVENT Do
 logentry,HELLO
EndOn

On Rules#Timer Do
  Event,TEST%eventvalue%EVENT
EndOn
So you could send it to different events by name.
by grovkillen
05 May 2020, 13:32
Forum: ESP Easy: Software
Topic: Rules#Timer and eventvalue
Replies: 14
Views: 10064

Re: Rules#Timer and eventvalue

I've been using it like that but for custom events, not the timer event. I thought you had tested it and found a bug/missing feature. :D
by grovkillen
05 May 2020, 13:22
Forum: ESP Easy: Projects / Applications
Topic: Wishlist request: Lock general settings in web GUI
Replies: 3
Views: 9928

Re: Wishlist request: Lock general settings in web GUI

Yep it's on the wishlist already.

Curious though, what type of product do you create and what type of clients do you have?
by grovkillen
05 May 2020, 13:18
Forum: ESP Easy: Software
Topic: Rules#Timer and eventvalue
Replies: 14
Views: 10064

Re: Rules#Timer and eventvalue

I just tested this on current code base and it worked just fine.

Code: Select all

On TESTEVENT Do
 logentry,%eventvalue%
EndOn

On Rules#Timer DO
  Event,TESTEVENT=%eventvalue%
Endon
by grovkillen
05 May 2020, 12:57
Forum: ESP Easy: Software
Topic: Rules#Timer and eventvalue
Replies: 14
Views: 10064

Re: Rules#Timer and eventvalue

Yes it should work that way.