We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported in https://knx-user-forum.de/forum/öffentlicher-bereich/knx-eib-forum/1582969-neuer-baustein-14105_go-echarger?p=1891532#post1891532
Scaling of value is done by 1/10 what might be wrong
The text was updated successfully, but these errors were encountered:
Following: https://github.com/goecharger/go-eCharger-API-v1/blob/master/go-eCharger%20API%20v1%20DE.md
Geladene Energiemenge in Deka-Watt-Sekunden Beispiel: 100'000 bedeutet, 1'000'000 Ws (= 277Wh = 0.277kWh) wurden in diesem Ladevorgang geladen.
Therefore, the scale shall be 1 * 10 / 1000 = 1 / 100
Sorry, something went wrong.
- fixed scaling of value dws (see #8)
ea16dd3
- added corresponding docu and unit test
En3rGy
No branches or pull requests
Reported in https://knx-user-forum.de/forum/öffentlicher-bereich/knx-eib-forum/1582969-neuer-baustein-14105_go-echarger?p=1891532#post1891532
Scaling of value is done by 1/10 what might be wrong
The text was updated successfully, but these errors were encountered: