Sense
Integrate your Sense meter information into Home Assistant.
To enable this sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: sense
email: CLIENT_ID
password: CLIENT_SECRET
monitored_conditions:
- active_usage
- active_production
- daily_usage
- daily_production
Two types of sensors can be monitored and will be created with the following names:
- Active Usage/Production: Current active power usage/production in Watts. Updated every 30 seconds.
- Daily Usage/Production: Daily power usage/production in kWh. Updated every 5 minutes.
- …
Weekly, Monthly and Yearly variants are also available.
Configuration Variables
-
(string)(Required)The email associated with your Sense account/application.
- password
-
(string)(Required)The password for your Sense account/application.
- monitored_conditions
-
(list)(Required)List of sensors to display in the front end.
-
- active_usage
-
The current power usage in W
- active_production
-
The current solar production in W
- daily_usage
-
Total power used for current day in kWh
- daily_production
-
Total power produced for current day in kWh
- weekly_usage
-
Total power used for current week in kWh
- weekly_production
-
Total power produced for current week in kWh
- monthly_usage
-
Total power used for current month in kWh
- monthly_production
-
Total power produced for current month in kWh
- yearly_usage
-
Total power used for current year in kWh
- yearly_production
-
Total power produced for current year in kWh