Mir ist heute nach den letzten beiden Smart#1 Integrationen Updates im Home Assistenten aufgefallen das in der Vehicle-Status-Card das Schloss für die Zentralverriegelung des Smart als unverschlossen angezeigt wird. Anscheinend hat sich der Wert geändert der für Verschlossen zurück gegeben wird, der Wert ist jetzt 1 anscheinend war es vorher eine 2. hat das noch jemand festgestellt?
Beiträge von FireSmart#1
-
-
Genau so habe ich es auch gemacht und die anderen Bilder findet man teilweise bei Finn Autoabo
-
Nach dem super Tipp von cmdrfletcher und der genialen Vorarbeit von Kanecaine habe ich dann meine Card für unseren Smart#1 heute auf Basis der Integration von DasBasti komplett neu gemacht:
Vielen Dank an cmdrfletcher & Kanecaine & DasBasti
-
Ich habe meine Card auch mal etwas begonnen:
Code
Alles anzeigentype: custom:vehicle-status-card button_card: - button: primary: Klimatisieren secondary: state_template: Innenraum heizen / kühlen icon: mdi:air-conditioner button_type: default card_type: custom custom_card: - type: thermostat entity: climate.smart_hVIN_conditioning features: - style: dropdown type: climate-hvac-modes hvac_modes: - heat_cool - "off" name: Klimatisierung - type: tile entity: select.smart_VIN_conditioning_driver_seat vertical: true hide_state: true name: Fahrersitz features: - type: select-options - type: tile entity: select.smart_VIN_conditioning_passenger_seat vertical: true hide_state: true name: Beifahrersitz features: - type: select-options - type: tile entity: select.smart_VIN_conditioning_steering_wheel vertical: true hide_state: true name: Lenkradheizung features: - type: select-options default_card: [] hide_button: false button_action: {} entity: climate.smart_VIN_conditioning features: - style: dropdown type: climate-hvac-modes hvac_modes: - heat_cool - "off" name: Klimatisierung - button: primary: Reifendruck notify: > {% set vl = states('sensor.smart_tire_pressure_driver_front') | float(0) %} {% set vr = states('sensor.smart_tire_pressure_passenger_front') | float(0) %} {% set hl = states('sensor.smart_tire_pressure_driver_rear') | float(0) %} {% set hr = states('sensor.smart_tire_pressure_passenger_rear') | float(0) %} {{ vl > 2.4 && vr > 2.4 && hl > 2.4 && hr > 2.4 }} secondary: state_template: >- {% set vl = states('sensor.smart_tire_pressure_driver_front') | float(0) %} {{ vl > 2.4 }} icon: mdi:car-tire-alert custom_card: [] default_card: - collapsed_items: false items: [] title: Default Card - collapsed_items: true items: - entity: sun.sun - entity: ensor.sun_next_dawn - entity: sensor.sun_next_midnight - entity: sensor.sun_next_noon title: Collapsed Card hide_button: false button_action: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none tire_card: title: Reifendruck front_left: entity: sensor.smart_tire_pressure_driver_front name: vorne links front_right: entity: sensor.smart_tire_pressure_passenger_front name: vorne rechts rear_left: entity: sensor.smart_tire_pressure_driver_rear name: hinten links rear_right: entity: sensor.smart_tire_pressure_passenger_rear name: hinten rechts horizontal: false background: /api/image/serve/ce86fac668f01988b25abd9892f831ae/original image_size: 99 value_size: 75 left: 73 top: 45 card_type: tire button_type: default - button: icon: mdi:new-box primary: New Button secondary: state_template: This is a new button button_type: default card_type: custom custom_card: - entities: - sensor.sun_next_dawn - sensor.sun_next_midnight - sensor.sun_next_noon title: Custom Card type: entities default_card: [] hide_button: false layout_config: button_grid: rows: 2 columns: 2 swipe: true hide: button_notify: false buttons: false images: false indicators: false mini_map: false range_info: false map_address: false card_name: true theme_config: mode: auto theme: default section_order: - header_info - images - mini_map - buttons images_swipe: max_height: 400 max_width: 500 delay: 5000 autoplay: true effect: fade speed: 100 loop: true name: Smart#1 Status Card mini_map: device_tracker: device_tracker.smart_none maptiler_api_key: "" enable_popup: true map_height: 250 us_format: false theme_mode: auto indicators: single: - entity: sensor.smart_odometer icon: "" attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none group: - name: Temperaturen visibility: "" items: - entity: sensor.smart_exterior_temperature name: Außentemperatur icon: mdi:temperature-celsius attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none - entity: sensor.smart_interior_temperature_2 name: Innentemperatur icon: "" attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none icon: mdi:thermometer - name: Charging icon: mdi:car-battery visibility: "" items: - entity: sensor.smart_battery name: Batteriekapazität attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none icon: mdi:percent - entity: sensor.smart_charging_power name: Ladeleistung icon: "" attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none - entity: sensor.smart_charging_current name: Ladespannung icon: "" attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none - entity: sensor.smart_charging_time_remaining name: verbleibende Ladezeit icon: "" attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none - entity: "" name: "" icon: "" attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none - entity: sensor.smart_charger_connected name: Ladekabel angeschlossen icon: mdi:power-plug-battery attribute: "" action_config: entity: "" tap_action: action: more-info hold_action: action: none double_tap_action: action: none images: - url: /api/image/serve/e8117f71e0b9f69e40725eaac9daebeb/original title: SMART1_1FRONTAL.PNG - url: /api/image/serve/6569514ba96e23f13f5cbaf169c46f57/original title: SMART1_2VORNELINKS.PNG - url: /api/image/serve/6d40c181368b1dc1b80988e0461c5f6b/original title: SMART1_3LINKS.PNG - url: /api/image/serve/2782feb452019cb2f87c6a67075089f7/original title: SMART1_4HINTENLINKS.PNG - url: /api/image/serve/d45887fb2a17367d2bb4a2850641387b/original title: SMART1_5HINTEN.PNG range_info: - energy_level: entity: sensor.smart_battery icon: "" range_level: entity: sensor.smart_range progress_color: "#ff3300" charging_entity: sensor.smart_charging_status
Ihr müsst mal gucken das ihr die VIN aus dem Code entfernt
-
cmdrfletcher Kanecaine das sieht super aus wo habt ihr den die Bilder von eurem Smart abgelegt bei mir zeigt er immer nur ein ? auf blauem Untergrund an!
-
Wer sein Dashboard aufhübschen möchte, dem kann ich übrigens …
Magst du mal die Konfiguration die du so darin gemacht hast zeigen, das ist ja schon eine sehr flexible Card
-
Habe heute vom KBA Post bekommen - mit förmlicher Zustellung -
Dachte schon die Pappe ist weg
Eigentlich ist es ein Schreiben von Smart, dass vom KBA versandt wird.
Rückrufaktion: TBR24003-2
Hier gerade das gleiche, wurde schon weiß um die Nase. 🤣🤣
Habe Dienstag eh den Termin zur 30.000 km Inspektion.
-
Du findest die Entities in der Liste, wenn du nach select suchst
Bei mir funktioniert es im Auto leider nicht kann im HA sauber die Lenkrad bzw. Die Sitzheizung einschalten wird aber anscheinend nicht vom Server ans Auto geschickt.
-
-
Den API Token habe ich via Email angefragt und in kurzer Zeit erhalten.
Den Token habe ich diesmal auch sehr schnell bekommen. Ich habe die Integration in deutsch weil HA deutsch ist muss ich den HA komplett auf englisch umstellen wie war das?
Habe mal die Sensoren nur in der Automation umbenannt funktioniert natürlich nicht Schade. Gab es nicht irgendwo eine Anleitung?