ConnectedCar Binding myAudi, Volkswagen, VW ID, Skoda, Enyaq, Seat, Ford, WeCharge

New build

  • New: Default image url will be queried for Audi (channel pictures#imageUrl1)
  • New: @MathiasK I added a Clima API Level 3 in the thing config, please try that and check the log. Different brands and/or models require different payload formats (1=simplified xml, 2=json, 3=xml with settings)
  • Change: number of history entries for rluHisoty, geoFenceAlerts and speedAlerts only depends on thing config, not on the number of available entries at initialization. This removes 3 API calls on initialization and speeds it up a little.
  • Fix: rluHistory sort fixed (rluHistory1 is the newest one)
  • Fix: concurrency exception on parallel initialization of multiple things

@MathiasK Please provide updated feature overview

|Audi      |e-tron  300 |2021|Electrical|DE/DE |        |     |       |           |    |   |     |    |      |                                                       |

Widget version updated to V2.1 to cover latest binding changes and some cosmetic changes :

  • Picture URL is optional, as the binding now provides individual pictures
  • Menu for information groups restructured
  • Information now collected via oh-repeater function, only existing items will be shown

@hmerk nice :+1:

you need to use the latest build of the binding

  • default labels use a schema for item names. This is required by the widget, don’t change them if you want to use the widget.
  • this means you have to delete and rediscover the vehicle thing and maybe relink your channels
  • the door safety and lock channels were removed. I think they provide so additional values compare to the state (open/closed)
  • does someone uses the roof cover channels? I think they can be removed too leaving the situation that the state of the sun roof itself is not included in the status data. I checked the Audi portal, which displays this info, but it uses a web-based API call, not CarNet API :frowning:
  • any other channels to clean-up?
  • any remaining issues with status data mapping?

@markus7017

  • About doors: I suggest to bring back locked status. state channel reports physical state only, so “open” or “closed”, but not “locked”/“unlocked”. Unlocking the car via rlu* now doesn’t result in any visible channel/item change. It now even results in status_VehicleLocked = ON even when unlocked.
    Earlier versions showed “unlocked”, but “closed”. Opening a door changes that door info to “unlocked”+“open”. I never saw “safety” changing, was guessing it is related to intruder alarm.
  • remaining issues:
    – speedAlarms’ index is 0-4, while others are 1-5
    – status_CurrentSpeed isn’t queried on polling Interval, but on manual update.

interesting about the doors, good argument, but in this case vehicleLocked should be aggregated from the doorLocks, not the states
I’ll change that
“safety” is maybe “Kindersicherung”?

I’ll look at rluHistory0
4, of course should be 1
5

I use what I get, there is no difference in processing both types of updates, but you get a current speed only when the vehicle does an update and if you want to get a current one you have to request a current update. There is no event mechanism or threshold, which automatically triggers an update

@cwi would be interesting to see what happens to the rateLimit while you are driving and requesting manual updates

Hey @markus7017,

  • As far as I experienced in the past days/weeks, vehicleLocked was well derived from doorLocks already, not from doors’ states. When Locks changed status, e.g. by Rlu activity or car key, it resulted in change of vehicleLocked. States remained CLOSED. They changed only after swinging doors physically (+ refresh). This value is nice to even see doors/trunk not physically closed 100%, as you can see it reported in car display when you start a trip.
    → little note: right after Lock activity, values of Locks and States of doors are a little inconsistent, reporting partially open + unlocked, although now locked and were closed anyways. An instant refresh (or later standard poll) clears the picture, all closed/locked. I expect these shortterm inconsistencies happen in VW backend, and reported via API. Nothing to worry, but good to know.
  • “doorSafety” doesn’t seem to refer to child safety lock. Checked just now with a little older binding version. Safety is constantly ON for all doors (while not available in newest binding).
  • CurrentSpeed: I persist this value, expected >0 during any trip longer than pollingInterval. Graph should show longterm long distance activity of the car. Doesn’t work. Only single peak in case of manual refresh. Next auto poll update brings it back to 0 km/h.
    Bottom line: manual refresh behaves different to pollingInterval refresh.
  • rateLimit is kind of interesting: I see it max 14. On frequent remote activity, when motor is off, it decreases - but increases back to 14 after a couple of minutes. Example: I trigger Rlu every minute, it decreases down to e.g. 11. Waiting ~5 minutes + refresh, it’s back to 14. I didn’t test it any further, maybe it devreases the rateLimit in case battery really reports an impact. Just to be clear: This is a standard Passat Diesel vehicle, no recharge on parking.
    While driving, I see no other rateLimit than 14 or 13.

Hi @markus7017

clima controll and door look are not working. Logs attached
log.txt (153.2 KB)

|Audi |e-tron 300 |2021|Electrical|DE/DE | no | no | n/a | n/a | n/a | n/a | yes | n/a | n/a |

startClimatisation was fetched, but then returned errorCode 2 - whatever that means
was the car running?

there is no LOCK action in the lock, just UNLOCK, which is completed successful

{"requestStatusResponse":{"vin":"XXXXXXXXXXXXXXXXX","status":"request_successful","resultData":"00000000000000000001"}}

hi ,

just download and tested the new widget. The preview on the github looks really good. Well done.

I created the items in VSCode by navigating to the car thing and added the items from here (create items from channels).
Unfortunately the item names are not according the naming convention you followed in the widget.

Switch                   SuperbStatusVehicleLocked                "Vehicle locked"                            {channel="carnet:vehicle:skoda-connect:TMBxxxxxxxxxxxxx:status#vehicleLocked"}

What is the best way to create the items so that is fits to the naming convention?
thx

You need to create the items in the GUI Model with “Create Points from Thing”, select the correct thing, then tag “show advanced channels”, scroll down to the end of the list and select all and finish with add to model.
This should give you the following scheme :

ThingName_channelGroup[lowerCase]_channelName[camel case]

Maybe select “Create Equippment from Thing” from the Model view. Select all channels, also advanced ones. There you see the generated label names, those are used to build the item name. Copy&Paste them, then you could abort the action if you don’t want to add the channels to the model. The widget requires the item name schema, @hmerk described above. There are good reasons for that, otherwise you would require dozens of item selections in the widget configuration.

1 Like

new build

  • number shortTrip and longTrip channel groups is no more based on number of available items, but just the thing config - again 2 API calls saved on thing initialization
  • speedAlerts 0
4 fixed, now 1
5
  • doorLock channels are back, I kept the removal of doorSafety, seems to have no value; I verified that status#vehicleLocke channel is based on doorLock channels
  • New API level 3 for climatisation (xml format with heater source), @MathiasK please try this option with heater source=electric (default) and automatic, maybe that gets the remote function working for you

i followed you approach.
1 removed my textual items.
then added the points from thing to the model

openhab:items list Superb*
Superb_tripShort1_ElectricalConsumption100km (Type=NumberItem, State=15 kWh, Label=tripShort1_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_AverageFuel100km (Type=NumberItem, State=NULL, Label=tripLong3_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts1_AlertType (Type=StringItem, State=NULL, Label=speedAlerts1_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_TripTime (Type=DateTimeItem, State=NULL, Label=tripLong5_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_Trunk (Type=ContactItem, State=CLOSED, Label=Trunk, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRoofPosition (Type=NumberItem, State=90 %, Label=Front Roof Position, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts2_AlertDescription (Type=StringItem, State=NULL, Label=geoFenceAlerts2_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearLeftPressureOK (Type=SwitchItem, State=ON, Label=Rear Left Pressure OK, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts5_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=geoFenceAlerts5_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_TripMilage (Type=NumberItem, State=10 km, Label=tripShort3_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_AverageSpeed (Type=NumberItem, State=74 km/h, Label=tripLong1_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts1_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=geoFenceAlerts1_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_AverageFuel100km (Type=NumberItem, State=3.3 l, Label=tripShort3_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts3_AlertDescription (Type=StringItem, State=NULL, Label=speedAlerts3_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_HoodLocked (Type=SwitchItem, State=ON, Label=Hood Locked, Category=, Tags=[Point], Groups=[gAuto])
Superb_NaturalGas (Type=NumberItem, State=0 %, Label=Natural Gas, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_AverageSpeed (Type=NumberItem, State=49 km/h, Label=tripLong2_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts3_SpeedLimit (Type=NumberItem, State=NULL, Label=speedAlerts3_SpeedLimit, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_AverageSpeed (Type=NumberItem, State=106 km/h, Label=tripShort2_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts5_AlertDescription (Type=StringItem, State=NULL, Label=geoFenceAlerts5_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_ElectricalConsumption100km (Type=NumberItem, State=2 kWh, Label=tripLong1_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts4_AlertType (Type=StringItem, State=NULL, Label=geoFenceAlerts4_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearRightDoor (Type=ContactItem, State=CLOSED, Label=Rear Right Door, Category=, Tags=[Point], Groups=[gAuto])
Superb_SecondaryFuelType (Type=NumberItem, State=3, Label=Secondary Fuel Type, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_AverageSpeed (Type=NumberItem, State=37 km/h, Label=tripShort3_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontLeftDoor (Type=ContactItem, State=CLOSED, Label=Front Left Door, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_AverageFuel100km (Type=NumberItem, State=6.7 l, Label=tripShort2_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_TripTime (Type=DateTimeItem, State=2021-06-12T18:01:53.000+0200, Label=tripShort4_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_AverageSpeed (Type=NumberItem, State=NULL, Label=tripLong3_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts3_AlertType (Type=StringItem, State=NULL, Label=geoFenceAlerts3_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_ElectricalConsumption100km (Type=NumberItem, State=7 kWh, Label=tripLong2_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_OutsideTemperature (Type=NumberItem, State=30.95 °C, Label=Outside Temperature, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_TripMilage (Type=NumberItem, State=NULL, Label=tripLong3_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts3_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=geoFenceAlerts3_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts2_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=speedAlerts2_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_SparePressureOK (Type=SwitchItem, State=ON, Label=Spare Pressure OK, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort1_TripTime (Type=DateTimeItem, State=2021-06-14T15:20:41.000+0200, Label=tripShort1_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontLeftWindow (Type=ContactItem, State=OPEN, Label=Front Left Window, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_OverallMilage (Type=NumberItem, State=NULL, Label=tripLong4_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts2_AlertDescription (Type=StringItem, State=NULL, Label=speedAlerts2_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_AverageSpeed (Type=NumberItem, State=34 km/h, Label=tripShort4_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_PrimaryFuelType (Type=NumberItem, State=6, Label=Primary Fuel Type, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort1_StartMilage (Type=NumberItem, State=10562 km, Label=tripShort1_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_DistanceInspection (Type=NumberItem, State=UNDEF, Label=Distance Inspection, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_StartMilage (Type=NumberItem, State=9957 km, Label=tripShort2_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_StartMilage (Type=NumberItem, State=9912 km, Label=tripShort4_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearLeftDoorLocked (Type=SwitchItem, State=ON, Label=Rear Left Door Locked, Category=, Tags=[Point], Groups=[gAuto])
Superb_ChargingLevel (Type=NumberItem, State=100 %, Label=Charging Level, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts3_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=speedAlerts3_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort1_TripMilage (Type=NumberItem, State=22 km, Label=tripShort1_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts1_AlertDescription (Type=StringItem, State=NULL, Label=geoFenceAlerts1_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts2_SpeedLimit (Type=NumberItem, State=NULL, Label=speedAlerts2_SpeedLimit, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearLeftWindowPosition (Type=NumberItem, State=0 %, Label=Rear Left Window Position, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_TripTime (Type=DateTimeItem, State=2021-06-11T21:56:25.000+0200, Label=tripShort5_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_AverageSpeed (Type=NumberItem, State=NULL, Label=tripLong5_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts4_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=speedAlerts4_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_StartMilage (Type=NumberItem, State=5596 km, Label=tripLong2_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_StartMilage (Type=NumberItem, State=NULL, Label=tripLong4_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts2_AlertType (Type=StringItem, State=NULL, Label=speedAlerts2_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_DistanceAdBlue (Type=NumberItem, State=UNDEF, Label=Distance Ad Blue, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_OverallMilage (Type=NumberItem, State=9912 km, Label=tripShort5_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_TripTime (Type=DateTimeItem, State=2021-06-14T10:38:28.000+0200, Label=tripShort2_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_TripMilage (Type=NumberItem, State=4850 km, Label=tripLong2_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort1_AverageSpeed (Type=NumberItem, State=32 km/h, Label=tripShort1_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_AverageFuel100km (Type=NumberItem, State=5.4 l, Label=tripLong1_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_OverallMilage (Type=NumberItem, State=9957 km, Label=tripShort3_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_ParkingBrake (Type=SwitchItem, State=OFF, Label=Parking Brake, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts5_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=speedAlerts5_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_AverageFuel100km (Type=NumberItem, State=4 l, Label=tripLong2_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_TripTime (Type=DateTimeItem, State=NULL, Label=tripLong3_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts4_AlertType (Type=StringItem, State=NULL, Label=speedAlerts4_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts5_SpeedLimit (Type=NumberItem, State=NULL, Label=speedAlerts5_SpeedLimit, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRightDoorLocked (Type=SwitchItem, State=ON, Label=Front Right Door Locked, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_TripMilage (Type=NumberItem, State=34 km, Label=tripShort4_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_TripMilage (Type=NumberItem, State=NULL, Label=tripLong5_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts5_AlertType (Type=StringItem, State=NULL, Label=speedAlerts5_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRightDoor (Type=ContactItem, State=CLOSED, Label=Front Right Door, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearLeftWindow (Type=ContactItem, State=CLOSED, Label=Rear Left Window , Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_TripMilage (Type=NumberItem, State=583 km, Label=tripShort5_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_OilPercentage (Type=NumberItem, State=100 %, Label=Oil Percentage, Category=, Tags=[Point], Groups=[gAuto])
Superb_TimetoInspection (Type=NumberItem, State=UNDEF, Label=Time to Inspection, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort1_OverallMilage (Type=NumberItem, State=10584 km, Label=tripShort1_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts1_AlertDescription (Type=StringItem, State=NULL, Label=speedAlerts1_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_TripTime (Type=DateTimeItem, State=2021-06-12T21:22:13.000+0200, Label=tripShort3_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts1_SpeedLimit (Type=NumberItem, State=NULL, Label=speedAlerts1_SpeedLimit, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts4_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=geoFenceAlerts4_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort1_AverageFuel100km (Type=NumberItem, State=0 l, Label=tripShort1_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts3_AlertType (Type=StringItem, State=NULL, Label=speedAlerts3_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts5_AlertType (Type=StringItem, State=NULL, Label=geoFenceAlerts5_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts2_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=geoFenceAlerts2_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRightTirePressureOK (Type=SwitchItem, State=ON, Label=Front Right Tire Pressure OK, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_OverallMilage (Type=NumberItem, State=10562 km, Label=tripShort2_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_Kilometer (Type=NumberItem, State=10584 km, Label=Kilometer, Category=, Tags=[Point], Groups=[gAuto])
Superb_FuelMethod (Type=StringItem, State=1, Label=Fuel Method, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearRightPressureOK (Type=SwitchItem, State=ON, Label=Rear Right Pressure OK, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_TripTime (Type=DateTimeItem, State=NULL, Label=tripLong4_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts4_AlertDescription (Type=StringItem, State=NULL, Label=geoFenceAlerts4_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts4_SpeedLimit (Type=NumberItem, State=NULL, Label=speedAlerts4_SpeedLimit, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_TripMilage (Type=NumberItem, State=NULL, Label=tripLong4_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_CurrentSpeed (Type=NumberItem, State=0 km/h, Label=Current Speed, Category=, Tags=[Point], Groups=[gAuto])
Superb_PrimaryRange (Type=NumberItem, State=170 km, Label=Primary Range, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontLeftDoorLocked (Type=SwitchItem, State=ON, Label=Front Left Door Locked, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_TripTime (Type=DateTimeItem, State=2021-06-14T17:06:07.000+0200, Label=tripLong1_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontLeftWindowPosition (Type=NumberItem, State=69 %, Label=Front Left Window Position, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts1_AlertType (Type=StringItem, State=NULL, Label=geoFenceAlerts1_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_SecondaryRange (Type=NumberItem, State=58 km, Label=Secondary Range, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_TripMilage (Type=NumberItem, State=604 km, Label=tripShort2_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearRightWindow (Type=ContactItem, State=CLOSED, Label=Rear Right Window, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_ElectricalConsumption100km (Type=NumberItem, State=NULL, Label=tripLong5_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_IntervalOilChange (Type=NumberItem, State=724 day, Label=Interval Oil Change, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts2_AlertType (Type=StringItem, State=NULL, Label=geoFenceAlerts2_AlertType, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_OverallMilage (Type=NumberItem, State=10584 km, Label=tripLong1_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRightWindowPosition (Type=NumberItem, State=0 %, Label=Front Right Window Position, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_OverallMilage (Type=NumberItem, State=10446 km, Label=tripLong2_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_DistanceOilChange (Type=NumberItem, State=28700 km, Label=Distance Oil Change, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_ElectricalConsumption100km (Type=NumberItem, State=7 kWh, Label=tripShort3_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_ElectricalConsumption100km (Type=NumberItem, State=9 kWh, Label=tripShort4_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_ElectricalConsumption100km (Type=NumberItem, State=NULL, Label=tripLong4_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_AverageFuel100km (Type=NumberItem, State=6.5 l, Label=tripShort5_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_ParkingLight (Type=SwitchItem, State=OFF, Label=Parking Light, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_StartMilage (Type=NumberItem, State=NULL, Label=tripLong5_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_ElectricalConsumption100km (Type=NumberItem, State=0 kWh, Label=tripShort5_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearRightWindowPosition (Type=NumberItem, State=0 %, Label=Rear Right Window Position, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_StartMilage (Type=NumberItem, State=10454 km, Label=tripLong1_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_ElectricalConsumption100km (Type=NumberItem, State=NULL, Label=tripLong3_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_AverageSpeed (Type=NumberItem, State=103 km/h, Label=tripShort5_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearRoofCover (Type=ContactItem, State=OPEN, Label=Rear Roof Cover, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearRightDoorLocked (Type=SwitchItem, State=ON, Label=Rear Right Door Locked, Category=, Tags=[Point], Groups=[gAuto])
Superb_TrunkLocked (Type=SwitchItem, State=ON, Label=Trunk Locked, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRightWindow (Type=ContactItem, State=CLOSED, Label=Front Right Window, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong2_TripTime (Type=DateTimeItem, State=2021-06-13T16:29:52.000+0200, Label=tripLong2_TripTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort3_StartMilage (Type=NumberItem, State=9947 km, Label=tripShort3_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts1_OccurrenceTime (Type=DateTimeItem, State=NULL, Label=speedAlerts1_OccurrenceTime, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts5_AlertDescription (Type=StringItem, State=NULL, Label=speedAlerts5_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort5_StartMilage (Type=NumberItem, State=9331 km, Label=tripShort5_StartMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_AverageSpeed (Type=NumberItem, State=NULL, Label=tripLong4_AverageSpeed, Category=, Tags=[Point], Groups=[gAuto])
Superb_RemainingFuel (Type=NumberItem, State=29 %, Label=Remaining Fuel, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort2_ElectricalConsumption100km (Type=NumberItem, State=0 kWh, Label=tripShort2_ElectricalConsumption100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_OverallMilage (Type=NumberItem, State=NULL, Label=tripLong3_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_Hood (Type=ContactItem, State=CLOSED, Label=Hood, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_OverallMilage (Type=NumberItem, State=NULL, Label=tripLong5_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong4_AverageFuel100km (Type=NumberItem, State=NULL, Label=tripLong4_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_OverallMilage (Type=NumberItem, State=9947 km, Label=tripShort4_OverallMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_TotalRange (Type=NumberItem, State=228 km, Label=Total Range, Category=, Tags=[Point], Groups=[gAuto])
Superb_speedAlerts4_AlertDescription (Type=StringItem, State=NULL, Label=speedAlerts4_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripShort4_AverageFuel100km (Type=NumberItem, State=2.5 l, Label=tripShort4_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontRoofCover (Type=ContactItem, State=OPEN, Label=Front Roof Cover, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong5_AverageFuel100km (Type=NumberItem, State=NULL, Label=tripLong5_AverageFuel100km, Category=, Tags=[Point], Groups=[gAuto])
Superb_RearLeftDoor (Type=ContactItem, State=CLOSED, Label=Rear Left Door, Category=, Tags=[Point], Groups=[gAuto])
Superb_geoFenceAlerts3_AlertDescription (Type=StringItem, State=NULL, Label=geoFenceAlerts3_AlertDescription, Category=, Tags=[Point], Groups=[gAuto])
Superb_FrontLeftTirePressureOK (Type=SwitchItem, State=ON, Label=Front Left Tire Pressure OK, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong1_TripMilage (Type=NumberItem, State=130 km, Label=tripLong1_TripMilage, Category=, Tags=[Point], Groups=[gAuto])
Superb_tripLong3_StartMilage (Type=NumberItem, State=NULL, Label=tripLong3_StartMilage, Category=, Tags=[Point], Groups=[gAuto]

added the widget widget_carnet_V2.1.yaml
configured the widget:

component: widget:widget_carnet_V2.1
config:
  itemPrefix: Superb
  carGroup: gAuto

still not working. Seems i am too stupid :worried:

Could you please show the complete yaml for the card you added to your page ?
Config params are ok, so it should work. Just in case, could you please reload the app (MainUI).

Is anyone else successful in changing the “Max Charging Current”? It think merging the setting and getting off the value has broken the functionality.

please provide a log

@markus7017

good news: lock/unlock works. Probably I did something wrong last time as I assume you haven’t changed anything.
Bad news: no change with the climate control. Heater is electric. API Level is 3.
log.txt (18.2 KB)

did you tried heaterSource=auto?

I do not have a channel to change the heaterSource. It only states “electric” in the log.