Closed mattreim closed 2 months ago
Maybe it will help:
2024-09-05 13:03:07.000 INFO 1: [emsesp] Booting EMS-ESP version 3.7.0-dev.33 from app0 partition
2024-09-05 13:03:07.000 INFO 2: [emsesp] Last system reset reason Core0: Timer group1 watch dog reset, Core1: APP CPU reset by PRO CPU
2024-09-05 13:03:07.000 INFO 3: [emsesp] Loading board profile CUSTOM
2024-09-05 13:03:07.000 INFO 4: [emsesp] Loaded EMS device library (120)
2024-09-05 13:03:07.000 INFO 5: [emsesp] Starting Scheduler service
2024-09-05 13:03:07.000 INFO 6: [emsesp] Starting Custom Entity service
settings look ok. Is this a custom built board? It could be power related. If you could try and capture the log (like using syslog) so we can see what is happening before it restarts. Also, do you have any custom entities or scheduler entities?
Yes, it is a custom built board with a 3A power supply. I don't have any custom entities and only the schedules for a remote thermostat (remotetemp/remotehum). I'll take a look at syslog.
Maybe double check with @bbqkees to see the minimal Amps needed for the board. Newer versions of EMS-ESP are more power hungry.
Watchdog reset looks like somthing is blocking. Does the schedule use http-request? Can you check the rssi/connection rate in the router and maybe increase the tx-power to get better wifi connection (rssi -57 for router->emsesp is good, the other direction is shown in router).
For these devices I use a repeater that is located one room away. Thanks for the BSSID, it works very well, unfortunately too few devices have this setting.
The watchdog message was also unknown and unusual to me.
Maybe double check with @bbqkees to see the minimal Amps needed for the board. Newer versions of EMS-ESP are more power hungry.
Ever since we moved away from the ESP8266 platform (Wemos D1 Mini) and bus powering the Gateway, power issues are basically never occurring again. At the time the ESP8266 Gateway Premium II usually worked fine on bus power, but in some cases there was not enough power available, which gave all kinds of strange errors. And the cheap ESP8266 Wemos D1 Mini clones often had a LDO voltage regulator which could not even deliver 150mA@3V3 so that could also give issues when f.i. the access point was on. Most of the ESP32 development boards have a more sufficient LDO, so power issues are very unlikely nowadays.
The 121 Mbit/s are direction from router(repeater) to emsesp, check other direction. With auto-tx-power i get sometimes only 27Mbit/s:
The dev34 raises the tx-power by 5dBm, this should give full connection speed.
The dev34 has been running for 14 hours now.
Version dev34 seems to have fixed the reboots. Now with over 100 thousand telegrams without any problems. Thank you very much for your time, help and information.
PROBLEM DESCRIPTION
It can take hours or even just minutes. Unfortunately I don't have any log data because my putty always switches off.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)