Enphase Envoy
A sensor platform for the Enphase 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).
Configuration
To enable this sensor, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: enphase_envoy
Configuration Variables
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.
Access more information beyond the basics, such as Inverter data. Some Envoy devices do not use the standard username which is used by the API. This lets the user use a different username than the default of ‘envoy’.
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.
Full example
# Example configuration.yaml entry, limiting the metrics to production only
sensor:
- platform: enphase_envoy
name: Optional_name
ip_address: LOCAL_IP_FOR_ENVOY
monitored_conditions:
- production
- daily_production
- seven_days_production
- lifetime_production