Ok, I built a cover like this:
- platform: template
covers:
livingroom_blind_big:
friendly_name: "Stort Rullegardin i Stuen"
device_class: blind
open_cover:
service: remote.send_command
target:
entity_id: remote.stuen_remote_sender_remote
data:
device: Livingroom_Blind
command: Open
close_cover:
service: remote.send_command
entity_id: remote.stuen_remote_sender_remote
data:
device: Livingroom_Blind
command: Close
stop_cover:
service: remote.send_command
entity_id: remote.stuen_remote_sender_remote
data:
device: Livingroom_Blind
command: Stop
As there is no feedback on the position I think the cover ‘guestimates’ the position, so if the actual remote is used, this is going to be f… up
So while I ponder on how to report position of it (thinking of some sort of esphome distance measurement from the top, or the bottom), is there a way to disable the position reporting, so all the up/down/stop buttons are available all the time?