jere19

Results 5 comments of jere19

I've had a look because I'm interested in using the median also. But in my case it's to average several sensors and not over time. If I understand the code...

Maybe I'm missing some of the working of the component. But for my use case, switching the line: > self._state = round(sum(values) / len(values), self._precision) for > self._state = round(median(values),...

Great ! I'm happy to have been some help. I'll try this version !

I'm not sure it would be worth the effort. Here's a screenshot on my setup with the new branch (same configuration as earlier): ![image](https://user-images.githubusercontent.com/1067748/104591094-869fac00-566c-11eb-841d-a4a18a996cc4.png)

This bug is still present on with firefox 65 on android with an exported html (done with ipv 0.5.1)