RainerStaude / hass-becker-component-plus-pybecker

A native home assistant component to control becker RF shutters with a Becker Centronic USB Stick.
MIT License
47 stars 4 forks source link

Support for multiple remotes and groups #31

Closed marcschumacher closed 1 year ago

marcschumacher commented 1 year ago

It would be good to have support for multiple remotes being used with the integration or at least groups. When I not explicitly select a particular cover with the remote, but a group, the channel, which is steering multiple covers, is different, in my case F. Furthermore, I would think that having multiple remotes for the covers would result in a similar problem. Can you fix this?

RainerStaude commented 1 year ago

This is supported. When you add remote_id: "12345:2" then 12345:F is automatically added. Multiple ID's separated by comma are also possible. remote_id: "12345:2, 45678:1" You can check the remote ID's in the cover attributes.

RainerStaude commented 1 year ago

Is this working for you? If you enable debug logs, you can verify the codes are received and verify the reaction of the covers in Home Assistant.