Smart Meter: decoder values with arithmetic calculations get stuck #23066
Unanswered
redm123
asked this question in
scripter / SML
Replies: 1 comment 3 replies
-
the median filter also applies to your =d and =m calculations |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm using a decoder line with
=m
arithmetic calculation (see below). It creates a combined value from in and out values, which in turn are calculated using=d
lines. So the=m
line should be identical with either in or out. This generally works as expected. But frequently this=m
value gets stuck for seconds, minutes, or longer.See this screenshot: In the green circles (and some shorter sections in between) the green
=m
line (decoder 5) matches the yellow line (decoder 3), as expected. In the pink circles however, the=m
is somehow stuck. It eventually recovers back to the yellow line, before it gets stuck again sooner or later.Meter config:
Beta Was this translation helpful? Give feedback.
All reactions