Search found 3621 matches

by grovkillen
02 Feb 2020, 20:51
Forum: ESP Easy: Hardware
Topic: Shelly 1 +Temperature Shield
Replies: 8
Views: 13697

Re: Shelly 1 +Temperature Shield

And you have tried all the GPIOs? Sounds simple enough since it's only one pin you have to get right.
by grovkillen
31 Jan 2020, 09:36
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 211887

Re: ESP Easy Flasher

nice tool. i use it a lot since it is really fast to flash standard esp builds especially the post stuff like SSID and wpa2 key are nice i have wpa2 with special characters and they do not get accepted by the esp setup page but i can send it easilly to the esp with the flasher tool thanks Thanks fo...
by grovkillen
30 Jan 2020, 19:01
Forum: ESP Easy: Projects / Applications
Topic: How to log fridges temp remotely and send mail if alarm ?
Replies: 9
Views: 17402

Re: How to log fridges temp remotely and send mail if alarm ?

You could use the 16 variables inside the unit and have them graph the latest 8 days highs and lows or so...? HTML the chart inside the email.

Regarding IP, I wouldn't know.
by grovkillen
30 Jan 2020, 04:21
Forum: ESP Easy: Projects / Applications
Topic: How to log fridges temp remotely and send mail if alarm ?
Replies: 9
Views: 17402

Re: How to log fridges temp remotely and send mail if alarm ?

If you use Gmail you can use the server: aspmx.l.google.com Only thing to know though, you can only send to other Gmail addresses (or G suite). But, you could have an account which would have a rule to forward the received email to an "external" address. See, restricted SMTP options here: ...
by grovkillen
26 Jan 2020, 19:37
Forum: ESP Easy: Software
Topic: Deepsleep-Mode with Timer?
Replies: 1
Views: 4173

Re: Deepsleep-Mode with Timer?

Yep, use rules.
by grovkillen
22 Jan 2020, 19:27
Forum: ESP Easy: General Discussion
Topic: rules calculate time difference in milliseconds
Replies: 10
Views: 8878

Re: rules calculate time difference in milliseconds

Same here, only seconds officially.
by grovkillen
22 Jan 2020, 19:27
Forum: ESP Easy: General Discussion
Topic: Sensorupdate faster than 1 second?
Replies: 6
Views: 8686

Re: Sensorupdate faster than 1 second?

You would need to compile that yourself then. Currently only once per second for the official builds.
by grovkillen
22 Jan 2020, 19:23
Forum: ESP Easy: Projects / Applications
Topic: Two way switch for light
Replies: 6
Views: 16958

Re: Two way switch for light

Yes it was completely wrong but got you doing the digging yourself. Good on you! ;)

And to my defence, I wrote that rule out of memory, on my phone.
by grovkillen
22 Jan 2020, 16:25
Forum: ESP Easy: General Discussion
Topic: Dallas DS18b20 strage behaviour
Replies: 11
Views: 9694

Re: Dallas DS18b20 strage behaviour

Can you please get more info for us to work with? How are the sensor powered etc?
by grovkillen
22 Jan 2020, 15:38
Forum: ESP Easy: General Discussion
Topic: Dallas DS18b20 strage behaviour
Replies: 11
Views: 9694

Re: Dallas DS18b20 strage behaviour

Are the wires twisted?
by grovkillen
22 Jan 2020, 14:03
Forum: ESP Easy: General Discussion
Topic: Dallas DS18b20 strage behaviour
Replies: 11
Views: 9694

Re: Dallas DS18b20 strage behaviour

And you know the signal is good enough? How long are the cables etc?
by grovkillen
20 Jan 2020, 22:58
Forum: ESP Easy: General Discussion
Topic: Using curl/http to read a value of a ds18b20
Replies: 5
Views: 6904

Re: Using curl/http to read a value of a ds18b20

The latest are really stable but be aware the that the config isn't compatible with the R147 version so make sure you take the settings some other way (screenshots or notes).
by grovkillen
20 Jan 2020, 21:42
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 51261

Re: Change PWM Frequency ?

Why not have a rule that trigger a relay in the case of PWM set to 0?
by grovkillen
20 Jan 2020, 21:37
Forum: ESP Easy: Hardware
Topic: SHT3x - no readings
Replies: 8
Views: 12755

Re: SHT3x - no readings

amiable wrote: 20 Jan 2020, 20:55 Thanks for the reply.
My fault: it was cold joint on SDA connector :oops: . I noticed only when I used the magnifying glass. I corrected the soldering and now everything works perfectly.
Great! ;)
by grovkillen
20 Jan 2020, 21:35
Forum: ESP Easy: General Discussion
Topic: Using curl/http to read a value of a ds18b20
Replies: 5
Views: 6904

Re: Using curl/http to read a value of a ds18b20

http://192.168.178.246/json?tasknr=1

Will filter the json.

See more URL filters here: https://github.com/letscontrolit/ESPEas ... ON.ino#L12

PS. By the looks of your json string it seems to me you're running an old version?
by grovkillen
20 Jan 2020, 18:11
Forum: ESP Easy: Hardware
Topic: SHT3x - no readings
Replies: 8
Views: 12755

Re: SHT3x - no readings

Then it's up to you to find any hardware errors...?
by grovkillen
20 Jan 2020, 16:26
Forum: ESP Easy: Hardware
Topic: SHT3x - no readings
Replies: 8
Views: 12755

Re: SHT3x - no readings

Does the i2c scanner (found under tools) show the sensor?
by grovkillen
19 Jan 2020, 12:22
Forum: Introduce yourself
Topic: Hi all from Spain
Replies: 1
Views: 6389

Re: Hi all from Spain

Welcome and thank's for the feedback :)
by grovkillen
18 Jan 2020, 22:21
Forum: ESP Easy: Software
Topic: value with the date and time.
Replies: 5
Views: 5191

Re: value with the date and time.

You might need to have it as URL syntax?
by grovkillen
18 Jan 2020, 22:18
Forum: ESP Easy: Projects / Applications
Topic: Two way switch for light
Replies: 6
Views: 16958

Re: Two way switch for light

In you case you could simplify like this perhaps: On System#Boot Do Monitor,GPIO,12 Monitor,GPIO,14 EndOn On GPIO#12 Do Let,12,%eventvalue% Let,1,[INT#12]*[INT#14] EndOn On GPIO#14 Do Let,14,%eventvalue% Let,1,[INT#12]*[INT#14] Endon On msg Do Let,2,%eventvalue% Event,ToggleSwitch EndOn On ToggleSwi...
by grovkillen
17 Jan 2020, 10:13
Forum: ESP Easy: Software
Topic: Mega (V2.0.0) OTA firmware updates on 1MB modules
Replies: 47
Views: 32320

Re: Mega (V2.0.0) OTA firmware updates on 1MB modules

Well I think it is working work OTA now but since I'm doing 100% development of the new GUI as of the last 4-5 month I haven't been testing any new firmware stuff. Perhaps @TD-er can shed some light?
by grovkillen
14 Jan 2020, 19:49
Forum: ESP Easy: General Discussion
Topic: Rules HTTP call
Replies: 6
Views: 6529

Re: Rules HTTP call

Dick60 wrote: 14 Jan 2020, 19:02 Thanks for all the help and it worked for me. I upgraded to version 20191208, activated the tolerant option and finalized this project.
:mrgreen:
Great! Thanks for the feedback
by grovkillen
13 Jan 2020, 22:36
Forum: ESP Easy: General Discussion
Topic: Rules HTTP call
Replies: 6
Views: 6529

Re: Rules HTTP call

The reason is that it will make the rules engine parser more reliable.
by grovkillen
13 Jan 2020, 22:15
Forum: ESP Easy: General Discussion
Topic: Rules HTTP call
Replies: 6
Views: 6529

Re: Rules HTTP call

You can either check/uncheck the tolerant rules option under "advanced" or enclose the entire thing with '
by grovkillen
12 Jan 2020, 23:30
Forum: ESP Easy: Hardware
Topic: Sonoff new board flashing
Replies: 5
Views: 8637

Re: Sonoff new board flashing

You need to turn off the serial (set in the advanced section) and configure it like any other device (set it up on the device page,).
by grovkillen
12 Jan 2020, 19:14
Forum: ESP Easy: Hardware
Topic: Sonoff new board flashing
Replies: 5
Views: 8637

Re: Sonoff new board flashing

That version should work. What tutorials do you use?
by grovkillen
12 Jan 2020, 02:55
Forum: ESP Easy: Hardware
Topic: time relay 2 canal
Replies: 7
Views: 9673

Re: time relay 2 canal

christianh wrote: 12 Jan 2020, 00:07 Your are joking Guy..... Whats you thougt have eine at least...,.
No need for that.

You linked to a firmware which isn't ours... What's the plan? Are you going to use ESP Easy or not?
by grovkillen
11 Jan 2020, 13:01
Forum: ESP Easy: Hardware
Topic: time relay 2 canal
Replies: 7
Views: 9673

Re: time relay 2 canal

Ok, that's good. Then you need to have a serial adapter to program it.
by grovkillen
10 Jan 2020, 18:06
Forum: ESP Easy: Hardware
Topic: time relay 2 canal
Replies: 7
Views: 9673

Re: time relay 2 canal

You need to look and see if the memory is 1MB or 512kB
by grovkillen
10 Jan 2020, 17:15
Forum: ESP Easy: Hardware
Topic: time relay 2 canal
Replies: 7
Views: 9673

Re: time relay 2 canal

You're trying to install ESP Easy or what?
by grovkillen
07 Jan 2020, 16:09
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210448

Re: Hardware Watchdog Reboots

bojan wrote: 07 Jan 2020, 14:30 The mega-20191208 build solved my longstanding hardware watchdog reboot issue on one of my ESP nodes. Finally...
Great! :D
by grovkillen
07 Jan 2020, 12:37
Forum: ESP Easy: Software
Topic: LWT messages how often
Replies: 1
Views: 3844

Re: LWT messages how often

LWT is a message that the broker will send when it hasn't heard from the client within set amount of seconds. You should probably look into having the unit publish a "ping" message. This can be done using rules or a switch plugin (set it to a none used GPIO and interval of let's say 30 sec...
by grovkillen
06 Jan 2020, 20:18
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 210448

Re: Hardware Watchdog Reboots

Thanks for the feedback. Have you looked at the new GUI we're creating?
by grovkillen
06 Jan 2020, 04:54
Forum: Introduce yourself
Topic: a beginner from italy
Replies: 1
Views: 6390

Re: a beginner from italy

Welcome to the community
by grovkillen
03 Jan 2020, 21:40
Forum: ESP Easy: Projects / Applications
Topic: Digital Wireless WiFi Smart Programmable Thermostat
Replies: 7
Views: 14691

Re: Digital Wireless WiFi Smart Programmable Thermostat

Why don't just contact the manufacturer about the wish of having ESP Easy working with their hardware. We only need to know the communication and we'd be able to add it as a plugin. You'd be surprised over how well willingly many companies are.
by grovkillen
03 Jan 2020, 10:04
Forum: ESP Easy: Hardware
Topic: WIFI : Disconnected! Reason: '(200) Beacon timeout'
Replies: 74
Views: 129232

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

Have you tried the latest release?
by grovkillen
02 Jan 2020, 15:29
Forum: ESP Easy: General Discussion
Topic: Pulse: no event for first status change?
Replies: 1
Views: 3860

Re: Pulse: no event for first status change?

Yes that would be expected. Please open a new issue on GitHub.
by grovkillen
01 Jan 2020, 17:45
Forum: ESP Easy: General Discussion
Topic: MQTT and SYSLOG
Replies: 5
Views: 6488

Re: MQTT and SYSLOG

What's the problem with MQTT? If you connect to the broker with a client app, do that work?
by grovkillen
29 Dec 2019, 19:52
Forum: ESP Easy: General Discussion
Topic: Pulse GPIO problem (stuck-reboot)
Replies: 5
Views: 5430

Re: Pulse GPIO problem (stuck-reboot)

The settings of the R version isn't compatible with the new version. You need to flash a blank before the new flash. Remember to write the settings down.
by grovkillen
29 Dec 2019, 16:43
Forum: ESP Easy: General Discussion
Topic: Pulse GPIO problem (stuck-reboot)
Replies: 5
Views: 5430

Re: Pulse GPIO problem (stuck-reboot)

The R120 version is not ideal when doing pulse. You say it should put GPIO 13 to high for 500 seconds. And since that version is really old and not well planned it's blocking, meaning that it will just idle for that period... I suggest you install latest version from GitHub. Edit: I misunderstood, b...
by grovkillen
28 Dec 2019, 15:11
Forum: ESP Easy: General Discussion
Topic: MQ-7 support
Replies: 8
Views: 15822

Re: MQ-7 support

The formula is up to you to create, it's a specific field that you can use for that.
by grovkillen
26 Dec 2019, 19:00
Forum: ESP Easy: Software
Topic: Turn on a GPIO every minute for 5 seconds. what am I doing wrong
Replies: 13
Views: 10229

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

You would use dummy variables. And you can use clock together with timers. So it's really up to you what your plans look like. You have the week day number that you can use and for each Monday you add one to the dummy. When it's = 4 you execute the code. Next Monday you reset it to 1.
by grovkillen
26 Dec 2019, 18:58
Forum: ESP Easy: Software
Topic: wie kann ich 3 Unterschiedliche MQTT Server unter rulseinzeln ansprechen
Replies: 5
Views: 5720

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

Yes maybe. We have a lot on our plate at the moment. It's not part of the to-do list for the next version. I
by grovkillen
26 Dec 2019, 16:46
Forum: ESP Easy: Software
Topic: wie kann ich 3 Unterschiedliche MQTT Server unter rulseinzeln ansprechen
Replies: 5
Views: 5720

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

Ok I understand but that is not currently possible with one unit.
by grovkillen
26 Dec 2019, 16:45
Forum: ESP Easy: Software
Topic: Turn on a GPIO every minute for 5 seconds. what am I doing wrong
Replies: 13
Views: 10229

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

Either use a timer or use the syntax **:** which will trigger every minute.
by grovkillen
26 Dec 2019, 04:52
Forum: ESP Easy: Software
Topic: Limited number of devices to choose of
Replies: 6
Views: 6034

Re: Limited number of devices to choose of

Since you're compiling a custom version you need to add the plugins you want. But it sounds to me that you should go with our release bins instead.