-
-
Notifications
You must be signed in to change notification settings - Fork 915
Plexlog: fix grid power #21061
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
Plexlog: fix grid power #21061
Conversation
kommt aus #21017 Implementierung wurde damals ohne Batterie getestet. Mit Batterie ist Grid Wert fehlerhaft. Das wird hier korrigiert. Dank an @TobiasHuber1980 und @UH912 fürs testen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @VolkerK62 - I've reviewed your changes - here's some feedback:
- Consider adding an inline comment explaining the purpose of
scale: -1
for the battery power reading. - Should the new battery power Modbus reading be conditional, perhaps based on whether a battery is configured or the meter's usage?
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Spricht hier irgendwas dagegen hier auch das normale Modbus-Template statt uri:port zu verwenden? |
keine Ahnung, vermutlich nicht. |
Wenn mir jemand sagt was ich testen soll, dann nur her damit... |
aktuelles nightly 0.203.5+1746585508
|
Das ist doof. |
Ich hab es kaputt gemacht. Es ist auch eigentlich nicht BC... Fix kommt. |
Fixed by dbf5632 |
yes - funktioniert! |
kommt aus #21017
Implementierung wurde damals ohne Batterie getestet. Mit Batterie ist Grid Wert fehlerhaft. Das wird hier korrigiert.
Dank an @TobiasHuber1980 und @UH912 fürs testen.