-
Notifications
You must be signed in to change notification settings - Fork 9
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
support for multiple units #3
Comments
Hello @w0vka it should already be supported by the component, did you face some issue with this ? |
Hi,
thanks in advance |
hi nicolas, |
Hi @w0vka I had some busy times, my last commit on cover.py should fix your problem, It was not a big stuff but I had to spot it :D |
Hi @nicolasberthel, thank you so much for your update.
can it be that you still have to define them? Many thanks |
Hi @nicolasberthel, best reagards |
Hi, I’d also like to know how to configure additional units. Thank you |
Hello @w0vka, some updates. I made a try on my side with this configuration
And it work
I know I already asked you but can you double check that in your custom component folder you have the following in manifest file
|
Hi @nicolasberthel, as i mentioned it in the post from 9th of July, i'm now completely fine with the syntax and with the first unit. There's no problem at all with that unit. My problem is to configure the units 2-5. When i configure the channel to e.g. 5:1 i receive this error: I have called the service "becker.log_units" but i don't receive any log entries. that is my manifest file: btw: i have now recreated the custom_component several times but unfortunately always with the same result |
Strange you should get the logs; can you make sure that you're not hiding some logs by setting the following in your home assistant configuration ` default: info |
OK, thanks for your hint. now i have the log output:
I think it looks like what we expect, right? And this unit is working fine, but not the other ones.
thanks |
Hi I have the same problem, but when I use pybecker direct for example by the following commmand, the additional units work as expected: when using the HA component, i get the error "ERROR (MainThread) [pybecker.becker] The unit 1737c is not configured" any ideas? |
The I have not tested this myself yet, but I will (I face the same problem). |
Here is the code that writes the |
One more comment: The shutters won‘t react if the counter is out of sync. Sending |
Hi Thomas I know the train command, that's why I already can open and close the shutter on the command line with pybecker, but it is not possible to use them in the HA component. |
I had the same isssues, but now it works fine. |
I didn't know about the service, thanks Rainer! The only thing is, the SQLite database of the |
I also run Home Assistant in Docker. I did a few changes to overcome this issue: |
Maybe your want to have a look at my updated implementation: |
hi nicolas,
first of all, very interesting project!
Ole has now the support for multiple units to support more then 7 channels.
Do you plan to support it too? or is it already possible?
thanks in advance
The text was updated successfully, but these errors were encountered: