diff --git a/source/_integrations/tesla_fleet.markdown b/source/_integrations/tesla_fleet.markdown index 6986c29560e..529f9ab68e7 100644 --- a/source/_integrations/tesla_fleet.markdown +++ b/source/_integrations/tesla_fleet.markdown @@ -152,3 +152,11 @@ These are the entities available in the Tesla Fleet integration. Not all entitie ## Vehicle sleep Constant API polling will prevent most Model S and Model X vehicles manufactured before 2021 from sleeping, so the integration will stop polling these vehicles for 15 minutes, after 15 minutes of inactivity. You can call the `homeassistant.update_entity` service to force polling the API, which will reset the timer. + +## Energy dashboard + +The Tesla Fleet API only provides power data for Powerwall and Solar products. This means they cannot be used on the energy dashboard directly. + +Energy flows can be calculated from `Battery power` and `Grid power` sensors using a [Template Sensor](/integrations/template/) to separate the positive and negative values into positive import and export values. +The `Load power`, `Solar power`, and the templated sensors can then use a [Riemann Sum](/integrations/integration/) to convert their instant power (kW) values into cumulative energy values (kWh), +which then can be used within the energy dashboard. diff --git a/source/_integrations/teslemetry.markdown b/source/_integrations/teslemetry.markdown index 45ab4cfc6e7..2c3f8ecce4e 100644 --- a/source/_integrations/teslemetry.markdown +++ b/source/_integrations/teslemetry.markdown @@ -268,3 +268,11 @@ Teslemetry provides various custom actions to interact with the Tesla Fleet API |---------------|------------------------------|------------------------------------------------------------------------------------------------------------------| | device_id | The energy site's device ID | 0d462c0c4c0b064b1a91cdbd1ffcbd31 | | tou_settings | Time of use settings | See [Tesla Fleet API documentation](https://developer.tesla.com/docs/fleet-api#time_of_use_settings) for details | + +## Energy dashboard + +The Tesla Fleet API only provides power data for Powerwall and Solar products. This means they cannot be used on the energy dashboard directly. + +Energy flows can be calculated from `Battery power` and `Grid power` sensors using a [Template Sensor](/integrations/template/) to separate the positive and negative values into positive import and export values. +The `Load power`, `Solar power`, and the templated sensors can then use a [Riemann Sum](/integrations/integration/) to convert their instant power (kW) values into cumulative energy values (kWh), +which then can be used within the energy dashboard. diff --git a/source/_integrations/tessie.markdown b/source/_integrations/tessie.markdown index ef96ef37130..384b32f6555 100644 --- a/source/_integrations/tessie.markdown +++ b/source/_integrations/tessie.markdown @@ -256,3 +256,11 @@ The integration will show vehicle software updates and their installation progre - Allow charging from grid - Storm watch + +## Energy dashboard + +The Tesla Fleet API only provides power data for Powerwall and Solar products. This means they cannot be used on the energy dashboard directly. + +Energy flows can be calculated from `Battery power` and `Grid power` sensors using a [Template Sensor](/integrations/template/) to separate the positive and negative values into positive import and export values. +The `Load power`, `Solar power`, and the templated sensors can then use a [Riemann Sum](/integrations/integration/) to convert their instant power (kW) values into cumulative energy values (kWh), +which then can be used within the energy dashboard.