From 671367308228e87ec3076dd659a2a83d6bf4697f Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Mon, 25 Jan 2021 18:09:11 +0300 Subject: [PATCH] Starline OBD information (#13938) Co-authored-by: Franck Nijhof --- source/_integrations/starline.markdown | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/source/_integrations/starline.markdown b/source/_integrations/starline.markdown index 36d3a2b3376..667189fb7ce 100644 --- a/source/_integrations/starline.markdown +++ b/source/_integrations/starline.markdown @@ -20,12 +20,12 @@ The `starline` integration lets you retrieve data of your [StarLine](https://www This integration provides the following platforms: -- Binary sensors: Hand brake, hood, trunk, alarm status and doors lock state -- Device tracker: The location of your car -- Lock: Control the lock of your car -- Sensors: Battery level, SIM card balance, GSM signal level, interior temperature and engine temperature -- Switches: Start/stop engine, heater (webasto), additional channel and sound the horn -- Services: Update the state, set update frequency; details [below](#services) +- Binary Sensors: Hand brake, hood, trunk, alarm status and doors lock state. +- Device tracker: The location of your car. +- Lock: Control the lock of your car. +- Sensors: Battery level, SIM card balance, GSM signal level, Fuel Volume, Mileage, OBD Errors, interior temperature and engine temperature. +- Switches: Start/stop engine, heater (webasto), additional channel and sound the horn. +- Services: Update the state, set update frequency. More details can be found [here](#services). ## Configuration @@ -38,7 +38,7 @@ After adding the integration, you can configure the API update interval using [`
You can make up to 1000 API calls per day, which means you could make one approximately every 86 seconds. -By default, the state of integration will be updated every 3 minutes, making 480 calls per day. +By default, the state of integration will be updated every 3 minutes and OBD information will be updated every 3 hours, making 488 calls per day. It is not recommended to set an update interval of less than 90 seconds.
@@ -59,6 +59,14 @@ The service `starline.set_scan_interval` sets update frequency for entities. | ---------------------- | -------- | ----------- | | `scan_interval` | no | Update frequency in seconds. +### Set scan OBD interval + +The service `starline.set_scan_obd_interval` sets update frequency for OBD information. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `scan_interval` | no | Update frequency in seconds. + ## Disclaimer This software is not affiliated with or endorsed by ScPA StarLine Ltd.