Skip to content

Commit

Permalink
Add services to Renault integration
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Aug 18, 2021
1 parent d700fff commit ce6884f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions source/_integrations/renault.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,50 @@ You need two API keys: one for Gigya and one for Kamereon and they shouldn't be
{% include integrations/config_flow.md %}

All vehicles linked to the account should then get added as devices, with sensors added as linked entity.

## Services

### Service `renault.ac_start`

Start A/C on the specified vehicle by `vin`.

| Service data attribute | Required | Description |
| ---------------------- | -------- | ----------- |
| `vin` | yes | VIN of the vehicle |
| `temperature` | yes | Target A/C temperature in °C |
| `when` | no | Timestamp for the start of the A/C (optional - defaults to now) |

### Service `renault.ac_cancel`

Cancel A/C on the specified vehicle by `vin`.

| Service data attribute | Required | Description |
| ---------------------- | -------- | ----------- |
| `vin` | yes | VIN of the vehicle |

### Service `renault.charge_set_mode`

Set charge mode on the specified vehicle by `vin`.

| Service data attribute | Required | Description |
| ---------------------- | -------- | ----------- |
| `vin` | yes | VIN of the vehicle |
| `charge_mode` | yes | Charge mode to apply. Allowed values: `always`, `always_charging`, `schedule_mode` |

### Service `renault.charge_set_schedules`

Update charge schedule on the specified vehicle by `vin`.

| Service data attribute | Required | Description |
| ---------------------- | -------- | ----------- |
| `vin` | yes | VIN of the vehicle |
| `schedules` | yes | Schedule details. Can be a single schedule or a list of schedules |

### Service `renault.charge_start`

Start charge on the specified vehicle by `vin`.

| Service data attribute | Required | Description |
| ---------------------- | -------- | ----------- |
| `vin` | yes | VIN of the vehicle |

0 comments on commit ce6884f

Please sign in to comment.