mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix installation requirements (#7841)
As of mychevy.py [1.0.0](49677c4db9/HISTORY.rst (L9)
) selenium is no longer a dependency. (The home assistant component imports mychevy 1.0.1)
Removed references to selenium.
Added Chevy Volt to known working vehicles.
This commit is contained in:
parent
2f1eaa6efe
commit
ad85c2fe92
@ -13,7 +13,7 @@ ha_release: 0.62
|
|||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `mychevy` component communicates with the [my.chevrolet](https://my.chevrolet.com) website using selenium to log in as your user and screen scrape the data provided. GM does not make it easy to sign up for any official development program, so this provides a workaround to get access to your data.
|
The `mychevy` component communicates with the [my.chevrolet](https://my.chevrolet.com) website to log in as your user and screen scrape the data provided. GM does not make it easy to sign up for any official development program, so this provides a workaround to get access to your data.
|
||||||
|
|
||||||
This component provides the following platforms:
|
This component provides the following platforms:
|
||||||
|
|
||||||
@ -43,10 +43,6 @@ password:
|
|||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title Installation %}
|
|
||||||
|
|
||||||
Because this uses selenium behind the scenes, installation is more complicated than merely `pip` install. See the [installation instructions](https://github.com/sdague/mychevy).
|
|
||||||
|
|
||||||
### {% linkable_title Limitations %}
|
### {% linkable_title Limitations %}
|
||||||
|
|
||||||
The architecture of the GM automotive networking imposes some limitations on the functionality of the component.
|
The architecture of the GM automotive networking imposes some limitations on the functionality of the component.
|
||||||
@ -55,5 +51,5 @@ The OnStar network link is very slow, and takes 1 - 3 minutes to get information
|
|||||||
|
|
||||||
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 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 by web scraping. As such, it only currently is known to work if you have a Chevy Bolt EV, and only 1 Chevy car connected to OnStar. Patches for extended support should go to the https://github.com/sdague/mychevy project first, then Home Assistant can be extended.
|
The "API" for this is written by web scraping. 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 project first, then Home Assistant can be extended.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user