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
72.5k stars 30.33k forks source link

Velbus Integration "does not yet support sub modules" #43637

Closed bvedomotic closed 3 years ago

bvedomotic commented 3 years ago

The problem

When I refresh the Velbus Integration i receive the flowing errors in the configuration logs: Logger: velbus Source: /usr/local/lib/python3.8/site-packages/velbus/controller.py:311 First occurred: 4:09:17 PM (6 occurrences) Last logged: 4:09:35 PM

Module VMBGP4PIR does not yet support sub modules Module VMBGP4-2 does not yet support sub modules

For the modules of this type i also have the flowing error in the configuration logs: Logger: velbus Source: /usr/local/lib/python3.8/site-packages/velbus/controller.py:161 First occurred: 4:12:46 PM (4 occurrences) Last logged: 4:12:46 PM

Failed to completely load module VMBGP4PIRK at address 8 before timeout expired. Failed to completely load module VMBGP4 at address 176 before timeout expired. Failed to completely load module VMBGP4PIRBad at address 177 before timeout expired. Failed to completely load module VMBGP4PIR Living at address 191 before timeout expired.

The rest of the modules works fine only those 2 types are not working and not present in the devices.

Environment


## Traceback/Error logs
<!--
  If you come across any trace or error logs, please provide them.
-->

```Logger: velbus
Source: /usr/local/lib/python3.8/site-packages/velbus/controller.py:311
First occurred: 4:09:17 PM (6 occurrences)
Last logged: 4:09:35 PM

Module VMBGP4PIR does not yet support sub modules
Module VMBGP4-2 does not yet support sub modules

Logger: velbus
Source: /usr/local/lib/python3.8/site-packages/velbus/controller.py:161
First occurred: 4:12:46 PM (4 occurrences)
Last logged: 4:12:46 PM

Failed to completely load module VMBGP4PIRK at address 8 before timeout expired.
Failed to completely load module VMBGP4 at address 176 before timeout expired.
Failed to completely load module VMBGP4PIRBad at address 177 before timeout expired.
Failed to completely load module VMBGP4PIR Living at address 191 before timeout expired.

Additional information

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

Hey there @cereal2nd, @brefra, mind taking a look at this issue as its been labeled with an integration (velbus) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

Cereal2nd commented 3 years ago

This is something that is comming from the backend module, not from within hass.

you should create the ticket in the python-velbus project: https://github.com/thomasdelaet/python-velbus

the modules you are describing are not yet supported, by the backend module, so its a new feature there

bvedomotic commented 3 years ago

Hello Cereal2nd, I did make the same case in the pyton-velbus Thanks for the recommendation.

github-actions[bot] commented 3 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.