mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
07a1976c81
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net> |
||
---|---|---|
.. | ||
src/main | ||
NOTICE | ||
pom.xml | ||
README.md |
Renault Binding
This binding allow MyRenault App. users to get battery status and other data from their cars.
A binding that translates the python based renault-api in an easy to use binding.
Supported Things
Supports MyRenault registered cars with an active Connected-Services account.
This binding can only retrieve information that is available in the the MyRenault App.
Discovery
No discovery
Thing Configuration
You require your MyRenault credential, locale and VIN for your MyRenault registered car.
Parameter | Description | Required |
---|---|---|
myRenaultUsername | MyRenault Username. | yes |
myRenaultPassword | MyRenault Password. | yes |
locale | MyRenault Location (language_country). | yes |
vin | Vehicle Identification Number. | yes |
refreshInterval | Interval the car is polled in minutes. | no |
Channels
Currently all available channels are read only:
Channel ID | Type | Description |
---|---|---|
batterylevel | Number | State of the battery in % |
hvacstatus | Switch | HVAC status switch |
image | String | Image URL of MyRenault |
location | Location | The GPS position of the vehicle |
odometer | Number:Length | Total distance travelled |