Skip to content

Commit d510be9

Browse files
DavidDeSlooverefabaff
authored andcommitted
Improve Enphase Envoy documentation (home-assistant#6409)
1 parent 782fbdb commit d510be9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/_components/sensor.enphase_envoy.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_release: 0.76
1313
ha_iot_class: "Local Polling"
1414
---
1515

16-
A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy) solar energy monitor.
16+
A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy) solar energy gateway. Works with older models that only have production metrics (ie. Envoy-C) and newer models that offer both production and consumption metrics (ie. Envoy-S).
1717

1818
### {% linkable_title Configuration %}
1919

@@ -26,24 +26,24 @@ sensor:
2626
```
2727
2828
```yaml
29-
# Example configuration.yaml entry
29+
# Example configuration.yaml entry, limiting the metrics to production only
3030
sensor:
3131
- platform: enphase_envoy
3232
ip_address: LOCAL_IP_FOR_ENVOY
3333
monitored_conditions:
3434
- production
35-
- consumption
35+
- daily_production
36+
- seven_days_production
3637
- lifetime_production
37-
- lifetime_consumption
3838
```
3939
4040
{% configuration %}
4141
ip_address:
42-
description: The local IP Address of your Envoy. Leave blank to search for it, but this may not always be reliable.
42+
description: The local IP address of your Envoy. Leave blank to use the default host name 'envoy', but this may not always be reliable. You should be able to just browse to this IP address.
4343
required: false
4444
type: string
4545
monitored_conditions:
46-
description: The list of conditions to monitor.
46+
description: The list of conditions to monitor. If you have an Envoy that doesn't support consumption metrics (ie. Envoy-C), it's best only configure the production metrics.
4747
required: false
4848
type: list
4949
keys:

0 commit comments

Comments
 (0)