Scusate, qualcuno può postarmi i risultati che ottiene per i comandi “hvac-status” e “hvac-settings” per un’auto in cui il precondizionamento programmato funziona?
Basta salvarsi in locale questa pagina e inserire prima il comando “hvac-status” e poi “hvac-settings”.
Se ottenete un errore 401, riprovate più tardi, oppure provate a lanciare l’app sul cell: sto ancora cercando di capire perchè il login funziona a volte sì e a volte no.
Vorrei capire cosa devo correggere in questa baraonda che viene fuori sulla mia Captur….
hvac-schedule
{
"calendar": {
"monday": [
{
"startTime": "1630",
"activationState": true
},
{
"startTime": "1700",
"activationState": false
}
],
"tuesday": [
{
"startTime": "1630",
"activationState": true
},
{
"startTime": "1700",
"activationState": false
}
],
"wednesday": [
{
"startTime": "1630",
"activationState": true
},
{
"startTime": "1700",
"activationState": false
}
],
"thursday": [
{
"startTime": "1630",
"activationState": true
},
{
"startTime": "1700",
"activationState": false
}
],
"friday": [
{
"startTime": "1630",
"activationState": true
},
{
"startTime": "1700",
"activationState": false
},
{
"startTime": "1530",
"activationState": false
},
{
"startTime": "0700",
"activationState": false
}
],
"saturday": [],
"sunday": [
{
"startTime": "1530",
"activationState": false
}
]
},
"globalTargetTemperature": 21
}
hvac-settings
{
"dateTime": "2021-10-05T11:51:44.356Z",
"mode": "scheduled",
"globalTargetTemperature": 21,
"schedules": [
{
"id": 1,
"activated": true,
"monday": {
"readyAtTime": "T16:30Z"
},
"tuesday": {
"readyAtTime": "T16:30Z"
},
"wednesday": {
"readyAtTime": "T16:30Z"
},
"thursday": {
"readyAtTime": "T16:30Z"
},
"friday": {
"readyAtTime": "T16:30Z"
}
},
{
"id": 2,
"activated": false,
"monday": {
"readyAtTime": "T17:00Z"
},
"tuesday": {
"readyAtTime": "T17:00Z"
},
"wednesday": {
"readyAtTime": "T17:00Z"
},
"thursday": {
"readyAtTime": "T17:00Z"
},
"friday": {
"readyAtTime": "T17:00Z"
}
},
{
"id": 3,
"activated": false,
"friday": {
"readyAtTime": "T15:30Z"
},
"sunday": {
"readyAtTime": "T15:30Z"
}
},
{
"id": 4,
"activated": false,
"friday": {
"readyAtTime": "T07:00Z"
}
},
{
"id": 5,
"activated": false
}
]
}