[renault] Add channel for pausing/resuming charging (#14527)
* Adding Pause-Resume Endpoint Signed-off-by: fifipil909 <vincent.pilate@gmail.com>
This commit is contained in:
@@ -37,6 +37,7 @@ You require your MyRenault credential, locale and VIN for your MyRenault registe
|
||||
| batterylevel | Number | State of the battery in % | Yes |
|
||||
| batterystatusupdated | DateTime | Timestamp of the last battery status update | Yes |
|
||||
| chargingmode | String | Charging mode. always_charging or schedule_mode | No |
|
||||
| pause | Switch | Pause the charge. | No |
|
||||
| chargingstatus | String | Charging status | Yes |
|
||||
| chargingremainingtime | Number:Time | Charging time remaining | Yes |
|
||||
| plugstatus | String | Status of charging plug | Yes |
|
||||
@@ -59,6 +60,9 @@ The "externaltemperature" only works on a few cars.
|
||||
The "hvactargettemperature" is used by the hvacstatus ON command for pre-conditioning the car.
|
||||
This seams to only allow values 19, 20 and 21 or else the pre-conditioning command will not work.
|
||||
|
||||
The 'pause' and 'chargingmode' may not work on some cars.
|
||||
As an example, 'chargingmode' does not work on Dacia Spring cars.
|
||||
|
||||
The Kamereon API Key changes periodically, which causes a communication error.
|
||||
To fix this error update the API Key in the bindings configuration.
|
||||
The new key value can hopefully be found in the renault-api project: [KAMEREON_APIKEY value](https://github.com/hacf-fr/renault-api/blob/main/src/renault_api/const.py) or in the openHAB forums.
|
||||
@@ -77,6 +81,7 @@ sitemap renaultcar label="Renault Car" {
|
||||
Default icon="poweroutlet" item=RenaultCar_PlugStatus
|
||||
Default icon="switch" item=RenaultCar_ChargingStatus
|
||||
Selection icon="switch" item=RenaultCar_ChargingMode mappings=[SCHEDULE_MODE="Schedule mode",ALWAYS_CHARGING="Instant charge"]
|
||||
Default icon="switch" item=RenaultCar_Pause
|
||||
Default item=RenaultCar_ChargingTimeRemaining
|
||||
Default icon="pressure" item=RenaultCar_EstimatedRange
|
||||
Default icon="pressure" item=RenaultCar_Odometer
|
||||
|
||||
Reference in New Issue
Block a user