You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.enphase_envoy.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ha_release: 0.76
13
13
ha_iot_class: "Local Polling"
14
14
---
15
15
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).
17
17
18
18
### {% linkable_title Configuration %}
19
19
@@ -26,24 +26,24 @@ sensor:
26
26
```
27
27
28
28
```yaml
29
-
# Example configuration.yaml entry
29
+
# Example configuration.yaml entry, limiting the metrics to production only
30
30
sensor:
31
31
- platform: enphase_envoy
32
32
ip_address: LOCAL_IP_FOR_ENVOY
33
33
monitored_conditions:
34
34
- production
35
-
- consumption
35
+
- daily_production
36
+
- seven_days_production
36
37
- lifetime_production
37
-
- lifetime_consumption
38
38
```
39
39
40
40
{% configuration %}
41
41
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.
43
43
required: false
44
44
type: string
45
45
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.
0 commit comments