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

get a daily "connection refused" only a power cycle resolves the issue #169

Closed TimWinkler closed 1 year ago

TimWinkler commented 1 year ago

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 1:15:20 PM (1 occurrences) Last logged: 1:15:20 PM

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for apsystems_ecur using this method at custom_components/apsystems_ecur/init.py, line 199: hass.config_entries.async_setup_platforms(config, PLATFORMS)

TimWinkler commented 1 year ago

Home Assistant 2023.3.6 Supervisor 2023.03.3 Operating System 9.5 Frontend 20230309.1 - latest

HAEdwin commented 1 year ago

https://github.com/ksheumaker/homeassistant-apsystems_ecur/releases/tag/v1.2.27 should solve this issue.

TimWinkler commented 1 year ago

Thank you