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

MQTT-Output "chargeCurrent" float anstatt Ganzzahl #9321

Closed
TheNavy opened this issue Aug 10, 2023 · 2 comments · Fixed by #9331
Closed

MQTT-Output "chargeCurrent" float anstatt Ganzzahl #9321

TheNavy opened this issue Aug 10, 2023 · 2 comments · Fixed by #9331
Assignees
Labels
enhancement New feature or request

Comments

@TheNavy
Copy link

TheNavy commented Aug 10, 2023

Ich versuche in meinem EVCC meinen stufenlos Regelbaren PV-Heizstab darzustellen. Dazu habe ich einen Custom Charger erzeugt und greife den Wert "evcc/loadpoints/2/chargeCurrent" per MQTT ab. Funktioniert auch ohne Probleme außer dass er dort nur eine Ganzzahl übermittelt. Und 1A Sprünge bei einem 3P System sind ja direkt fast 700W was mir in einem Stufenlosen System zu viel sind.

Gibt es eine Möglichkeit, dass ein Custom Charger dort auch einen Float-Wert ausgibt? Geht ja bei den Wallboxen auch?!

Gruß
Richard

@andig andig self-assigned this Aug 10, 2023
@andig
Copy link
Member

andig commented Aug 10, 2023

We would need to add MaxCurrentMillis as optional interface. A future better solution would be #7338.

@andig andig added the enhancement New feature or request label Aug 10, 2023
@TheNavy
Copy link
Author

TheNavy commented Aug 10, 2023

#7338 Sounds nice :) Is ist possible for me to use some kind of workaround until the new features are implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants