Update sensor list for Sense integration. (#18983)

This commit is contained in:
Christopher Kochan 2021-09-01 10:49:02 -07:00 committed by GitHub
parent b517335519
commit 9264ec7cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,19 @@ There is currently support for the following device types within Home Assistant:
## Sensors
Sensors are added for both usage and production with the following names:
Sensors are added for both usage and production:
- **Active Usage/Production**: Current active power usage/production in Watts. Updated every 60 seconds.
- **Daily/Weekly/Monthly Usage/Production**: Daily/Weekly/Monthly power usage/production in kWh. Updated every 5 minutes.
- Active sensors: Updated every 60 seconds.
- Usage: Current active power usage in Watts.
- Production: Current active power production in Watts.
- Trend sensors: Data provided for daily, weekly, monthly and yearly scales. Updated every 5 minutes.
- Usage: Power usage in kWh.
- Production: Power production in kWh.
- To Grid: Power exported to the grid in kWh.
- From Grid: Power imported from the grid in kWh.
- Net Production: Measures total solar production against usage.
- Net Production Percentage: Net production as a percentage value.
- Solar Powered Percentage: Percentage of power used directly from solar.
Binary sensors are created for each of the devices detected by your Sense monitor to show their power state.