-
Hi @stefanbode, As I am trying to find out what it happening with the one shutter (stat constantly), I compared logs / values from another shutter. I have some findings that I want to share with you (
Do you know the cause of that?
Mostly they are big jumps like this (those happen from time to time) : These about 1,5s "gaps", every 2,5 s:
At the interface of you code I see:
I know, that the positioning code is executed, bit why is the log somehow missing
I don't know exactly where that delay comes from... But maybe it would be a good idea to call maybe Sebastian |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
About No. 3: I added a line in the mail loop to see if the activity_time is bigger than the configured sleep time, and yes, it is. 19:04:09.621 SLEEP: my_activity >= TasmotaGlobal.sleep | 9,621 | 0,427 |
Beta Was this translation helpful? Give feedback.
-
I just added a simple
So I get: |
Beta Was this translation helpful? Give feedback.
I just added a simple
AddLog_P(LOG_LEVEL_INFO, PSTR("DEBUG: my_activity >= TasmotaGlobal.sleep %d"), my_activity);