-
Notifications
You must be signed in to change notification settings - Fork 68
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
Preserve Limit accuracy #1121
Preserve Limit accuracy #1121
Conversation
schlimmchen
commented
Jul 22, 2024
- when parsing a response from the inverter, preserve the accuracy when diving the integer value by 10.
- when processing web API limits, process them as float.
- when processing MQTT limits, process them as float.
@spcqike Would you mind testing to set fractional absolute and relative limits using MQTT? |
Ja, da wird gerundet. Ich fänd das okay so. Denkst du das sollte eine Nachkommastelle haben? |
Ich fände es schon verständlicher, ja. Irgendwie verwirrt es mich, wenn von 330W bis 340W alles als 17% angezeigt wird. Auch wenn man 16.5% einstellt und 17% bekommt 😅 In der Konsole würde ich zum besseren Verständnis und zum debuggen vielleicht sogar 2 Nachkommastellen nehmen. Bisher sieht es zwar so aus, als gäbe es maximal 0.1% als Genauigkeit (bei mir eben 2W), aber wer weiß es denn. Vielleicht steckt ja doch mehr drin oder kommt bei ner anderen Firmware Version (: |
Ne, mit Zehntel-Prozent ist dann Schluss, das siehst du im Code bzw. im Protokoll. Da steht eine Ganzzahl drin, und zwar Promille oder Watt, je nach Typ. Genauer wirds nicht. |
5117233
to
cea1dc4
Compare
habs getestet. sowohl per webui als auch MQTT kann ich alle möglichen Vorgaben setzen. Auch absolute Werte können als Dezimalzahl übertragen werden. In meinem Fall wird auch dort immer abgerundet. 1000.8W Vorgabe werden so zu 1000W Limit. und der HMS-2000 bleibt bei seinen 2W / 0.1%. aus 1111W werden 1110W. Aber das wird am WR bzw. seinem großen Bereich liegen. |
Habs auch gerade probiert über MQTT, funktioniert wunderbar. Ich denke wir sollten die hass integration noch anpassen und dort
|
@spcqike Super, danke!
@AndreasBoehm In der Tat! Danke für diesen Hinweis. |
the inverter limit can be adjusted in permille, so the step to adjust the limit through Home Assistent shall be 0.1 percent.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |