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

Velbus component doesn't generate entities. Syncworker stopped message #21042

Closed wb441 closed 5 years ago

wb441 commented 5 years ago

Home Assistant release with the issue: 0.87.1

Last working Home Assistant release (if known): 0.78

Operating environment (Hass.io/Docker/Windows/etc.): Hass.io on RPi 3B

Component/platform: Velbus

Description of problem: The entities don't appear to be present, while I can confirm communication to Velbus on start via the leds. The log shows that some modules are not yet supported, which clearly indicates that the detection is happening, but no entities become available. I also see an error message SyncWorker stopped for that component. It suddenly just stopped working. I did a complete reinstall of Hassio, and still the situation didn't improve, which seems to point to an external cause, but I could not find any.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

velbus:
  port: '/dev/ttyACM0'

Traceback (if applicable):

2019-02-13 16:58:51 DEBUG (SyncWorker_10) [homeassistant.components.velbus] Shutting down

Wed Feb 13 2019 16:59:14 GMT+0100 (Central European Standard Time)
Module VMB2BLE is not yet supported.

Additional information:

cgarwood commented 5 years ago

Your port should be /dev/ttyACM0 - the slashes are wrong. May or may not help with the issue at hand though.

wb441 commented 5 years ago

Hi cgarwood, Thanks for the tag! double checked the slashes in my config.yaml file and they are as you say, noob mistake in my explanation ;) I edit my original thread. In short, I believe the discovery is working, but they don't seem to generate entities. On community.homeassistant, user Cereal2nd replied that he was hearing similar complaints but that he could not troubleshoot. If anyone can give me pointers what I can check or do, shoot! /wb441

wb441 commented 5 years ago

I'm sorry to say that the forced use of discovery leaves me with very little to troubleshoot my problem. I was forced to move to Openhab2 because of this. If anyone can tell me a bit more how to troubleshoot this frontend generation problem, I would be happy to try it out. Best regards

Cereal2nd commented 5 years ago

solved with thomasdelaet/python-velbus#23 once this is in i can bump the version used in HA and then this will be solve

wb441 commented 5 years ago

Awesome!!