Deejayfool / hass-shutter-card

Shutter card for Home Assistant Lovelace UI
Apache License 2.0
259 stars 92 forks source link

Broadlink 433mhz #45

Open rucanunes opened 3 years ago

rucanunes commented 3 years ago

Hello,

is it possible to add this card to shutters controled by Broadlink (433mhz)? If so, how can I do it? I have all my shutthers as entities but I got this result... (the ones at the top are working, but I love this card and the STOP function)

https://i.ibb.co/XyY5V71/1.jpg

KoljaHenckel commented 3 years ago

It would also be interesting to start a command at the button push. This way a broadlink (any maybe many others) could be integrated..

austwhite commented 2 years ago

As far as using the card, as far as I can see it will work with any entity that acts as a cover in home assistant. If your Broadlink blinds are a cover entity, then they should work. If they are not a cover entity, then it may need the Broadlink integration to update them so they are a cover entity.

I haven't got any Broadlink cover entities to test this with, but I would definitely bring it up with the maintainer of Broadlink to see if they could be cover entities if they are not already. It would actually be really good if 433Mhz blinds connected via Broadlink could come in as covers, then they would have the stop command on the default entity card as well.

I am going to watch this space though as I have been considering some RF controlled blinds to link to the broadlink

Note: I am not involved with this project, I just sometimes offer advice :)

KoljaHenckel commented 2 years ago

I got it to word, not with the shutter card, but with buttons:

type: grid cards:

austwhite commented 2 years ago

@KoljaHenckel The shutter entity from broadlink, is it cover.xxxxx or is it a switch.xxxxx if it is represented as cover.xxxxx then it's a cover, if it is a switch.xxxxxx it will not work with this card as it is not a cover entity.

Glad to hear your script worked