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

Add fronius-smartmeter-inverter #19624

Closed
wants to merge 4 commits into from
Closed

Conversation

benesolar
Copy link
Contributor

@benesolar benesolar commented Mar 9, 2025

this way it can be used with UI config
For older Symo, Primo, Eco, IG, ... Inverters (all with Display)
and newer GEN24 Symo, Primo, Tauro, Verto.

Than this can be reverted: #19341

@andig andig added the devices Specific device support label Mar 10, 2025
@andig
Copy link
Member

andig commented Mar 10, 2025

It's not clear what the purpose of this PR is. Why maintain an entire config rather than a simple option?

@premultiply
Copy link
Member

Was ist hier der Vorteil eines zusätzlichen Templates statt des vorhandenen Templates?

@benesolar
Copy link
Contributor Author

Anbindung von zweiten Smartmeter am Fronius Gen24 der die Erzeugung von einem alten Wechselrichter misst.

YAML Konfig:

  - name: pv3
    type: custom
    power:
      source: sunspec
      id: 201
      uri: 192.168.1.249:502
      value:
        - 203:W
    energy:
      source: sunspec
      id: 201
      uri: 192.168.1.249:502
      value:
        - 203:TotWhExp
      scale: 0.001

Über das UI kann ich nur eine zusätzliche PV Anlage einbinden.
Daher müsste im aktuellen Template unter usage: pv die ID 201 einstellbar sein, z.B. die Modbus Werte Power: 203:W und Energy: 203:TotWhExp abgefragt werden. Würde das auch funktionieren oder hab ich einen Denkfehler?

@andig
Copy link
Member

andig commented Mar 11, 2025

Warum sollte das nicht funktionieren? Ich sehe dennoch keinen Grund für ein separates Template.

@benesolar benesolar closed this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants