home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.03k stars 29.7k forks source link

WolfLink - Repeating Error in Core Log #67625

Closed e0909 closed 2 years ago

e0909 commented 2 years ago

The problem

I'm seeing a repeating error in the core log.

/usr/src/homeassistant/homeassistant/components/wolflink/init.py:54: RuntimeWarning: coroutine 'WolfClient.fetch_system_state_list' was never awaited if not wolf_client.fetch_system_state_list(device_id, gateway_id): RuntimeWarning: Enable tracemalloc to get the object allocation traceback

Is there anything I can do? Or should I just ignore it? Inetgration itselfs works fine.

What version of Home Assistant Core has the issue?

core-2022.3.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Wolf SmartSet Service

Link to integration documentation on our website

https://www.home-assistant.io/integrations/wolflink/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

core log after reboot:

2022-03-04 12:07:59 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /homeassistant/restart request Server disconnected
[finish] process exit code 0
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py:54: RuntimeWarning: coroutine 'WolfClient.fetch_system_state_list' was never awaited
  if not wolf_client.fetch_system_state_list(device_id, gateway_id):
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py:54: RuntimeWarning: coroutine 'WolfClient.fetch_system_state_list' was never awaited
  if not wolf_client.fetch_system_state_list(device_id, gateway_id):
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py:54: RuntimeWarning: coroutine 'WolfClient.fetch_system_state_list' was never awaited
  if not wolf_client.fetch_system_state_list(device_id, gateway_id):
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py:54: RuntimeWarning: coroutine 'WolfClient.fetch_system_state_list' was never awaited
  if not wolf_client.fetch_system_state_list(device_id, gateway_id):
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

Additional information

I know its untested with my device. I hope its not an issue. Im using: Wolf ISM7 connected to a CGB-20 device

ISM7-Informationen Internetfreigabe: aktiv Portal: Direktverbunden eBus: verbunden Modbus: nicht verbunden Weitere Informationen FW-Version: 3.00 Direktverbindung: Verbinden und Anmelden

Firmware CGB-20: 2,80

probot-home-assistant[bot] commented 2 years ago

Hey there @adamkrol93, mind taking a look at this issue as it has been labeled with an integration (wolflink) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)


wolflink documentation wolflink source (message by IssueLinks)

MartinKuhl commented 2 years ago

since today also have the same issue