So im still working on a script thats gonna tell me how much energy im taking from the city heating net here.
Therefor im calculation how much Gj im using on a specific moment.
The problem is that the result of the calculation comes with a verry small number:
Code: Select all
2021-01-22 21:38:00.410 Status: dzVents: Actueel vermogen van Stadsverwarming = 1.0876193105556e-05 Gj
Im guessing the counter cant handle scientific numbers like e-05.
Is there a way to tell dzvents not to use the scientific notation but a normal (Real in programming language) notation?