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

2 MQTT Broker in evcc #380

Open
VolkerK62 opened this issue May 10, 2023 · 0 comments
Open

2 MQTT Broker in evcc #380

VolkerK62 opened this issue May 10, 2023 · 0 comments

Comments

@VolkerK62
Copy link
Contributor

Eigentlich... ja. Aber: ist im Teslamate Template nicht ausgeprägt.

Was kannst du machen: Teslamate konfigurieren und das Ergebnis anschauen:

evcc configure --category vehicle --expand

Ergibt:

  name: ev1
  type: custom
  icon: car
  soc:
    source: mqtt
    topic: teslamate/cars/1/battery_level
    timeout: 720h # 30d
  status:
    source: combined
    plugged:
      source: mqtt
      topic: teslamate/cars/1/plugged_in
      timeout: 720h # 30d
    charging:
      source: mqtt
      topic: teslamate/cars/1/charger_actual_current
      timeout: 720h # 30d
  range:
    source: mqtt
    topic: teslamate/cars/1/rated_battery_range_km
    timeout: 720h # 30d

Jetzt kannst Du unter jedem source: mqtt die weitere Mqtt Config, v.a. broker ergänzen. Und das Ganze dann unter vehicles als Fahrzeug übernehmen.

Ach ja: und natürlich solltest Du auch ioBroker oder Teslamate auf einen anderen Broker umbiegen können um nur einen verwenden zu müssen!

PS.: Grüße in den Kyffhäuser :)

Originally posted by @andig in evcc-io/evcc#7899 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant