core: Could not connect or determine Envoy model
The problem
Unexpected error fetching envoy Envoy 1221270xxxx data: Could not connect or determine Envoy model. Check that the device is up at 'http://192.168.xx.xx
What version of Home Assistant Core has the issue?
2023.7.1
What was the last working version of Home Assistant Core?
2023.6
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
Enphase Envoy
Link to integration documentation on our website
https://www.home-assistant.io/integrations/enphase_envoy
Diagnostics information
Logger: homeassistant.components.enphase_envoy Source: components/enphase_envoy/init.py:44 Integration: Enphase Envoy (documentation, issues) First occurred: 8 July 2023 at 15:06:53 (1001 occurrences) Last logged: 11:42:38
Unexpected error fetching envoy Envoy 122127xxxx data: Could not connect or determine Envoy model. Check that the device is up at 'http://192.168.xx.xx. Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 283, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 242, in _async_update_data return await self.update_method() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/enphase_envoy/init.py”, line 44, in async_update_data await envoy_reader.getData() File “/usr/local/lib/python3.11/site-packages/envoy_reader/envoy_reader.py”, line 136, in getData await self.detect_model() File “/usr/local/lib/python3.11/site-packages/envoy_reader/envoy_reader.py”, line 209, in detect_model raise RuntimeError( RuntimeError: Could not connect or determine Envoy model. Check that the device is up at ‘http://192.168.xx.xx’.
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Logger: homeassistant.config_entries
Source: config_entries.py:1257
First occurred: 8 July 2023 at 15:07:28 (26 occurrences)
Last logged: 11:41:13
Config entry 'Envoy 1221270xxxx' for enphase_envoy integration not ready yet: Could not connect or determine Envoy model. Check that the device is up at 'http://192.168.xx.xx'.; Retrying in background
Additional information
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 22 (1 by maintainers)
I too prefer to wait for a change in the official integration instead of moving to hacs
That could be the case, although my envoy integration worked until I upgraded from 2023.6 to 2023.7 last week.
In theory it could be the case that my envoy firmware upgraded the same moment I upgraded my HA, although I think this is unlikely since the envoy firmware upgrade was performed somewhere in early May. However, this must indeed be investigated.