Envoy gateway entities not showing up.
Here is my log file:
Logger: homeassistant.components.enphase_envoy.sensor
Source: components/enphase_envoy/sensor.py:85
Integration: enphase_envoy ([documentation](https://www.home-assistant.io/integrations/enphase_envoy), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+enphase_envoy%22))
First occurred: 6:18:15 AM (1 occurrences)
Last logged: 6:18:15 AM
Authentication failure during setup: 401 Client Error: Unauthorized for url: http://192.168.1.110/api/v1/production/inverters For more information check: https://httpstatuses.com/401
Hello,
Here is my configuration.
sensor:
- platform: enphase_envoy
name: Emery Enphase
ip_address: !secret envoy_ip
username: installer
password: !secret envoy_pass
monitored_conditions:
- production
- daily_production
- seven_days_production
- lifetime_production
- consumption
- daily_consumption
- seven_days_consumption
- lifetime_consumption
- inverters
Trying this http://192.168.1.110/api/v1/production/inverters I get…
{
"status": 401,
"error": "",
"info": "Authentication required",
"moreInfo": ""
}
Trying this: http://192.168.1.110 I do see all of the stats.
I’m running the latest updates and still are getting “Entity not available” for all three Envoy entities.
Any ideas?
Log Details (ERROR)
Logger: homeassistant.components.enphase_envoy.sensor
Source: components/enphase_envoy/sensor.py:85
Integration: enphase_envoy ([documentation](https://www.home-assistant.io/integrations/enphase_envoy), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+enphase_envoy%22))
First occurred: 5:55:40 AM (1 occurrences)
Last logged: 5:55:40 AM
Authentication failure during setup: 401 Client Error: Unauthorized for url: http://192.168.1.110/api/v1/production/inverters For more information check: https://httpstatuses.com/401