mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00

* Updated to include new devices configuration * Sensor now requires sense component * Added sense device binary sensor * Added main Sense component * No longer needed * Redirects to sense * Added info about sensors that are added * Update 'ha_release'
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release | redirect_from |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Sense | Instructions on how to integrate Sense within Home Assistant. | 2018-10-22 22:50 | true | false | true | true | sense.png | Energy | Cloud Polling | 0.82 | /components/sensor.sense/ |
Integrate your Sense meter information into Home Assistant.
{% linkable_title Configuration %}
To enable this sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sense:
email: CLIENT_ID
password: CLIENT_SECRET
Sensors are added for both usage and production with the following names:
- 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.
Binary sensors are created for each of the devices detected by your Sense monitor to show their power state.
{% configuration %}
email:
description: The email associated with your Sense account/application.
required: true
type: string
password:
description: The password for your Sense account/application.
required: true
type: string
timeout:
description: Seconds for timeout of API requests
required: false
type: positive_int
{% endconfiguration %}