ksheumaker / homeassistant-apsystems_ecur

Home Assistant custom component for local querying of APSystems ECU-R Solar System
Apache License 2.0
166 stars 42 forks source link

connection refused #188

Closed TimWinkler closed 1 year ago

TimWinkler commented 1 year ago

This error originated from a custom integration.

Logger: homeassistant.config_entries Source: custom_components/apsystems_ecur/init.py:199 Integration: APSystems PV solar ECU (documentation, issues) First occurred: 12:52:12 PM (1 occurrences) Last logged: 12:52:12 PM

Error setting up entry ECU: 216300036646 for apsystems_ecur Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/apsystems_ecur/init.py", line 199, in async_setup_entry hass.config_entries.async_setup_platforms(config, PLATFORMS) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

renini commented 1 year ago

Seems like you are using an old version of the custom component. Same as #186 and #187

TimWinkler commented 1 year ago

i think i am on v1.2.29

TimWinkler commented 1 year ago

restore to 2023.4.6 fixed it - broken with 2023.5.1

Henttonen commented 1 year ago

Hi, Is there any easy way to fix this?

Logger: homeassistant.config_entries Source: custom_components/apsystems_ecur/init.py:187 Integration: APSystems PV solar ECU (documentation, issues) First occurred: 12.48.53 (2 occurrences) Last logged: 13.22.52

Error setting up entry ECU: XxXxXxXxXxXxXx for apsystems_ecur Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/apsystems_ecur/init.py", line 187, in async_setup_entry hass.config_entries.async_setup_platforms(config, PLATFORMS) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

HAEdwin commented 1 year ago

What version of the integration are you running on?

HAEdwin commented 1 year ago

I'll close this issue since the original question for this issue was solved.