Tasmota Smart Meter hardware watchdog reset #20178
Unanswered
de666
asked this question in
Support request
Replies: 1 comment 1 reply
-
One typical issue behind stalls (causing the watchdog to bite) is about bad 3.3V power to the ESP8266, and many D1 Mini clones have a paltry voltage regulator not suitable for delivering power to attached stuff, like Modbus adapters. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PROBLEM DESCRIPTION
I compile and configure a wemos D1 mini to read from a modbus RTU power analyzer.
Everything is working good but I see cyclic restart (approx every 10 hours) caused by the hardware watchdog.
This is the smart meter script:
can you give me some help to figure out what's happening?
I'm not able to use the "standard" pins for UART (1/3) since they are bind to the CH340G.
I switch to the alternative serial pins (13/15) but I'm not really sure Tasmota has configured those pin as hardware serial and I don't know how to do it thrugh the scripting (smart meter) interface.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
no hardware watchdog reset
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)
Beta Was this translation helpful? Give feedback.
All reactions