Dein Auto in Home Assistant: So wird dein Fahrzeug Teil deines Smart Homes 🚗

Das ist der Grund warum wir bei Tesla gelandet sind. Finde mal n ID 3 mit Sitzheizung und PDC vorne. Und ich dachte sowas sei Serie :face_with_peeking_eye: und das kann man nicht mal nachbuchen.

3 „GefĂ€llt mir“

Realsatire - glaubt dir kein Mensch wenn es nicht wahr wÀre :see_no_evil:

2 „GefĂ€llt mir“

Man mag von elon musk halten was man will, aber technisch kommt an deren System irgendwie nichts heran. Macht fĂŒr mich auch nur Sinn, alles in einem SteuergerĂ€t zusammenzufassen, statt 50 oder mehr zu nutzen, wie es sonst Standard ist. Außerdem bietet sich tesla bei uns in der Region ja wirklich an. :wink:

Das die deutschen Autohersteller das nicht lernen, ĂŒber Service wird heute verkauft und nicht ĂŒber Extras mit zusĂ€tzlichen Kosten. Gerade solche Dinge wie Sitzheizung oder PDC sind absoluter Standard.

1 „GefĂ€llt mir“

Moin,

tolle Sache, funktioniert bei dem Smart #1 meiner Frau hervorragend, SOC, Restreichweite usw. Leider bekomme ich meinen Volvo nicht im HA ans laufen.
Hat jemand evtl. die Volvo App im Einsatz? Also funktionstĂŒchtig?

Danke

Gruß

André

1 „GefĂ€llt mir“

Das mit Ford (FordPass) ist echt schade. Verstehe da die Hersteller zwar nicht aber ok. Kann man nicht Àndern.

1 „GefĂ€llt mir“


 ich habe meinen BMW 520 D komplett in HA integriert und baue mein Dashboard gerade um fĂŒr den I5 der in den nĂ€chsten Wochen kommen soll.

Ich realisiere das wahlweise mit der Intergration BMW Connected Drive als auch ĂŒber NodeRed sowie IO-Broker.
DarĂŒber hinaus habe ich fĂŒr den i5 bereits EVCC soweit vorkonfiguriert, um dann auch PV-Überschussladen mit meiner PV-Anlage nutzen zu können. Bin wirklich gespannt ob sich das dann alles so umsetzen lĂ€sst wie ich mir das im Augenblick vorstelle.

2 „GefĂ€llt mir“

Hallo alle,

habe, das mit meinem VW Golf 8 gemacht und da gibt es ja eine Integration in HACS „Volkswagen Connect“ (GitHub - robinostlund/homeassistant-volkswagencarnet: Volkswagen Carnet Component for home assistant). Da gibt es schon einige Sensoren.

Was mir da fehlt, ist noch eine ansprechendere Karte zu. Naja habe mal diese hier genommen: vehicle-status-card (HACS): GitHub - ngocjohn/vehicle-status-card: 🚘 Lovelace custom card for tracking Vehicle status

Sieht dann so aus:

Der Yamelcode ist der hier:

type: custom:vehicle-status-card
button_card:
  - button:
      primary: TĂŒr vorne links
      secondary:
        entity: binary_sensor.vw_golf_8_door_closed_left_front
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: none
      hold_action:
        action: none
      double_tap_action:
        action: none
    card_type: default
  - button:
      primary: TĂŒr vorne rechts
      secondary:
        entity: binary_sensor.vw_golf_8_door_closed_right_front
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: none
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: TĂŒr hinten links
      secondary:
        entity: binary_sensor.vw_golf_8_door_closed_left_back
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: none
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: TĂŒr hinten rechts
      secondary:
        entity: binary_sensor.vw_golf_8_door_closed_right_back
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: none
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: Kofferraum
      secondary:
        entity: binary_sensor.vw_golf_8_hood_closed
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: more-info
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: Motorhaube
      secondary:
        entity: binary_sensor.vw_golf_8_trunk_locked
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: more-info
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: Fenster vorne links
      secondary:
        entity: binary_sensor.vw_golf_8_window_closed_left_front
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: more-info
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: Fenster vorne rechts
      secondary:
        entity: binary_sensor.vw_golf_8_window_closed_right_front
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: more-info
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: Fenster hinten links
      secondary:
        entity: binary_sensor.vw_golf_8_window_closed_left_back
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: more-info
      hold_action:
        action: none
      double_tap_action:
        action: none
  - button:
      primary: Fenster hinten rechts
      secondary:
        entity: binary_sensor.vw_golf_8_window_closed_right_back
        attribute: ""
        state_template: ""
      notify: ""
    button_type: default
    hide_button: false
    card_type: default
    default_card: []
    custom_card: []
    button_action:
      entity: ""
      tap_action:
        action: more-info
      hold_action:
        action: none
      double_tap_action:
        action: none
images:
  - url: /local/bilder/golf 8.png
    title: /local/bilder/golf 8.png
indicators:
  group: []
  single:
    - entity: sensor.vw_golf_8_odometer
      icon: ""
      attribute: ""
    - entity: sensor.gefahrene_kilometer_seit_letztem_tanken
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_fuel_level
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_fuel_range
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_last_trip_average_fuel_consumption
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_adblue_level
      icon: ""
    - entity: sensor.vw_golf_8_service_inspection_days
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_service_inspection_distance
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_oil_inspection_days
      icon: ""
      attribute: ""
    - entity: sensor.vw_golf_8_oil_inspection_distance
      icon: ""
      attribute: ""
    - entity: device_tracker.vw_golf_8_position
      icon: ""
      attribute: ""
    - entity: binary_sensor.vw_golf_8_doors_locked
      icon: ""
      attribute: ""
      action_config:
        entity: ""
        tap_action:
          action: more-info
        hold_action:
          action: none
        double_tap_action:
          action: none
layout_config:
  button_grid:
    rows: 5
    swipe: true
  hide:
    button_notify: false
    buttons: false
    images: false
    indicators: false
    mini_map: false
    range_info: false
    map_address: false
  theme_config:
    mode: auto
    theme: Google Dark Theme
  section_order:
    - header_info
    - images
    - mini_map
    - buttons
mini_map:
  device_tracker: device_tracker.vw_golf_8_position
  enable_popup: true
  us_format: false
  map_height: 180
name: ""
range_info: []
grid_options:
  columns: 12
  rows: auto

Vielleicht gibt es ja irgendwann mal noch bessere Karten dafĂŒr.

2 „GefĂ€llt mir“

Schlecht sind sie nicht, aber was man ĂŒber Tesla so hört, wie viele Fehlentscheidungen seitens Tesla Software in Bezug auf VW nennt das Travel Assist. Sowas in der Art hat der Model Y auch nur mit deutlich hĂ€ufigerem Fehlverhalten. Oft deshalb, weil man bei Tesla nur auf Kamera setzt und bei VW auf eine Kombination aus Kamera und Radar. Und was oft bei Tesla kritisiert wird, ist das er oft wie ein Roboter Bremst. Das bekommt VW mit dem Travel Assistant deutlich besser hin. :slight_smile:

Einparkhilfe bietet der VW Konzern durchaus und das auch mit durchweg guten Ergebnissen. Leider nur nicht in der Basisausstattung. Das ist leider richtig.

2 „GefĂ€llt mir“