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

SMA/Speedwire Plugin support #1173

Merged
merged 6 commits into from
Jul 4, 2021
Merged

SMA/Speedwire Plugin support #1173

merged 6 commits into from
Jul 4, 2021

Conversation

bboehmke
Copy link
Contributor

@bboehmke bboehmke commented Jun 24, 2021

This adds support SMA/Speedwire based plugins (fix #1150).

Open points:

  • README

/cc @DerAndereAndi @premultiply

@bboehmke bboehmke mentioned this pull request Jun 24, 2021
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@andig
Copy link
Member

andig commented Jun 24, 2021

Sollte das Plugin SMA heissen oder Speedwire?

@bboehmke
Copy link
Contributor Author

Bisher hieß es überall sma deshalb hab ich es so gelassen. Da das eh nen sma spezifisches Ding ist, ist es vermutlich auch egal wies heißt.

provider/sma.go Outdated Show resolved Hide resolved
@andig andig added the enhancement New feature or request label Jun 26, 2021
provider/sma/device.go Show resolved Hide resolved
provider/sma/device.go Outdated Show resolved Hide resolved
provider/sma/discover.go Outdated Show resolved Hide resolved
provider/sma/discover.go Show resolved Hide resolved
meter/sma.go Outdated Show resolved Hide resolved
meter/sma.go Show resolved Hide resolved
@andig andig merged commit ae764c1 into evcc-io:master Jul 4, 2021
@premultiply
Copy link
Member

Funktioniert.

@martinez81
Copy link

@premultiply Kann ich irgendwo nachlesen wie ich das add plugin mit SMA Speedwire nutze?

@premultiply
Copy link
Member

Siehe README

@martinez81
Copy link

Siehe README

Meinst du diese?
https://github.com/andig/evcc#readme

@premultiply
Copy link
Member

@martinez81
Copy link

martinez81 commented Jul 8, 2021

Ja. https://github.com/andig/evcc#smaspeedwire-read-only

Danke! Jeden Wechselrichter einzeln kann ich abfrage. Aber beide zusammen, also PV-Gesamt klappt nicht.

  • name: PV-Gesamt
    type: custom
    source: calc
    add:
    • type: sma
      uri: 192.168.0.xxx
      password: "1234"
    • type: sma
      uri: 192.168.0.xxx
      password: "1234"

Bildschirmfoto 2021-07-08 um 21 22 40

@premultiply
Copy link
Member

- name: pv-gesamt
  type: custom
  power:
    source: calc
    add:
    - source: sma
      uri: 192.168.178.91
      password: "0000"
      value: ActivePowerPlus
    - source: sma
      uri: 192.168.178.92
      password: "0000"
      value: ActivePowerPlus

@andig
Copy link
Member

andig commented Jul 8, 2021

Ja. https://github.com/andig/evcc#smaspeedwire-read-only

Danke! Jeden Wechselrichter einzeln kann ich abfrage. Aber beide zusammen, also PV-Gesamt klappt nicht.

  • name: PV-Gesamt
    type: custom
    source: calc
    add:

    • type: sma
      uri: 192.168.0.xxx
      password: "1234"
    • type: sma
      uri: 192.168.0.xxx
      password: "1234"

Bildschirmfoto 2021-07-08 um 21 22 40

Schöner als „klappt nicht“ ist IMMER!!! eine vernünftige Fehlerbeschreibung.

@martinez81
Copy link

- name: pv-gesamt
  type: custom
  power:
    source: calc
    add:
    - source: sma
      uri: 192.168.178.91
      password: "0000"
      value: ActivePowerPlus
    - source: sma
      uri: 192.168.178.92
      password: "0000"
      value: ActivePowerPlus

Vielen Dank! Das ist wir sehr geholfen. Es funktioniert.

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 this pull request may close these issues.

Feature Request: Speedwire-Plugin
4 participants