8000 Plexlog: fix grid power by VolkerK62 · Pull Request #21061 · evcc-io/evcc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 4 commits into from
May 5, 2025
Merged

Plexlog: fix grid power #21061

merged 4 commits into from
May 5, 2025

Conversation

VolkerK62
Copy link
Contributor

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.

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.
Copy link
Contributor
@sourcery-ai sourcery-ai bot left a 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

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@premultiply
Copy link
Member

Spricht hier irgendwas dagegen hier auch das normale Modbus-Template statt uri:port zu verwenden?

@VolkerK62
Copy link
Contributor Author

keine Ahnung, vermutlich nicht.
Wobei ich nicht weiß, welche Bedeutung indent hat

@TobiasHuber1980
Copy link
Contributor

Wenn mir jemand sagt was ich testen soll, dann nur her damit...

@premultiply premultiply changed the title plexlog: fix grid power plexlog: fix grid power [BC] May 5, 2025
@premultiply premultiply changed the title plexlog: fix grid power [BC] plexlog: fix grid power (BC) May 5, 2025
@premultiply premultiply changed the title plexlog: fix grid power (BC) Plexlog: fix grid power (BC) May 5, 2025
@premultiply premultiply added bug Something isn't working devices Specific device support labels May 5, 2025
@premultiply premultiply merged commit bfd6fcf into evcc-io:master May 5, 2025
6 checks passed
@TobiasHuber1980
Copy link
Contributor

@VolkerK62 / @premultiply

aktuelles nightly 0.203.5+1746585508

power: add[0]: read failed: dial tcp: lookup tcp/<no value>: unknown port

[site ] ERROR 2025/05/07 08:31:50 circuit power: add[0]: read failed: dial tcp: lookup tcp/<no value>: unknown port
[site ] ERROR 2025/05/07 08:31:59 2025-05-07 08:31:50.305097316 +0200 CEST m=+386.323626272 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.340615715 +0200 CEST m=+386.359144615 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.376123985 +0200 CEST m=+386.394652866 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.438598813 +0200 CEST m=+386.457127713 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.523072621 +0200 CEST m=+386.541601522 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.629512485 +0200 CEST m=+386.648041367 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.737987998 +0200 CEST m=+386.756516898 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:50.878319982 +0200 CEST m=+386.896848863 !! 0ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:51.27800884 +0200 CEST m=+387.296537722 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:52.052726427 +0200 CEST m=+388.071255308 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:53.075064953 +0200 CEST m=+389.093593853 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:54.73111836 +0200 CEST m=+390.749647241 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:56.686219266 +0200 CEST m=+392.704748147 !! 0ms read failed: dial tcp: lookup tcp/<no value>: unknown port 2025-05-07 08:31:59.128182526 +0200 CEST m=+395.146711426 !! 10ms read failed: dial tcp: lookup tcp/<no value>: unknown port
[site ] ERROR 2025/05/07 08:31:59 pv 1 power: read failed: dial tcp: lookup tcp/<no value>: unknown port
[site ] ERROR 2025/05/07 08:31:59 grid power: add[0]: read failed: dial tcp: lookup tcp/<no value>: unknown port

@VolkerK62
Copy link
Contributor Author

Das ist doof.
Es ist "BC". Was genau breaking ist, weiß ich nicht. Vermutlich muss es in der Konfig neu erstellt werden.

@premultiply
Copy link
Member
premultiply commented May 7, 2025

Ich hab es kaputt gemacht. Es ist auch eigentlich nicht BC...

Fix kommt.

@premultiply premultiply changed the title Plexlog: fix grid power (BC) Plexlog: fix grid power May 7, 2025
@premultiply
Copy link
Member

Fixed by dbf5632

@TobiasHuber1980
Copy link
Contributor

Fixed by dbf5632

yes - funktioniert!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devices Specific device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0