You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up some automations in HomeAssistant I discovered that multiple Pico presses are not handled properly. I'm using a PJ2-3BRL-GXX-X01 and a Lutron Pro bridge.
I threw in a few logpoints in leap.py and captured the attached detail. It looks to me like the bridge is the one handling this incorrectly, but figured I'd open a bug anyway in case there is some way to work around it.
I thought this maybe used to work with the lutron_caseta_pro telnet based interface, but I guess not. Similar results. Probably not much to be done about it ☹️
I opened a ticket with Lutron support and got this response
The Caseta device (Pico/switch/dimmer) itself can only handle one press and release sequence from a single button at a time. Pressing and holding a button, and pressing another button will cause the device to not track the first button so a release command will never be sent. This is expected behavior within the Caseta system.
While setting up some automations in HomeAssistant I discovered that multiple Pico presses are not handled properly. I'm using a PJ2-3BRL-GXX-X01 and a Lutron Pro bridge.
I threw in a few logpoints in
leap.py
and captured the attached detail. It looks to me like the bridge is the one handling this incorrectly, but figured I'd open a bug anyway in case there is some way to work around it.See home-assistant/core#92654 for more context.
Logpoints at:
Leap.py: 69 -- "Write: {text}"
Leap.py: 80 -- "Read: {received}"
leap.log
The text was updated successfully, but these errors were encountered: