Open ThraaxSession opened 1 day ago
Below you can find some info how to activate the timer.
HTTP POST https://mysmob.api.connect.skoda-auto.cz/api/v1/vehicle-automatization/TMBXXXXXXXXXXXXXX/departure/timers
{
"deviceDateTime": "2024-11-06T20:43:11.841+01:00",
"timers": [
{
"charging": true,
"climatisation": true,
"enabled": true,
"id": 1,
"oneOffDay": "THURSDAY",
"preferredChargingTimes": [
{
"enabled": true,
"endTime": "06:00",
"id": 1,
"startTime": "00:00"
}
],
"targetBatteryStateOfChargeInPercent": 90,
"time": "07:00",
"type": "ONE_OFF"
}
]
}
or
{
"deviceDateTime": "2024-11-06T20:40:15.287+01:00",
"timers": [
{
"charging": true,
"climatisation": true,
"enabled": true,
"id": 1,
"preferredChargingTimes": [
{
"enabled": true,
"endTime": "06:00",
"id": 1,
"startTime": "00:00"
}
],
"recurringOn": [
"MONDAY",
"TUESDAY",
"WEDNESDAY",
"THURSDAY",
"FRIDAY",
"SATURDAY",
"SUNDAY"
],
"targetBatteryStateOfChargeInPercent": 90,
"time": "07:00",
"type": "RECURRING"
}
]
}
where timers["id"] is identification of the timer (1,2 or 3)
Ah not sure it's what I need. This seems to be about charging only, not heating/cooling.
just set charging to false and climatisation to true.. then time attribute should be set to time when you want to have you car ready
The official app supports pre-conditioning with a timer. Would be awesome to have similar possibilities like in the main app.