Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to close the shade even if it thinks it #26

Open
bradphillips921 opened this issue Apr 19, 2023 · 6 comments
Open

Add the ability to close the shade even if it thinks it #26

bradphillips921 opened this issue Apr 19, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@bradphillips921
Copy link

No description provided.

@bradphillips921
Copy link
Author

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?

@rstrouse
Copy link
Owner

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?

@bradphillips921
Copy link
Author

Bummer!

Nope, I'm on v1.4.6

@rstrouse
Copy link
Owner

Update your device. There were updates to the protocol for more remotes. Also, mine never misses a beat from very far away.

rstrouse added a commit that referenced this issue Apr 20, 2023
* Support for integrated tilt types
* Increased linked remotes to 7 #25.
* Fixed issue #25 by increasing JSON buffer
* Changed software sync detection for linked remotes to better match on sync #26
@rstrouse
Copy link
Owner

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.

@rstrouse rstrouse added the enhancement New feature or request label May 27, 2023
@muppet99
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants