Is there a way to control blinds in #homeassistant that allows "absolute" positioning of blinds with only two binary signals and some sort of integral? I'd want to be able to set my blinds to e.g. 25% and have it calculate the amount of time the shade motor needs to be on in which direction, given the speed of the motor and the currently stored position. Ideas?
@DJGummikuh you might want to look into #ESPHome and it's time-based cover component: https://esphome.io/components/cover/time_based/
Time Based Cover

Instructions for setting up time-based covers in ESPHome.

@kroimon mh alao not what I'm looking for. I already have shelly 2-channel smart relays installed and would prefer something purely in HA to work with that
@DJGummikuh @kroimon There's a custom components that essentially does the same without ESPHome. It's not maintained anymore, but worth a try. https://github.com/nagyrobi/home-assistant-custom-components-cover-rf-time-based
GitHub - nagyrobi/home-assistant-custom-components-cover-rf-time-based: Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State can be updated with information based on external sensors.

Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State ca...

GitHub