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

Dezimaltrennzeichen bei negativen Werten Punkt statt Komma #2498

Closed
hengst12 opened this issue Dec 26, 2023 · 2 comments
Closed

Dezimaltrennzeichen bei negativen Werten Punkt statt Komma #2498

hengst12 opened this issue Dec 26, 2023 · 2 comments
Assignees
Labels
bug 🐛 Something isn't working

Comments

@hengst12
Copy link

Normalerweise wird als Dezimaltrennzeichen ein Komma verwendet.
Wechselt der Wert aber ins Negative wird ein Punkt als Dezimaltrennzeichen verwendet.

Dem Datenpunkt habe ich folgende Eigenschaft hinzugefügt: {"value":"val => parseFloat(val).toFixed(1)"}
Das Entfernen dieser Eigenschaft hat aber keinen Einfluss.

Im ioBroker wird der Wert des Objekts immer mit einem Komma angezeigt, egal ob positiv oder negativ der Wert ist.

Beispielbilder:

image

image

@hengst12 hengst12 added the bug 🐛 Something isn't working label Dec 26, 2023
@Zefau
Copy link
Owner

Zefau commented Dec 28, 2023

Die Version v3.2.0-alpha.27 sollte den Fehler beheben - bitte einmal prüfen. Sofern es behoben ist, gerne das Issue schließen.


The version v3.2.0-alpha.27 should fix the bug - please verify. If the bug has been solved, you may close the issue.

@hengst12
Copy link
Author

Passt - vielen Dank.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
Status: DONE
Development

No branches or pull requests

2 participants