Add the ability to close the shade even if it thinks it
I'm having some issues with my shades getting out of sync if I use the remote to control them but the remote isn't picked up by the transceiver. So, the shade opens but Home Assistant still thinks the shade is closed. Because the shade is closed it won't let me press the close button in Home Assistant. Vice-versa in the open position. Can this be changed so that I can still send a close command via Home Assistant even if HA thinks the shade is closed?
Unfortunately, I do not have control of that in HA it automatically disables the button and doesn't execute my code. Are you running the most current release v1.4.7?
Bummer!
Nope, I'm on v1.4.6
Update your device. There were updates to the protocol for more remotes. Also, mine never misses a beat from very far away.
Update your firmware and HA integration to the latest release. I added additional pulse detection for the software sync. This may help if you are having issues detecting your remote. Also please tune your radio to maximize the reception in the configure transceiver screen.
You can create a button that’s calls the correct service:
show_name: true show_icon: false type: button tap_action: action: call-service service: cover.close_cover target: entity_id: - cover.1 - cover.2 data: {} entity: cover.1 icon: mdi:close show_state: false name: Close covers
hope this helps. This button closes the both covers on the back side of the house