Skip to content
New issue

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

correction of value seperator #3

Closed
dieneuser opened this issue May 7, 2022 · 1 comment
Closed

correction of value seperator #3

dieneuser opened this issue May 7, 2022 · 1 comment
Labels
Bug: Confirmed! Something isn't working Bug: Fix! Fix Bug outdated

Comments

@dieneuser
Copy link

Hello,

thank you for this integration, where I got my login data from Ista today!
To use the data for consumption correctly, the values (kWh) must be with the correct separator. Point instead of comma.
I think that the lines would have to be extended with a string replace:

self._attr_native_value = consum["valuekwh"] to self._attr_native_value = consum["valuekwh"].replace(',', '.')

@Ludy87 Ludy87 added check for Bug it is checked whether there is an Bug feature request Request a new ista EcoTrend feature wait in examination labels May 7, 2022
Ludy87 added a commit that referenced this issue May 7, 2022
Feature request: add pull of "Einheiten" and old data #1
Feature request: Set pull intervall #2
correction of value seperator  #3

Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>
@Ludy87 Ludy87 closed this as completed May 7, 2022
@Ludy87 Ludy87 added Bug: Confirmed! Something isn't working Bug: Fix! Fix Bug and removed check for Bug it is checked whether there is an Bug feature request Request a new ista EcoTrend feature wait in examination labels May 8, 2022
@github-actions
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug: Confirmed! Something isn't working Bug: Fix! Fix Bug outdated
Projects
None yet
Development

No branches or pull requests

2 participants