Search found 113 matches

by _Cyber_
27 Mar 2024, 14:32
Forum: ESP Easy: General Discussion
Topic: notifications tab missing in collection c esp8266
Replies: 2
Views: 28

notifications tab missing in collection c esp8266

I am using besides the normal build also the collection C build.

I noticed, that there the notification tab is missing.
on navigating with /notifications the UI is there, and at least SMTP works as well as on normal build.

maybe it is a oversight that the tab on top is not presented?

BR
Alois
by _Cyber_
03 Jul 2023, 10:48
Forum: ESP Easy: General Discussion
Topic: does not wifi-connect with attached serial client
Replies: 5
Views: 787

Re: does not wifi-connect with attached serial client

so, in the stalled state, even with enter it does simply nothing. with a lot resets in a row, it booted now with connecting wifi correctly. so this means the USB connection does not provide enough power to show serial and connect to wifi simultaneously? and, the other bad thing, I cannot reproduce t...
by _Cyber_
03 Jul 2023, 09:47
Forum: ESP Easy: General Discussion
Topic: does not wifi-connect with attached serial client
Replies: 5
Views: 787

Re: does not wifi-connect with attached serial client

yes, powered over USB only.
the serial console is stalled, so typing has no effect.
by _Cyber_
03 Jul 2023, 09:16
Forum: ESP Easy: General Discussion
Topic: does not wifi-connect with attached serial client
Replies: 5
Views: 787

does not wifi-connect with attached serial client

hi, I am trying to debug a issue which leads to resets on my ESP32. it likes to reboot since I updated from ESP_Easy_mega_20221224_normal_ESP32_4M316k.bin to ESP_Easy_mega_20230508_normal_ESP32_4M316k.bin where "Last Action before Reboot" looks always to be "Const Interval: TIMER_20MS...
by _Cyber_
05 Jun 2023, 14:46
Forum: ESP Easy: Software
Topic: reconnect Wifi to other AP
Replies: 2
Views: 870

Re: reconnect Wifi to other AP

:lol: with "wifidisconnect" it works - I am always very cautious with commands and buttons which sound like disconnecting from network ...

thanks. :-)
by _Cyber_
05 Jun 2023, 13:15
Forum: ESP Easy: Software
Topic: reconnect Wifi to other AP
Replies: 2
Views: 870

reconnect Wifi to other AP

Hi, is there a possibility to reconnect a ESP to the other configured wifi AP? I have per floor an AP, if the ESP loses (by whatever reason) the connection to it's floor-AP anoter one is normally also reachable. The ESP then is stuck to this, irregardless the other one would be available in the mean...
by _Cyber_
19 Oct 2022, 09:29
Forum: ESP Easy: General Discussion
Topic: State received 2 times by Nodered
Replies: 23
Views: 2889

Re: State received 2 times by Nodered

in node red, use the "delay" node to put a rate limit in your flow.
it's quite hidden, there you can define the period where your superfluous messages will be dropped and only one will get forwarded.

e.g.:
rate_limit.png
rate_limit.png (14.27 KiB) Viewed 2718 times
by _Cyber_
18 Aug 2022, 15:57
Forum: ESP Easy: General Discussion
Topic: version 20220809 eventvalue=0 does not work any more?
Replies: 8
Views: 2840

Re: version 20220809 eventvalue=0 does not work any more?

the zero eventvalue works with this build again.

i have flashed ESP_Easy_mega_20220818_normal_ESP32_4M316k.bin - I am on the ESP32 now still at mode:DOUT, clock div:2 so I guess I can not change this mode any more to test update as well?
by _Cyber_
18 Aug 2022, 11:04
Forum: ESP Easy: General Discussion
Topic: version 20220809 eventvalue=0 does not work any more?
Replies: 8
Views: 2840

Re: version 20220809 eventvalue=0 does not work any more?

Yep, so we're now at 3 quite serious issues since the last build... (this one and issues with flashing ESP32 boards and Homey HTTP controller no longer works with authentication) Well that will teach me not to mention to Ton that we haven't seen any issues about the new build in the 2 days after I ...
by _Cyber_
18 Aug 2022, 10:54
Forum: ESP Easy: General Discussion
Topic: ESP32 update to 20220809 - does not boot any more
Replies: 3
Views: 4826

Re: ESP32 update to 20220809 - does not boot any more

thank you both for your hard work.

this is the time where I am glad I did not solder the ESP32 directly, instead used a legged one and soldered sockets for it. :-)
by _Cyber_
15 Aug 2022, 17:32
Forum: ESP Easy: General Discussion
Topic: version 20220809 eventvalue=0 does not work any more?
Replies: 8
Views: 2840

version 20220809 eventvalue=0 does not work any more?

Hello, after update from 20220616 to 20220809 (ESP32 normal build in both cases) it looks like a event where eventvalue1 equals 0 is ignored. following command and following rules: command: event,ControlSZ=0 on ControlSZ do Let,5,1 // Taskvalue Device Let,6,2 // Taskvalue Variable Let,7,=[SZ#S1] // ...
by _Cyber_
15 Aug 2022, 17:05
Forum: ESP Easy: General Discussion
Topic: ESP32 update to 20220809 - does not boot any more
Replies: 3
Views: 4826

ESP32 update to 20220809 - does not boot any more

after update from 20220616 to 20220809 my ESP32 did not boot any more. on serial it stucks with the following lines: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3...
by _Cyber_
29 Jun 2022, 07:06
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 960748

Re: Serial MCU controlled relay/switch

the status is possible with: http://192.168.10.244/json?view=sensorupdate&tasknr=1 pulsing the relay (at least with longpulse) currently does only work with the firmware attached in this forum thread. it does not work with the released testing firmware - see https://github.com/letscontrolit/ESPE...
by _Cyber_
19 May 2022, 07:58
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% rules do not work any more
Replies: 7
Views: 4539

Re: %sunrise% and %sunset% rules do not work any more

You can also test it by setting the time/date right before sunrise/sunset, so you don't need to wait almost a day ;) See the "datetime" command: https://espeasy.readthedocs.io/en/latest/Reference/Command.html?highlight=datetime#internal-commands but then our shutters start to twinkle arou...
by _Cyber_
18 May 2022, 06:45
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% rules do not work any more
Replies: 7
Views: 4539

Re: %sunrise% and %sunset% rules do not work any more

hm, no, again the sunset email was sent at midnight, no sunrise at all. I have now merged the three Clock#Time Rules into one on - endon block with if-clauses inside. and again enabled the "Optimize Rules Cache Event Order" - lets have a look if it is working then ... disabling the "C...
by _Cyber_
16 May 2022, 09:56
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% rules do not work any more
Replies: 7
Views: 4539

Re: %sunrise% and %sunset% rules do not work any more

thanks, I will report back if disabling "Optimize Rules Cache Event Order" fixes. :-)

BR
Alois

//Edit: at least without reboot this did not help. although I received at midnight the %sunset% email ... :o
I rebooted now and will have a further look today evening and tomorrow morning.
by _Cyber_
16 May 2022, 06:52
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% rules do not work any more
Replies: 7
Views: 4539

%sunrise% and %sunset% rules do not work any more

hello, %sunrise% and %sunset% rules do not work any more. I am using ESP_Easy_mega_20220427_normal_ESP32_4M316k with NTP as time source. Local Time: 2022-05-16 06:43:46 Time Source: NTP Time Wander: -0.026 [msec/sec] Latitude and Longitude are accordingly set. Variables are set: %sunset% 20:45 20%3a...
by _Cyber_
13 May 2022, 09:58
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

During last night there were no pulses lost with "change" mode and 100ms debounce time. ;) :) :D
by _Cyber_
12 May 2022, 12:11
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

having on D1 and D2 on the same time a pulse is very unlikely - there are pulserates of about 30seconds to 3 Minutes on both - so the possibility to fetch the 30ms at the same time is very unlikely. one of the counters stopped working over night. after setting it to mode "Change" it works ...
by _Cyber_
11 May 2022, 15:33
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

thank you for your recommendations. removed the orange 10k resistors (had already tests done without them) and changed the two 3.3k to 4.7k one. additionally, as D5 and D6 did not work relieable, changed to D1 and D2. now I can see it working with about 10% loss of the pulses, on both counters. do y...
by _Cyber_
10 May 2022, 11:20
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

thanks for your time and help! currently it looks like this: Circuit.png Counting the pulses on D7 (GPIO-13) of the EX-26A works. There are two S0 counters, red and orange. both do not work. in the green rectangles I measured the voltage divider, so manually closing the "S0" switch and put...
by _Cyber_
10 May 2022, 06:40
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

the "working" measurement were wrong one, so pulses seemed not related to the pulses of the S0 counter. In the meanwhile I have tried to add a 10k between GND and the GPIO to pull the GPIO to low until a pulse triggers. so far it has not counted any more anything, so in a complete, but sta...
by _Cyber_
08 May 2022, 22:41
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

:? The one on D6 started working after setting debounce from 100 to 0ms
The other did not until moving from D5 to D2 (and also debounce to 0ms)

:? :? :?
by _Cyber_
08 May 2022, 14:43
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

I tried to understand, i am sure i did not. I have now changed the s0 input voltage to 12v. before connecting it to gnd i have two resistors placed, 3.3k, 10k, then to ground. Between the two resistors there is the leg which goes to the gpio. If i connect only the +12v and gnd (and bridge the two en...
by _Cyber_
04 May 2022, 11:31
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

Re: S0 Electricity meter on pulse counter does not work

hm, from the manual: Pulse output - OC, 12 ... 27 V / 27 mA (max) / 90 ms

means I need to put 12V on the + I guess.
by _Cyber_
04 May 2022, 08:14
Forum: ESP Easy: Projects / Applications
Topic: S0 Electricity meter on pulse counter does not work
Replies: 17
Views: 8594

S0 Electricity meter on pulse counter does not work

Hi, have a wemos D1 with latest espeasy build (2022_04_27). Attached to it and working: An Panasonic EX-26A to collect pulses from a watermeter. I attached it as shown here (https://github.com/Froschie/water-meter#connection-diagram) in the schematics exactly the same way, but on D7 Pin - so there i...
by _Cyber_
04 May 2022, 07:55
Forum: ESP Easy: General Discussion
Topic: Nesting level for events
Replies: 4
Views: 4147

Re: Nesting level for events

yes, I am running the latest build. I saw the removal of the 4 eventvalues restriction, I think this will help, but I need to rework the rules for using this. Will have a look at it on next spare time :-)
by _Cyber_
29 Apr 2022, 19:05
Forum: ESP Easy: General Discussion
Topic: Nesting level for events
Replies: 4
Views: 4147

Re: Nesting level for events

I use asyncevents where possible, but in these cases i can not because before firing the event I set variables which are used in the event itself. With asyncevent only the "last" would win.

For now i duplicated again code, I am only one event too deep :twisted:
by _Cyber_
29 Apr 2022, 17:03
Forum: ESP Easy: General Discussion
Topic: Nesting level for events
Replies: 4
Views: 4147

Nesting level for events

On optimizing rules I stumbled over the max nesting level of rules engine. Is there a way to extend it dynamically, if not would it be an idea to extend it in code? I think is most probably implemented to avoid endless loops, is it? Thanks. :-) Br Alois 94366064: HTTP: event,ControlZ3=102 94366090: ...
by _Cyber_
19 Apr 2022, 14:21
Forum: ESP Easy: Projects / Applications
Topic: custom event trigger json output possible?
Replies: 3
Views: 5547

Re: custom event trigger json output possible?

another small issue with json-replys, is this already known? http://192.168.10.243/control?cmd=GPIO,2,0 reply with build ESP_Easy_mega_20220328_normal_ESP8266_4M1M: { "log": ": port#2: set to 0", "plugin": 1, "pin": 2, "mode": "output", &qu...
by _Cyber_
17 Apr 2022, 10:52
Forum: ESP Easy: Projects / Applications
Topic: custom event trigger json output possible?
Replies: 3
Views: 5547

Re: custom event trigger json output possible?

the "OK" would be already enough output, but it is not json. so if it would be e.g.: { "reply": "OK" } or, to be distinguishable e.g.: { "event,<eventname>": "OK" } it would be parseable with a "generic" HTTP request node in nodered where a...
by _Cyber_
16 Apr 2022, 18:45
Forum: ESP Easy: Projects / Applications
Topic: custom event trigger json output possible?
Replies: 3
Views: 5547

custom event trigger json output possible?

hello, is there a possibility to get a json-output by http for a custom event triggered? e.g.: http://192.168.10.242/control?cmd=event,poweroff reply is "OK" - which is in nodered then not with the same nodes parseable as e.g. http://192.168.10.242/json?view=sensorupdate&tasknr=4 or ht...
by _Cyber_
30 Mar 2022, 11:30
Forum: ESP Easy: General Discussion
Topic: force time sync by rules possible?
Replies: 9
Views: 7558

Re: force time sync by rules possible?

yes, both are set correct
by _Cyber_
30 Mar 2022, 10:00
Forum: ESP Easy: General Discussion
Topic: force time sync by rules possible?
Replies: 9
Views: 7558

Re: force time sync by rules possible?

so, the good thing, the NTP is working again flawless. I switched from openntpd to ntpd. I still have no idea why openntpd did not work relyable with ESP's. besides this I have update all of my ESPs to the latest version. all? no, there was one which struggles. It is the ESP32 which is in charge for...
by _Cyber_
17 Feb 2022, 08:07
Forum: ESP Easy: General Discussion
Topic: force time sync by rules possible?
Replies: 9
Views: 7558

Re: force time sync by rules possible?

thank you - with this I could set the time. sadly %sunrise% and %sunset% is still at 0:00 I found out, if I use a public ntp server the ESP syncs well. if I use my own it does not sync. trying to switch from openntpd to ntpd maybe this helps. but currently I have again time set on the device :geek: ...
by _Cyber_
16 Feb 2022, 19:22
Forum: ESP Easy: General Discussion
Topic: force time sync by rules possible?
Replies: 9
Views: 7558

force time sync by rules possible?

hi, by whatever reason, my esp32 does no like to sync it's time. installed is ESP_Easy_mega_20210114_normal_ESP32_4M316k I rebooted it, I tcpdumped on the gateway, I can see the NTP communication but the ESP does not set it's time. is there a possibility to set the time anyhow manually or trigger a ...
by _Cyber_
11 Sep 2021, 13:27
Forum: ESP Easy: General Discussion
Topic: lc technology ESP8266 realy x4 Problem
Replies: 11
Views: 20138

Re: lc technology ESP8266 realy x4 Problem

I think you need to reset it.
remove power
press the S2 button and keep pressed
add power to the module

and then do not press again the S1. I did this also accidentally once and hat the same pain as you :D
by _Cyber_
08 Jun 2021, 09:55
Forum: ESP Easy: Software
Topic: #F formatting seems not to work
Replies: 3
Views: 3790

Re: #F formatting seems not to work

yes, you are right - thanks. :-)

Code: Select all

316416: EVENT: calcsleeptime
316442: ACT : Let,1,((9*60)+54)
316449: ACT : Let,2,((9*60)+20)
316452: ACT : Let,3,(594-560)
316456: ACT : Let,4,(34/60)
316460: ACT : Let,5,0
316463: ACT : Let,6,((0.57-0)*60)
by _Cyber_
08 Jun 2021, 09:32
Forum: ESP Easy: Software
Topic: #F formatting seems not to work
Replies: 3
Views: 3790

#F formatting seems not to work

hi, hardware is a wemos D1 mini with a relay shield where the relay switches a babyphone behind. release used is ESP_Easy_mega_20201102_normal_ESP8266_4M1M I am using the webgui.esp and calculate there the last switch, and out of it the sleeping time. :D now there seems to be an issue with the #F fo...
by _Cyber_
06 Apr 2021, 15:13
Forum: ESP Easy: Software
Topic: ESP32 resets on rules processing
Replies: 47
Views: 18605

Re: ESP32 resets on rules processing

thank you. :-) the "winter"-project for the shutters was quite successful, so the legacy buttons on the wall are very very rarely used. :D now the "summer" part wants to start where I control them based on outside temperature. means, some more lines in the in sum over 14k long ru...
by _Cyber_
06 Apr 2021, 14:40
Forum: ESP Easy: Software
Topic: ESP32 resets on rules processing
Replies: 47
Views: 18605

Re: ESP32 resets on rules processing

Those are not yet present, but Grovkillen is also asking me for a while to have the %uptime_ms%, which is essentially millis(). So that will be added soon. The others are also feasible, but I don't know if unixtime_ms is also usable to keep in sync with other nodes as NTP does have a jitter of +/- ...
by _Cyber_
04 Apr 2021, 17:58
Forum: ESP Easy: Software
Topic: ESP32 resets on rules processing
Replies: 47
Views: 18605

Re: ESP32 resets on rules processing

by the way: during looking for the reason the issue has gone away, without any specific idea what was causing... :roll:
by _Cyber_
30 Mar 2021, 15:18
Forum: ESP Easy: Software
Topic: after update: no wifi connection any more, stops at "WIFI : Start network scan"
Replies: 3
Views: 4101

Re: after update: no wifi connection any more, stops at "WIFI : Start network scan"

yes, its an hidden AP.
I guess I cannot fore it anyhow to spawn the AP again? so, unhide SSID, connect (hopefully), tick the hidden ap setting and hide the SSID again? :shock:

Thanks!

BR
Alois
by _Cyber_
30 Mar 2021, 11:20
Forum: ESP Easy: Software
Topic: after update: no wifi connection any more, stops at "WIFI : Start network scan"
Replies: 3
Views: 4101

after update: no wifi connection any more, stops at "WIFI : Start network scan"

I have a wemos D1 mini which is installed (and hardly reachable) behind a control unit of a thermostat. it has there weak, but stable wifi signal (between -80 and -85). I have checked / set in advanced settings: Connection Failure Threshold: 10 Force WiFi B/G: checked Restart WiFi Lost Conn: checked...
by _Cyber_
17 Feb 2021, 09:06
Forum: ESP Easy: Software
Topic: ESP32 resets on rules processing
Replies: 47
Views: 18605

Re: ESP32 resets on rules processing

I powered over the integrated USB-Port (over the CP2102) and as I read about the reset on plugging in the serial line and I could not cut TX line between CP2102 chip and ESP I am now powering over 3.3V pins + FTDI USB2Serial converter. but even there it resetted (the logs above are all with the FTDI...
by _Cyber_
17 Feb 2021, 08:21
Forum: ESP Easy: Software
Topic: ESP32 resets on rules processing
Replies: 47
Views: 18605

Re: ESP32 resets on rules processing

normally I have disabled the debuglog, and also serial console is disabled completely. so I noticed the reboots also with only "Web Log Level" set to "Info", but no client was fetching the weblogs, I assume then it is not generated? the issue with the serial console is, that the ...
by _Cyber_
16 Feb 2021, 17:49
Forum: ESP Easy: Software
Topic: ESP32 resets on rules processing
Replies: 47
Views: 18605

Re: ESP32 resets on rules processing

I noticed, this node got quite unstable, has a uptime of 10mins up to 2 hours, but not more. It is doing nothing, besides one HTTP call a minute (the rule is in rules1.txt at the very front, it is the 3rd on / endon block, 1882 chars are before it). the load is normally below 15% on Clock#Time=All,*...
by _Cyber_
16 Feb 2021, 09:06
Forum: ESP Easy: Software
Topic: ESPEasy Backup script
Replies: 2
Views: 3790

Re: ESPEasy Backup script

Just as a suggestion for you to also have a look at as you probably use these kind of scripts for other backups as well :) Have you ever heard of Dirvish? What this does is quite simple: - Create a new directory with hard links to all files in the previous dir - Copy over using rsync with some spec...