From 2d23eb2fca017d66cf7f605fc5b7b6200608171b Mon Sep 17 00:00:00 2001 From: Jesse Rizzo <32472573+jesserizzo@users.noreply.github.com> Date: Thu, 2 Aug 2018 18:45:11 -0500 Subject: [PATCH] Add documentation for new Enphase Envoy platform (#5638) * Create documentation for Enphase Envoy component * Add list of available conditions * Upload Enphase logo * Add second example configuration.yaml * Fix minor formatting errors * Fix configuration variables section * Fix minor typo * :pencil2: Removed duplicate header * Changed ip to ip_address * Minor fixes Change title to sensor.enphase_envoy. Update version number. Fix typo in enphase logo file name. * Remove name key from configuration --- .../_components/sensor.enphase_envoy.markdown | 55 +++++++++++++++++++ .../images/supported_brands/enphase-logo.svg | 1 + 2 files changed, 56 insertions(+) create mode 100644 source/_components/sensor.enphase_envoy.markdown create mode 100644 source/images/supported_brands/enphase-logo.svg diff --git a/source/_components/sensor.enphase_envoy.markdown b/source/_components/sensor.enphase_envoy.markdown new file mode 100644 index 00000000000..fb04d906ed4 --- /dev/null +++ b/source/_components/sensor.enphase_envoy.markdown @@ -0,0 +1,55 @@ +--- +layout: page +title: "Enphase Envoy" +description: "Instructions on how to setup Enphase Envoy with Home Assistant." +date: 2018-06-30 12:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: enphase-logo.svg +ha_category: Energy +ha_release: 0.76 +ha_iot_class: "Local Polling" +--- + +A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy) solar energy monitor. + +### {% linkable_title Configuration %} + +To enable this sensor, add the following lines to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: enphase_envoy + ip_address: ENVOY_LOCAL_IP_ADDRESS +``` + +{% configuration %} +ip_address: + description: The local IP Address of your Envoy + required: true + type: string +monitored_conditions: + description: The list of conditions to monitor + required: false + type: list + keys: + production: + description: The power in W being produced by the solar panels + daily_production: + description: The energy in Wh produced that day + 7_days_production: + description: The energy in Wh produced the last 7 days + lifetime_production: + description: The energy in Wh produced in the lifetime of the Envoy + consumption: + description: The power in W being consumed in the whole house + daily_consumption: + description: The energy in Wh consumed that day + 7_days_consumption: + description: The energy in Wh consumed the last 7 days + lifetime_consumption: + description: The energy in Wh consumed in the lifetime of the Envoy +{% endconfiguration %} diff --git a/source/images/supported_brands/enphase-logo.svg b/source/images/supported_brands/enphase-logo.svg new file mode 100644 index 00000000000..3f8f7b3de38 --- /dev/null +++ b/source/images/supported_brands/enphase-logo.svg @@ -0,0 +1 @@ +Artboard 1 \ No newline at end of file