Adapter für Fiat und Jeep
Die Fiat oder Jeep App Mail und Passwort eingeben.
fiat.0.id.remote auf true setzen steuert den jeweiligen Befehl
Der State <VIN>.remote.CPPLUS erwartet ein Array von Schedule-Objekten
(auch ein einzelnes Objekt wird akzeptiert und automatisch in ein
Array verpackt). Der Adapter baut daraus den Wrapper-Body wie die
offizielle My-Uconnect-App:
{
"command": "CPPLUS",
"pinAuth": "…",
"schedules": [
{
"cabinPriority": false,
"chargeToFull": false,
"enableScheduleType": true,
"endTime": "13:05",
"repeatSchedule": true,
"scheduleType": "CHARGE",
"scheduledDays": {
"friday": true, "monday": true, "saturday": true, "sunday": true,
"thursday": true, "tuesday": true, "wednesday": true
},
"startTime": "13:00"
}
]
}Gesendet wird an /v2/accounts/{UID}/vehicles/{VIN}/ev/schedule/ — das
Body-Format ist aus ScheduleV2Model$Post$Request der offiziellen App
(APK 1.99.701) übernommen.
https://forum.iobroker.net/topic/46378/test-adapter-fiat-v0-0-x
- Updated Dependencies and latest API changes
- added schedule edit via remote.CPPLUS
- (TA2k) Added Jeep support
- (TA2k) Added precondition
- (TA2k) Enable deep refresh to update charging state
- (TA2k) initial release
MIT License
Copyright (c) 2021-2030 TA2k tombox2020@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

