Search found 66 matches

by ewaldharmsen
14 Jul 2023, 19:53
Forum: ESP Easy: Software
Topic: P012 plugin - LCD display
Replies: 23
Views: 2343

Re: P012 plugin - LCD display

Yes I have the potentiometer. If I turn it all the way I see something but not clearly.
by ewaldharmsen
14 Jul 2023, 14:27
Forum: ESP Easy: Software
Topic: P012 plugin - LCD display
Replies: 23
Views: 2343

Re: P012 plugin - LCD display

I am using this plugin today for the first time.

Thanks for the hard work

Its working fine except the brightness of the text.

I need to put the contrast all the way to one side to even see the text but its barely visible.

Anything I can do?
by ewaldharmsen
14 Jul 2023, 14:21
Forum: ESP Easy: Software
Topic: http: C001 cnnection failed
Replies: 9
Views: 1486

Re: http: C001 cnnection failed

Flashed it with todays latest version and it works now
by ewaldharmsen
03 May 2023, 06:42
Forum: ESP Easy: Software
Topic: http: C001 cnnection failed
Replies: 9
Views: 1486

Re: http: C001 cnnection failed

Image
Ath wrote: 01 May 2023, 08:36 Can you please attach the screenshot in the forum? External services tend to 'lose' those images after a while, and throw adds at you when trying to view the image.
I don’t know how to do that
by ewaldharmsen
01 May 2023, 07:41
Forum: ESP Easy: Software
Topic: Pulse not working
Replies: 4
Views: 963

Re: Pulse not working

When you give these manual commands on the tools page to toggle the pin, does it then toggle? gpio,5,1 gpio,5,0 This to make sure your pin isn't pulled up somehow. Just for reference the documentation: https://espeasy.readthedocs.io/en/latest/Plugin/P000.html?highlight=longpulse#internal-gpio Is th...
by ewaldharmsen
01 May 2023, 07:37
Forum: ESP Easy: Software
Topic: Pulse not working
Replies: 4
Views: 963

Re: Pulse not working

Ath wrote: 15 Apr 2023, 10:10 What release of ESPEasy do you have installed on your unit? (name of the .bin file please, can be found on the Info page, or in more recent releases, at the footer of each page)
ESP_Easy_mega_20230306_normal_ESP8266_1M
by ewaldharmsen
15 Apr 2023, 07:22
Forum: ESP Easy: Software
Topic: Pulse not working
Replies: 4
Views: 963

Pulse not working

I have tried using pulse and LongPulse, to turn on gpio 5 which the relay of a sonoff dual r2 for 15 seconds, but it will always stay high and the device stays on until I switch it off. On Clock#Time=All,06:00 do SendToHTTP, 192.168.1.200,8080,/json.htm?param=switchlight&type=command&idx=60&...
by ewaldharmsen
15 Apr 2023, 07:19
Forum: ESP Easy: Software
Topic: http: C001 cnnection failed
Replies: 9
Views: 1486

Re: http: C001 cnnection failed

Well I do have http enable as sendHTTP is working…
by ewaldharmsen
07 Apr 2023, 19:27
Forum: ESP Easy: Software
Topic: http: C001 cnnection failed
Replies: 9
Views: 1486

http: C001 cnnection failed

I have added domoticz as a controller. I always get this error: http: C001 cnnection failed and the device does not get updated in domoticz. I also tried the generic http controller with this Controller Publish command: /json.htm?param=udevice&type=command&idx=%id%&nvalue=0&svalue=%v...
by ewaldharmsen
21 Mar 2021, 12:49
Forum: ESP Easy: General Discussion
Topic: ESP32 and Deepsleep
Replies: 7
Views: 10305

Re: ESP32 and Deepsleep

How can use external interrupts on esp32 with esp easy?
Is it possible to both use exernal interrupts and timed wake up with esp easy on esp32?
by ewaldharmsen
07 Oct 2019, 16:02
Forum: ESP Easy: General Discussion
Topic: How to find out what triggered a wake up
Replies: 7
Views: 10822

Re: How to find out what triggered a wake up

Thanks,

will try something like this:

Code: Select all

on System#Sleep do
  Let,1,%unixday_sec%
endon 
  
on Time#Initialized do
  if %unixday_sec% - %v1% < 600
    WAKE FROM EVENT
  else
    WAKE FROM timer
endif
by ewaldharmsen
07 Oct 2019, 15:05
Forum: ESP Easy: General Discussion
Topic: How to find out what triggered a wake up
Replies: 7
Views: 10822

Re: How to find out what triggered a wake up

Sounds like a plan!
How do I do that?
In rules?
by ewaldharmsen
07 Oct 2019, 12:05
Forum: ESP Easy: General Discussion
Topic: How to find out what triggered a wake up
Replies: 7
Views: 10822

How to find out what triggered a wake up

I have enabled deep sleep.
The device auto wakes every 10 minutes for 30 seconds.

But I also have attached a rain gauge which wakes the device.

How can I see what has waked the device? The timer or the gauge?
by ewaldharmsen
07 Oct 2019, 11:11
Forum: ESP Easy: Software
Topic: Modem sleep
Replies: 18
Views: 20851

Re: Modem sleep

ok thanks!
by ewaldharmsen
07 Oct 2019, 09:51
Forum: ESP Easy: Software
Topic: Modem sleep
Replies: 18
Views: 20851

Re: Modem sleep

What is the current status of this?
I want to use this functionality, but I want to know how I can implement this in the last build of esp easy
by ewaldharmsen
08 Apr 2019, 08:16
Forum: ESP Easy: Software
Topic: Soft reboots
Replies: 1
Views: 1869

Soft reboots

hello,

I installed the latest release last Friday on a soon Basic. But it is far from stable. It reboots every half hour on average. Before it didn't act like that and it has the same configuration as then.

How can this be solved, anybody an idea?
by ewaldharmsen
29 Oct 2018, 09:17
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

A I completely missed the puma release, just tested that this morning, and it works!
Thanks.

Now just waiting for a stable release of that one.
by ewaldharmsen
27 Oct 2018, 17:50
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

I have the same problem with a S26 device some more information:
Chip ID: 0x00181536
Manufacturer: 85
Device: 6014
Detected flash size: 1MB
by ewaldharmsen
26 Oct 2018, 10:35
Forum: ESP Easy: Software
Topic: Best way for inter-unit communication
Replies: 4
Views: 3050

Re: Best way for inter-unit communication

thanks, so I believe I need to use publish instead of sendto in that case.
But how do I know the publish action succeeds?
by ewaldharmsen
26 Oct 2018, 08:16
Forum: ESP Easy: Software
Topic: Best way for inter-unit communication
Replies: 4
Views: 3050

Best way for inter-unit communication

Hi all,

Currently I send data between 2 units with the sendto command.
But I never know if this command arrives, so I just keep sending it every 5 seconds.

Is there another way to communicate in such a way that the receiving unit send a return message?
by ewaldharmsen
23 Oct 2018, 09:07
Forum: ESP Easy: General Discussion
Topic: [FIXED] Problem with Rules - Clock#Time event
Replies: 22
Views: 22061

Re: [FIXED] Problem with Rules - Clock#Time event

Good one I fixed it like so:

Code: Select all

On Clock#Time=All,7:30
   If %sysweekday% >1 and %sysweekday% < 7
      gpio,13,0
   endif
endon
Thanks!
by ewaldharmsen
22 Oct 2018, 09:05
Forum: ESP Easy: General Discussion
Topic: [FIXED] Problem with Rules - Clock#Time event
Replies: 22
Views: 22061

Re: [FIXED] Problem with Rules - Clock#Time event

I have a similar problem, I want to have an action every work day at 7:30 but in the weekend at 9:30.
Is this possible in an easy way?

O should I create 7 if statements?
by ewaldharmsen
19 Oct 2018, 09:44
Forum: ESP Easy: Software
Topic: elseif in rules
Replies: 4
Views: 3843

Re: elseif in rules

I found a solution you can do it like this:

Code: Select all

On Rules#Timer=4 do
   if [Dummy#LongLight]=1 and [LED#State]=0 
      gpio,13,1
   endif
   if [Dummy#LongLight]=1 and [LED#State]=1
      gpio,13,0
   endif
   if [Dummy#LongLight]=1
      timerSet,4,1
   endif
Endon
by ewaldharmsen
12 Oct 2018, 10:08
Forum: ESP Easy: Software
Topic: elseif in rules
Replies: 4
Views: 3843

Re: elseif in rules

I want to have this:

Code: Select all

if X and Y
   do somethingv1
elseif X
   do something 2
else
   do something 3
endif
by ewaldharmsen
11 Oct 2018, 19:30
Forum: ESP Easy: Software
Topic: elseif in rules
Replies: 4
Views: 3843

elseif in rules

Rules is better than ever as it now supports and/or.

But does it also support else if statements? Or any plans to support it?
by ewaldharmsen
11 Oct 2018, 19:24
Forum: ESP Easy: Hardware
Topic: table presence
Replies: 6
Views: 5001

table presence

Hello all, I have a dining table made of wood. To if the lights above the table should go on I have mounted a PIR(with smallest sensitivity) in the ceiling above it. However it is not working well for two reasons: 1) When it is dark and I walk by the table on lets say a 2 meters distance, the lights...
by ewaldharmsen
01 Oct 2018, 17:30
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

I tried several, including 20181001. I get this: RESET: Resetting factory defaults... RESET: Warm boot, reset count: 3 RESET: Too many resets, protecting your flash memory (powercycle to solve this) Exception (0): epc1=0x4000e25d epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000 ct...
by ewaldharmsen
01 Oct 2018, 11:27
Forum: ESP Easy: Software
Topic: Can I use GPIO 5 on my Sonoff Basic?
Replies: 4
Views: 4938

Re: Can I use GPIO 5 on my Sonoff Basic?

I found this great guide: www.jackenhack.com/sonoff-switch-i2c/amp/?source=images
It shows how to use GPIO 4 and 5 on a Sonoff Basic.
But I need to upgrade my soldering skills for that:)

For now I will use gpio 13
by ewaldharmsen
01 Oct 2018, 11:26
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

but I now have the same problem on a Sonoff basic...
I received it by mail and flashed the latest version of ESP easy on, the unit keeps rebooting.

On the Sonoff Dual which I received on the same time, it works fine.

Flashing it with a blank does not help.

Flashing it with ESP 148 does work...
by ewaldharmsen
12 Sep 2018, 20:32
Forum: ESP Easy: Software
Topic: Problems with rules
Replies: 2
Views: 2586

Problems with rules

I have a strange problem with rules on the latest version of esp easy when I do this: On Time#Initialized do //When the time is set, do event TurnOnLight endon on TurnOnLight do If %syshour% > 12 and %syshour% < 18 gpio,12,1 Endif endon The code works. But when I do this: On Time#Initialized do //Wh...
by ewaldharmsen
07 Sep 2018, 09:49
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

Thank you very much, first using the blank solved my problem!
by ewaldharmsen
05 Sep 2018, 14:19
Forum: uPyEasy: General Discussion
Topic: uPyEasy vs ESP Easy Mega
Replies: 1
Views: 10846

uPyEasy vs ESP Easy Mega

I have a question about uPyEasy. How does it compare to Esp Easy mega (v2)?

Is this sort of version 3 of Esp Easy, or is it more like being a different version of Esp Easy with a different purpose?

How should I choose between ESP Easy v2 and uPyEasy?
by ewaldharmsen
04 Sep 2018, 12:55
Forum: ESP Easy: Software
Topic: Can I use GPIO 5 on my Sonoff Basic?
Replies: 4
Views: 4938

Re: Can I use GPIO 5 on my Sonoff Basic?

Ok thanks for the answer. I am curious why, is the GPIO 5 used for something else?
by ewaldharmsen
04 Sep 2018, 12:54
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

Thanks, will do that!
by ewaldharmsen
04 Sep 2018, 12:00
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

No, how do I do that?
by ewaldharmsen
04 Sep 2018, 11:25
Forum: ESP Easy: Software
Topic: Can I use GPIO 5 on my Sonoff Basic?
Replies: 4
Views: 4938

Can I use GPIO 5 on my Sonoff Basic?

I am looking into using more GPIO's on my son off basic then the 3 available (1,3,14). Can I use GPIO 5 for instance? Because when I create a switch input based on gpis 5 and do http://<espeasyip>/control?cmd=GPIO,5,1 I see in the log that the value is changed to 1, but when I look at the device, it...
by ewaldharmsen
04 Sep 2018, 11:18
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

Re: release does not work on my Sonoff SV

I did it via serial, tried 4 different methods of applying it: DOUT, etc.
by ewaldharmsen
03 Sep 2018, 09:12
Forum: ESP Easy: Software
Topic: release does not work on my Sonoff SV
Replies: 14
Views: 9373

release does not work on my Sonoff SV

Using the latest build, I cannot get my Sonoff SV to get to work. The latest esp easy version (147) works without a problem. I get this error: INIT : Booting version: mega-20180903 (ESP82xx Core 00000000, NONOS SDK 2.2.1(cf d48f3), LWIP: 2.0.3) 94 : INIT : Warm boot #10 - Restart Reason: Exception 9...
by ewaldharmsen
31 Aug 2018, 16:27
Forum: ESP Easy: Software
Topic: Mega (V2.0.0) OTA firmware updates on 1MB modules
Replies: 47
Views: 32348

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

In the mean time: home can I make a custom build with only the plug-ins included I need?
by ewaldharmsen
26 Aug 2018, 20:47
Forum: ESP Easy: Software
Topic: Mega (V2.0.0) OTA firmware updates on 1MB modules
Replies: 47
Views: 32348

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

I also look forward to be able to update OTA my devices!
by ewaldharmsen
24 Jun 2018, 22:29
Forum: ESP Easy: Software
Topic: UDP connectivity problem
Replies: 2
Views: 2671

Re: UDP connectivity problem

That did the trick! I did a reboot, that did not help. But switching the power helped. Thanks!
by ewaldharmsen
23 Jun 2018, 21:59
Forum: ESP Easy: Software
Topic: UDP connectivity problem
Replies: 2
Views: 2671

UDP connectivity problem

I have a very weird UDP problem. My device communicate at UDP port 9090. Yesterday a flashed a son off dual with the latest mega release. I configured it with that port, and gave it an unique unit number (17). The problem is that there is only one-way communication. All my other devices see number 1...
by ewaldharmsen
23 Jun 2018, 21:50
Forum: ESP Easy: Software
Topic: Updating to mega
Replies: 5
Views: 5709

Re: Updating to mega

thanks, I know that link.
The problem is that that page is not available
by ewaldharmsen
23 Jun 2018, 09:13
Forum: ESP Easy: Software
Topic: Updating to mega
Replies: 5
Views: 5709

Updating to mega

Hi All, I have a lot of devices running on esp easy R147. All Sonoff Basics. I want to upgrade them to esp mega. Unitl now I did not succeed in flashing them over the air. What I tried: 1) Direct from 147 to ESP_Easy_mega-20180621 --> I get the message "Update failed!" 2) 147 --> 120: succ...
by ewaldharmsen
08 Jun 2018, 08:37
Forum: ESP Easy: Software
Topic: ESP Easy mega not workign on Sonoff SV
Replies: 5
Views: 4545

Re: ESP Easy mega not workign on Sonoff SV

No, via serial.

After that I used a serial monitor to see what was going wrong
by ewaldharmsen
08 Jun 2018, 08:28
Forum: ESP Easy: Software
Topic: ESP Easy mega not workign on Sonoff SV
Replies: 5
Views: 4545

ESP Easy mega not workign on Sonoff SV

Hi All, I have a Sonoff SV, which is working fine on Esp Easy build 147. A long time ago I updated it to Mega build 2000, and that works fine as well. This week I updated it to the latest release but then the devices comes into a boot loop. I tried ESPEasy_mega-20180524,ESPEasy_mega-20180517 and ESP...
by ewaldharmsen
11 Feb 2018, 11:04
Forum: ESP Easy: Hardware
Topic: IR TX on RULES based
Replies: 1
Views: 3011

Re: IR TX on RULES based

I guess you need to use this command: SendToHTTP 192.168.5.143,80,/control?cmd=IRSEND,NEC,E17A48B7,32
by ewaldharmsen
08 Feb 2018, 13:21
Forum: ESP Easy: Software
Topic: Serial output of RFlink and rules
Replies: 3
Views: 2916

Re: Serial output of RFlink and rules

Thanks! That works indeed:)
by ewaldharmsen
08 Feb 2018, 13:20
Forum: RFlink: General Discussions
Topic: Stand alone RFlink
Replies: 2
Views: 3507

Re: Stand alone RFlink

thank you very much! works like a charm