AdamWelchUK / NodeRedEPEverDashboard

A node red based dashboard for most EPEver/EPSolar solar charge controllers.
67 stars 25 forks source link

Many decimal #6

Open WingChunBR opened 3 years ago

WingChunBR commented 3 years ago

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

dtabone commented 3 years ago

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

WingChunBR commented 3 years ago

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

AdamWelchUK commented 3 years ago

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.