@@ -1240,6 +1240,34 @@ vehicles:
1240
1240
1241
1241
1242
1242
1243
+ <!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
1244
+
1245
+ ### Home Assistant Fahrzeug
1246
+
1247
+ Erfordert eine laufende Home Assistant Instanz mit passenden Fahrzeug-Entities und Services.
1248
+
1249
+ <DeviceConfig code = { ` vehicles:
1250
+ - name: my_car
1251
+ type: template
1252
+ template: homeassistant
1253
+ : # Home Assistant Entity IDs, Alle Werte sind Home Assistant Entity IDs (z.B. sensor.*, binary_sensor.*, number.*, script.*) (optional)
1254
+ uri: http://192.168.1.10:8123 # Home Assistant URI, z.B. http://192.168.1.10:8123
1255
+ token: # Home Assistant Long-Lived Access Token
1256
+ soc: sensor.vehicle_soc # Ladezustand [%]
1257
+ range: sensor.vehicle_range # Restreichweite [km], optional
1258
+ status: sensor.vehicle_charging # Ladestatus, optional
1259
+ limitSoc: number.vehicle_target_state_of_charge # Ziel-Ladezustand [%], optional
1260
+ odometer: sensor.vehicle_odometer # Kilometerstand [km], optional
1261
+ climater: binary_sensor.vehicle_climater # Klimatisierung aktiv, optional
1262
+ maxCurrent: sensor.vehicle_max_current # Maximalstrom [A] (A), Definiert die maximale Stromstärke pro angeschlossener Phase die genutzt werden kann (optional)
1263
+ getMaxCurrent: sensor.vehicle_get_max_current # Aktueller Maximalstrom [A], optional
1264
+ finishTime: sensor.vehicle_finish_time # Ladeende (ISO8601 oder Unix), optional
1265
+ start_charging: script.vehicle_start_charge # Service zum Laden starten, optional
1266
+ stop_charging: script.vehicle_stop_charge # Service zum Laden stoppen, optional
1267
+ wakeup: script.vehicle_wakeup # Service zum Aufwecken, optional ` } />
1268
+
1269
+
1270
+
1243
1271
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
1244
1272
1245
1273
### ioBroker.bmw
0 commit comments