HomeAssistant Add-On
-
-
Laut VIN ist es Bj23
-
Ahh, auch da habt ihr Recht, Erstzulassung war zwar im März 2024, aber das P in der VIN weist aus, das das BJ 2023 war. Ist das Modell mit Heckscheibenwischer.
Lieber smokin76 , ich möchte mich als HA-Noob bei dir für den Tipp bedanken. Tatsächlich funzt es so mit der Angabe der Temperatur UND dem Einschalten der Klima.Falls es jemand nachbauen möchte, hier der code:
alias: MG4 Aufwärmen&Benachrichtigungen
description: ""
triggers:
- trigger: time_pattern
minutes: /15
id: MG4ClimateTime
- device_id: 85f6a40d22fd0d7132f12de9fa359c3e
domain: climate
entity_id: 1268bb49b8c752d77852b0092b98ce2c
type: hvac_mode_changed
trigger: device
to: auto
id: MG4ClimateManuell
conditions: []
actions:
- choose:
- conditions:
- condition: trigger
id:
- MG4ClimateTime
- condition: numeric_state
entity_id: sensor.froggit_wh3000se_outdoor_temperature
below: 5
enabled: true
- condition: time
after: "07:15:00"
before: "08:15:00"
weekday:
- mon
- tue
- wed
- thu
- fri
enabled: true
- condition: device
device_id: 85f6a40d22fd0d7132f12de9fa359c3e
domain: device_tracker
entity_id: 4063f5ecb9050b07a40fce0f10087f7f
type: is_home
enabled: true
- condition: template
value_template: >-
{{ 'Urlaub' not in
state_attr('calendar.DEINER_googlemail_com', 'message') }}
- condition: template
value_template: >-
{{ 'Zukunftsbeitrag' not in
state_attr('calendar.DEINER_googlemail_com', 'message') }}
- type: is_on
condition: device
device_id: abbf26743a77c4d2a4d2c5292dc1dfd8
entity_id: 3f34bcb4e514c4261079420ca826364d
domain: binary_sensor
sequence:
- choose:
- conditions:
- type: is_battery_level
condition: device
device_id: 85f6a40d22fd0d7132f12de9fa359c3e
entity_id: b9ca448d01aa9157fee4bdb5e13e0e38
domain: sensor
above: 19
sequence:
- action: climate.set_temperature
metadata: {}
data:
temperature: 33
hvac_mode: auto
target:
entity_id: climate.1234_vehicle_climate
- delay:
hours: 0
minutes: 0
seconds: 20
milliseconds: 0
- type: turn_on
device_id: 85f6a40d22fd0d7132f12de9fa359c3e
entity_id: ef8981ac6132bdf92ebf881b297af4c8
domain: switch
- delay:
hours: 0
minutes: 0
seconds: 20
milliseconds: 0
- action: notify.notify
data:
message: >-
Die Innentemperatur beträgt aktuell {{states
('sensor.1234_interior_temperature')}}°C.
Die aktuelle Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch
{{states ('sensor.1234_soc')}}% im Akku.
Auto wärmt sich nun für 10min auf.
title: Innenraum Auto wird automatisch aufgewärmt🔥
- action: notify.persistent_notification
data:
message: >-
Die Innentemperatur beträgt aktuell {{states
('sensor.1234_interior_temperature')}}°C.
Die aktuelle Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch
{{states ('sensor.1234_soc')}}% im Akku.
Auto wärmt sich nun für 10min auf.
title: Innenraum Auto wird automatisch aufgewärmt🔥
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- action: notify.notify
data:
message: >-
Die Innentemperatur beträgt nun {{states
('sensor.1234_interior_temperature')}}°C.
Die restliche Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch
{{states ('sensor.1234_soc')}}% im Akku.
Gute Fahrt!
title: Innenraum des Autos wurde automatisch aufgewärmt🔥
- action: notify.persistent_notification
data:
message: >-
Die Innentemperatur beträgt nun {{states
('sensor.1234_interior_temperature')}}°C.
Die restliche Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch
{{states ('sensor.1234_soc')}}% im Akku.
Gute Fahrt!
title: Innenraum des Autos wurde automatisch aufgewärmt🔥
- delay:
hours: 1
minutes: 0
seconds: 0
milliseconds: 0
- conditions:
- type: is_battery_level
condition: device
device_id: 85f6a40d22fd0d7132f12de9fa359c3e
entity_id: b9ca448d01aa9157fee4bdb5e13e0e38
domain: sensor
below: 20
sequence:
- action: notify.notify
data:
message: >-
Du hast nur noch {{states
('sensor.1234_soc')}}% im Akku.
Automatisches Aufwärmen wurde abgelehnt
title: Automatisches Aufwärmen wurde abgelehnt 👎
- action: notify.persistent_notification
data:
message: >-
Du hast nur noch {{states
('sensor.1234_soc')}}% im Akku. Es wäre
nicht ratsam das Auto aufzuwärmen.
title: Auto aufwärmen nicht ratsam
- conditions:
- condition: trigger
id:
- MG4ClimateManuell
- condition: device
device_id: 85f6a40d22fd0d7132f12de9fa359c3e
domain: climate
entity_id: 1268bb49b8c752d77852b0092b98ce2c
type: is_hvac_mode
hvac_mode: "off"
sequence:
- device_id: 85f6a40d22fd0d7132f12de9fa359c3e
domain: climate
entity_id: 1268bb49b8c752d77852b0092b98ce2c
type: set_hvac_mode
hvac_mode: auto
- delay:
hours: 0
minutes: 0
seconds: 20
milliseconds: 0
- type: turn_on
device_id: 85f6a40d22fd0d7132f12de9fa359c3e
entity_id: ef8981ac6132bdf92ebf881b297af4c8
domain: switch
- delay:
hours: 0
minutes: 0
seconds: 20
milliseconds: 0
- action: notify.notify
data:
message: >-
Die Innentemperatur beträgt aktuell {{states
('sensor.1234_interior_temperature')}}°C. Die
aktuelle Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch {{states
('sensor.1234_soc')}}% im Akku. Auto wärmt sich nun
für 10min auf.
title: Innenraum Auto wird manuell aufgewärmt🔥
- action: notify.persistent_notification
data:
message: >-
Die Innentemperatur beträgt aktuell {{states
('sensor.1234_interior_temperature')}}°C. Die
aktuelle Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch {{states
('sensor.1234_soc')}}% im Akku. Auto wärmt sich nun
für 10min auf.
title: Innenraum Auto wird manuell aufgewärmt🔥
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- action: notify.notify
data:
message: >-
Die Innentemperatur beträgt nun {{states
('sensor.1234_interior_temperature')}}°C. Die
restliche Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch {{states
('sensor.1234_soc')}}% im Akku. Gute Fahrt!
title: Innenraum des Autos wurde manuell aufgewärmt🔥
- action: notify.persistent_notification
data:
message: >-
Die Innentemperatur beträgt nun {{states
('sensor.1234_interior_temperature')}}°C. Die
restliche Reichweite beträgt {{states
('sensor.1234_range')}}km und du hast noch {{states
('sensor.1234_soc')}}% im Akku. Gute Fahrt!
title: Innenraum des Autos wurde manuell aufgewärmt🔥
mode: single