eyesoft / home_assistant_buspro

The HDL Buspro integration allows you to control your HDL Buspro system from Home Assistant.
MIT License
19 stars 8 forks source link

What about curtain support? #3

Open sou1t opened 1 year ago

sou1t commented 1 year ago

Hello, nice job! Library is awesome! What about curtain control? Are you going to support other types of devices from HDL?

IlPicasso commented 1 year ago

Looking for this!

IlPicasso commented 1 year ago

Try this https://github.com/IlPicasso/home_assistant_buspro

vovvw commented 10 months ago

Try this https://github.com/IlPicasso/home_assistant_buspro

Does this support curtain?

IlPicasso commented 10 months ago

Try this https://github.com/IlPicasso/home_assistant_buspro

Does this support curtain?

It does, I use it myself

vovvw commented 10 months ago

It does, I use it myself

Thank you! Can I have an example configuration? For example: cover:

IlPicasso commented 10 months ago

It does, I use it myself

Thank you! Can I have an example configuration? For example: cover:

  • platform: buspro devices: etc.

HDL

cover:

vovvw commented 10 months ago
  • platform: buspro devices:

    Cuarto Moises

    1.20.1: name: Cortina Moises

Thanks, it worked great! How to change device class to curtain:?

yiannosi commented 9 months ago

Given the following config:

cover:
  - platform: buspro
    devices:
      1.12.1:
        name: Blinds Right

Switch (relay contact) 1 is taken as CLOSE and 0 is taken as OPEN

In case the OPEN and CLOSED are wired the other way round, is it possible to reverse open and close?

tenabiker commented 7 months ago

Hello guys , I'm very happy with this integration, unfortunatelly cover is not working. I tried both examples from yiannosi and Ilpicasso but the entity does not shown anywhere.

LOG: ModuleNotFoundError: No module named 'custom_components.buspro.cover'

What Im I doing wrong ? how can I track this issue ? All other work fine (switch, light ...) Thanks

Swixter commented 6 months ago

Hello guys , I'm very happy with this integration, unfortunatelly cover is not working. I tried both examples from yiannosi and Ilpicasso but the entity does not shown anywhere.

LOG: ModuleNotFoundError: No module named 'custom_components.buspro.cover'

What Im I doing wrong ? how can I track this issue ? All other work fine (switch, light ...) Thanks

Maybe because you integrated the wrong URL. The right one is https://github.com/IlPicasso/home_assistant_buspro

Swixter commented 6 months ago

Try this https://github.com/IlPicasso/home_assistant_buspro

Thank you very much @IlPicasso Any chance about Music device?!

yiannosi commented 5 months ago

Anybody figured out how to invert direction ??

Swixter commented 4 months ago

Curtain doesn't work anymore since HA Core 2024.5.1

Swixter commented 4 months ago

Anybody figured out how to invert direction ??

Not sure what you mean. In HA, curtain displays 3 buttons => Open, Stop, Close

yiannosi commented 4 months ago

Anybody figured out how to invert direction ??

Not sure what you mean. In HA, curtain displays 3 buttons => Open, Stop, Close

What I mean is I need to reverse Open and Close ie When OPEN is pressed the curtain/blind closes and vice-versa.

vovvw commented 4 months ago

Curtain doesn't work anymore since HA Core 2024.5.1

How to fix?

IlPicasso commented 3 months ago

it works for me

Curtain doesn't work anymore since HA Core 2024.5.1

How to fix?