mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Franck Nijhof <git@frenck.dev>
1.2 KiB
1.2 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain
title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_domain | ||||
---|---|---|---|---|---|---|---|---|---|---|
Rainforest Eagle-200 | Instructions on how to setup the Rainforest Eagle with Home Assistant. |
|
0.97 | Local Polling |
|
rainforest_eagle |
A sensor
platform for the Rainforest Automation's Eagle-200
and Legacy Eagle energy gateways.
Configuration
To enable this sensor, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: rainforest_eagle
ip_address: IP_FOR_EAGLE
cloud_id: CLOUD_ID_FROM_EAGLE
install_code: INSTALL_CODE_FROM_EAGLE
{% configuration %}
ip_address:
description: The local IP address of your Eagle device.
required: true
type: string
cloud_id:
description: The Cloud ID that is printed on the bottom of the Eagle
required: true
type: string
install_code:
description: "The Install Code that is printed on the bottom of the Eagle. Use the full Install Code with no spaces (e.g., 1a2b3c4d5a6b7c8d
)"
required: true
type: string
{% endconfiguration %}