AdamWelchUK / NodeRedEPEverDashboard

A node red based dashboard for most EPEver/EPSolar solar charge controllers.

Repository from Github https://github.comAdamWelchUK/NodeRedEPEverDashboardRepository from Github https://github.comAdamWelchUK/NodeRedEPEverDashboard

Many decimal

WingChunBR opened this issue · comments

Sorry for posting as an issue (must be my config) and for my poor english writing
Thank you for the dashboard. I've been using it for an year. Since first config, I noticed it put more decimal (places?) at random, every refresh of data from solar controllers.
I assume it's should be rounded to 2 decimal by looking at config. May be a raspberry nodered problem?

many decimal
image

Try setting the Value Format as in the picture below:
image

thank you @dtabone
fixed in my case
Is it a common problem? don't know how to submit a "request" for change in the code

I think this is caused by the range node, but as shown it can be rectified by the chart node - thanks dtabone.
I have been playing around with an alternative version of the flows which uses more function nodes and the javascript which seems to be better at dividing by 100! Let me know if you want to see the alternatives.