-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hass 2021.6 not loading vbus #6
Comments
A few questions:
|
I'm using core-2021.4.5 and it is the first time i tried it. I have a Deltasol BS Controller and a USB-RS485 Converter on the Raspberry which is running the HA. Im thinking that the RS485 Adapter (it shows as USB to UART CP2102) is not the correct choice for getting the Vbus working. |
What did you put inside your YAML? |
Also - I think you are correct that VBUS is not the same as RS485. |
How did you connect your vbus devices to Homeassistant? I dont wanna use their own converter stuff because its too expensive. My yaml for the testing is as follows: `- platform: resolvbus
|
I use this product (got it almost 10 years ago!): https://www.resol.de/fr/produktdetail/13 |
Hi, so i now changed to a classical USB UART converter and a level shifter circuit. If i connect that to my Mac and Readout the Serial Stream it shows the Following:
AA is the start, 0010 should be the destination address, 4720 should be the source address, so far so good. But if im connection that to my Rpi with Homeassistant OS it still says "unknown" for all my configured sensors. My Controller is a Deltasol BS HE, 4720 in the resol list is known as BS/2 HE. But im still not able to see any data from the Controller in my Homeassistant. Could you help me? Is there a way to monitor if the Serial Stream is arriving in the HASS correctly? Thanks! |
Last year I decided to upgrade my RPI for HA, and to keep the old one for I think the first step is to ensure that you can read the RESOL data directly from the command line. On line 8, you should change the USB port. |
Hey,
i have tried to setup the Vbus custom component in my Hass but it keeps mentioning the Following. Im not getting any data out of the vbus, the entities are just showing "Unknown" and nothing happens. I Connected the vbus using a USB to RS485 adapter. may that be the issue why i am not getting any data? Or is it regarding the last Hass Update?
Logger: homeassistant.loader Source: loader.py:786 First occurred: 25. April 2021, 22:30:25 (1 occurrences) Last logged: 25. April 2021, 22:30:25 No 'version' key in the manifest file for custom integration 'resolvbus'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'resolvbus'
The text was updated successfully, but these errors were encountered: