Pico Remotes wont respond until indicator light (tx) turns off
See original GitHub issueI’m not quite sure where the problem lies here (I can only assume me) but whenever I try to trigger an automation with the sensor.pico in hassio it takes two seconds to fire. I can confirm the automation will fire immediately when the green light on the pico stops flashing. If I keep pressing the button on the pico (to keep the light flashing) the automation will not fire until I stop and then the light stops. I had assumed that hassio was not seeing the state change until the light stopped flashing, however testing the button presses while watching the sensor in hassio shows immediate state changes. I’m stumped. Here is my automation code:
- id: '1548110829104'
alias: Dining Room Pico On
trigger:
- entity_id: sensor.pico_remotes_dining_room_pico
platform: state
to: '1'
action:
entity_id: light.dining_room_main_lights
service: light.turn_on
Running HA 84.3 and my lutron app reports 6.3
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Pico switches deactivating? - Lutron Support Community
Afterward the indicator lights flash green when pressing the on/off buttons, but the actual lights do not respond. To "reconnect" them ...
Read more >Pico® Wireless Control - pdf.lowes.com
Symptoms. Possible Causes. Light does not respond to PicoR wireless controller. • The dimmer/switch failed to pair with PicoR wireless control; see Set-Up....
Read more >Best Solutions for Home Projector Keeps Turning Off Issues
Filter warning is another reason why your projector might shut off. This happens when the air filter sensor detects the filters are clogged....
Read more >Roku won't Turn On - Fix it Now - YouTube
5 Ways to Fix Roku Remote Not Working or Not Connecting (Easy Method) · 3 WAYS TO FIX ROKU "NO SIGNAL " PROBLEMS...
Read more >How To Factory Reset A Lutron Caseta Remote & Program ...
To reset the Lutron Caseta remote you press the off button 3 ... Caseta Pico remote so that you can control your light...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One quick observation…when pressing the pico remote repeatedly I am unable to control other functions within home assistant. Once I stop pressing the pico repeatedly the actions fire. I will try to get some system resource info to post.
It looks to me like this is a problem with the Lutron telnet interface and not with this project’s code. If I directly telnet in, push a button on the pico, then run a command, it still has this problem and the command isn’t immediately run.
It looks like the Lutron telnet spec supports disabling output per-connection, so maybe we could open multiple telnet connections and have one for input and one for output? Don’t know if it would actually help, but I am experimenting with it right now and will see if I can get around it.
Edit: I think the delay is on purpose for whatever reason. After posting this comment, I realized that the delay is also in the Lutron app. If I press a button on a pico remote, then immediately try to change a light’s state in the app, there is a delay just like with this HA component.
Found a reddit thread that has some possible explanations. The OP of that post emailed Lutron about it so we will see if anything comes of it.