question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pico Remotes wont respond until indicator light (tx) turns off

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
mspace00commented, Jan 28, 2019

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.

2reactions
gabe565commented, Feb 8, 2019

I haven’t had time to look through the code, but it almost feels like the pico remote is blocking the interface with home assistant. If I do some sort of action within the native lutron app/eco system while the pico and homeassistant are doing their thing, it’s not blocked. Only when using home assistant.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found