evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.58k stars 661 forks source link

ABB Terra AC: Add RS485 to template #4891

Closed premultiply closed 2 years ago

premultiply commented 2 years ago

Kann ich https://github.com/3cky/mbusd verwenden, um serial->tcpip auf demselben host auszuführen auf dem evcc läuft ? https://github.com/evcc-io/evcc/blob/master/templates/definition/charger/abb.yaml#L11 für abb kein rs485serial? Danke

Originally posted by @gytisgreitai in https://github.com/evcc-io/evcc/discussions/3369#discussioncomment-3936489

andig commented 2 years ago

Ich bin nicht sicher, ob ich die Frage verstehe. Hier ein Charger mit Modbus TCP oder über Serial angesprochen werden soll? Zu welchem Zweck?

/cc @gytisgreitai

gytisgreitai commented 2 years ago

@andig

image

USB auf RS485 Adapter

chargers:
  - type: template
    template: abb
    id: 1
    modbus: rs485serial
    device: /dev/ttyUSB0
    name: wallbox6
andig commented 2 years ago

Hat die Terra kein TCP?

premultiply commented 2 years ago

Nein, momentan ist nur Modbus RTU via RS485 möglich. Modbus TCP Unterstützung ist nur beworben und angekündigt.