Skip to content

Commit

Permalink
feat: add solar power, grid power, load power sensors
Browse files Browse the repository at this point in the history
Adds grid and home (load) power sensors for energy sites (solar systems)
  • Loading branch information
shred86 authored Aug 13, 2022
1 parent d8fd050 commit 57d6095
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 423 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ The following sensors provide all available vehicle data as attributes. These se
- Drive State data sensor
- GUI Settings data sensor

This integration provies the following platforms for solar systems:

- Sensors - solar production, grid import/export and home consumption (updates every 10 seconds)

## Options

Tesla options are set via **Configuration** -> **Integrations** -> **Tesla** -> **Options**.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==2.3.0"],
"requirements": ["teslajsonpy==2.4.1"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
Loading

0 comments on commit 57d6095

Please sign in to comment.