Known issues - florindumitrescu94/DashBoard_PowerBox_V2 GitHub Wiki

No power consumption recording between GET_POWER() cycles.

Oversight on my part. The power consumption is recorded and added every time the GET_POWER() function runs. However, there might be a bit of downtime between function runs when the power consumption does not get recorded.

  • SOLVED. Please see and upload new Arduino code

Issue with decimal separator for European regional settings.

If the computer is set to use ","(comma) as decimal separator, NINA will not show any decimal separators. Example: Temperature :25.50 will show as 2550 Issue can be temporarely solved by changing the system decimal separator to "." (period). Will release a new driver that will force the use of "." as decimal separator.