giannello / addon-warema-bridge

20 stars 23 forks source link

Tilt values #9

Open andige opened 2 years ago

andige commented 2 years ago

Hi!

I have a small issue with my warema blinds: When closing them (cover.cover_close) they close, but after closing they tilt to horizontal position.

Tilt works fine, but cover.open_cover_tilt and cover.close_cover_tilt are doing the exact opposite.

I have a workaround with automations, closing (or in hass opening) the tilt after closing the blinds, but it is not perfect and also a little bit weird since it closes, then opens the tilt and then closes again...

Would it be possible to add a configuration value to switch the tilt positions? Or could this be done with the MQTT-broker?

Thanks for this Addon! Are you still working on it? This addon seems to be the only possible solution to control warema blinds I have found.

ol-iver commented 1 year ago

@andige There haven't been too many update in this repo the last time. That's why I fixed some bugs, including the two you mentioned, in my fork: https://github.com/ol-iver/addon-warema-bridge Feel free to test, if it works for you.

andige commented 1 year ago

Thanks, that sounds great - I am looking forward to test it in the next couple of days.

By the way, I worked around the issue with my blinds with creating mqtt-template covers in yaml and setting the correct tilt close and open values there. Works like a charm so far :-)

ol-iver commented 1 year ago

I did more or less the same thing, until I saw that it could be fixed in like two lines ;)

giannello commented 1 year ago

hi folks, I'm working on some consistent updates to this add-on, with the most important being the switch from the current warema-venetian-blinds library to https://github.com/giannello/wms-js and a proper CI pipeline for automated releases. Work and family are taking most of my time, I'm planning to release it during the upcoming holidays. @ol-iver your changes are more than welcome, if you're willing to contribute, start taking a look at the wms-js library. I don't have any warema product that supports tilting, so any support is appreciated.

I'll leave this PR open to make sure we don't forget this going forward