remove mychevy from docs (#20299)

This commit is contained in:
Sean Dague 2021-11-14 15:05:12 -05:00 committed by GitHub
parent 1b9c6c6cec
commit 2825f85653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 60 deletions

View File

@ -1,56 +0,0 @@
---
title: myChevrolet
description: Instructions on how to integrate Chevy Bolt car into Home Assistant.
ha_category:
- Car
ha_release: 0.62
ha_iot_class: Cloud Polling
ha_domain: mychevy
ha_platforms:
- binary_sensor
- sensor
---
The `mychevy` integration communicates with the [my.chevrolet](https://my.chevrolet.com) website using the javascript API that the website uses (as of Dec 2018). The MyChevy website has been known to be both unstable (interfaces changing somewhat willy nilly) and has substantial outages. So be forwarned in using this component.
This integration provides the following platforms:
- Binary sensors: if the car is plugged in
- Sensors: Battery Level, Charge Mode, EST Range, Total Distance Traveled
## Configuration
To use MyChevy in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
mychevy:
username: YOUR_E_MAIL_ADDRESS
password: YOUR_PASSWORD
```
{% configuration %}
username:
description: The email address associated with your my.chevrolet account.
required: true
type: string
password:
description: The password for your given my.chevrolet account.
required: true
type: string
country:
description: Which country's servers to contact. Supports 'us' or 'ca'.
required: false
default: us
type: string
{% endconfiguration %}
### Limitations
The architecture of the GM automotive networking imposes some limitations on the functionality of the component.
The OnStar network link is very slow, and takes 1 - 3 minutes to get information back from the car. As such the `mychevy` integration only polls every 30 minutes to not overwhelms that connection.
The OnStar network (or more specifically the gateway used by the my.chevrolet website) appears to suffer more than most networks when the car is a) in a garage, and b) it's cold outside (like < 15 degrees F). One of the provided sensors is a status sensor which indicates if we got connectivity with the car on the last polling cycle or not.
The "API" for this is written through using some existing API calls from the Javascript web user interface. As such, it only currently is known to work if you have a Chevy Bolt EV or a Chevy Volt, and only 1 Chevy car connected to OnStar. Patches for extended support should go to the [https://github.com/sdague/mychevy](https://github.com/sdague/mychevy) project first, then Home Assistant can be extended.

View File

@ -160,7 +160,6 @@
/components/binary_sensor.linode /integrations/linode#binary-sensor
/components/binary_sensor.lupusec /integrations/lupusec
/components/binary_sensor.maxcube /integrations/maxcube
/components/binary_sensor.mychevy /integrations/mychevy
/components/binary_sensor.mystrom /integrations/mystrom#binary-sensor
/components/binary_sensor.ness_alarm /integrations/ness_alarm
/components/binary_sensor.nest /integrations/nest#binary-sensor
@ -769,7 +768,6 @@
/components/sensor.moon /integrations/moon
/components/sensor.mqtt_room /integrations/mqtt_room
/components/sensor.mvglive /integrations/mvglive
/components/sensor.mychevy /integrations/mychevy
/components/sensor.nederlandse_spoorwegen /integrations/nederlandse_spoorwegen
/components/sensor.nest /integrations/nest#sensor
/components/sensor.netatmo /integrations/netatmo#sensor
@ -1561,7 +1559,6 @@
/components/mqtt_room /integrations/mqtt_room
/components/mqtt_statestream /integrations/mqtt_statestream
/components/mvglive /integrations/mvglive
/components/mychevy /integrations/mychevy
/components/mycroft /integrations/mycroft
/components/myq /integrations/myq
/components/mysensors /integrations/mysensors
@ -2349,4 +2346,7 @@
/components/sensor.iota /more-info/removed-integration 301
/components/iota /more-info/removed-integration 301
/integrations/iota /more-info/removed-integration 301
/components/mychevy /more-info/removed-integration 301
/integrations/mychevy /more-info/removed-integration 301
/components/binary_sensor.mychevy /more-info/removed-integration 301
/components/sensor.mychevy /more-info/removed-integration 301