This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbmw.items
35 lines (32 loc) · 1.84 KB
/
bmw.items
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Group gBMW "BMW" (All)
//ADJUST these items to hold your BMW ConnectedDrive
//credentials and the 17 chars long vehicle ident number (VIN)
String Bmw_Username "your bmw cd user here"
String Bmw_Password "your bmw cd password here"
String Bmw_Vin "WBY... your VIN here"
//Bmw_Region "1" = Rest of the World, "2" = North America, "3" =China
String Bmw_Region "1"
Switch Bmw_Climate "Climate" <ac_unit>
Switch Bmw_LockDoors "Lock" <lock>
Switch Bmw_UnlockDoors "Unlock" <lock_open>
Switch Bmw_ForceUpdate "ConnectedDrive" <update>
String Bmw_accessToken "AccessToken [%s]"
String Bmw_tokenExpires "TokenExpires [%s]"
//These items are to visualize the queried data
String Bmw_doorLockState "BMW [%s]" <lockstate> (gBMW)
Number Bmw_socMax "max. StateOfCharge [%s kWh]" <chart> (gBMW)
Number Bmw_chargingLevelHv "Ladezustand [%d %%]" <power> (gBMW)
Number Bmw_beRemainingRangeElectric "elektr. Reichweite [%d km]" <ev_station> (gBMW)
Number Bmw_beRemainingRangeFuel "Benzin Reichweite [%d km]" <gas_station> (gBMW)
Number Bmw_mileage "km-Stand [%d]" <odometer> (gBMW)
String Bmw_chargingSystemStatus "Ladestatus [%s]" <battery_unknown> (gBMW)
String Bmw_updateTimeConverted "Fz-Aktualisierung [%s]" <hourglass_empty> (gBMW)
Number Bmw_remainingFuel "Tankinhalt [%d l]" <opacity> (gBMW)
Number Bmw_lastTripAvgConsum "Energieverbrauch [%s kWh/100km]" <play> (gBMW)
Number Bmw_lastTripAvgRecup "Rekuperation [%s kWh/100km]" <replay> (gBMW)
String Bmw_gpsLat "Standort GPS Latitude [%s °]" <gpslat> (gBMW)
String Bmw_gpsLng "Standort GPS Longitude [%s °]" <gpslng> (gBMW)
String Bmw_gpsLatLng "Standort GPS Lat.,Long. [%s °]" <gpslng> (gBMW)
String Bmw_lastChargingEndResult "Ladeende Ergebnis [%s]" (gBMW)
String Bmw_lastUpdateReason "Update Grund [%s]" (gBMW)
String Bmw_unitOfLength "Längeneinheit [%s]" (gBMW)