Tasmota no reaction for 10-30sec - occuring every few minutes #22687
Unanswered
mardigras2020
asked this question in
Support request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm using this ESP32 and Build
14.4.0 (release-bluetooth)
(ESP32-D0WD-V3 v3.1)
Collecting every 250ms data from a Hall Sensor with a Driver i've written
The hall values are trasmitted via MQT to IoBroker->Influx->grafana
the driver uses the def every_250ms() for the measuring.
in the grafana i see often missing data for 10-30sec
Could you give me some hint how to ensure continous operation?
Thanks for your support:
Details:
In the grafana:
in the logs i can see and suspect the problem starts at "message too large" - what i can't understand. because the message has the same length every time. And there is a scond example from the logs without the message error.
second log example
Code:
Beta Was this translation helpful? Give feedback.
All reactions