- Posts: 189
- Thank you received: 12
Caseta Smart Bridge (L-BDG2)
- cjisble
- Topic Author
- Offline
- User
-
Less
More
1 month 1 week ago - 1 month 1 week ago #5011
by cjisble
Replied by cjisble on topic Caseta Smart Bridge (L-BDG2)
I did a little research on the Pico Remote. The buttons in the integration report are assigned as follows:
2: On (Top Button)
3: Favorite (Center Round Button)
4: Off (Bottom Button)
5: Raise (Up Arrow)
6: Lower (Down Arrow)
I believe there are different variations of the Pico Remote, with different buttons. I don't know if these assignments apply to all Pico's
When I issue a button press on the Pico device, I get the following info when Verbose Logging is turned on:
22/06/2026 17:48:50.48 · INFO · Caseta.doCommand - Cmd=[verboselogging~toggle] Client=[dashboard-fx-jf59]
22/06/2026 17:49:13.49 · INFO · Caseta.doCommand - Cmd=[13~Press~2] Client=[dashboard-fx-jf59]
22/06/2026 17:49:13.49 · WARN · Server.doCommand - Unknown command Keypad.13.Pause
2: On (Top Button)
3: Favorite (Center Round Button)
4: Off (Bottom Button)
5: Raise (Up Arrow)
6: Lower (Down Arrow)
I believe there are different variations of the Pico Remote, with different buttons. I don't know if these assignments apply to all Pico's
When I issue a button press on the Pico device, I get the following info when Verbose Logging is turned on:
22/06/2026 17:48:50.48 · INFO · Caseta.doCommand - Cmd=[verboselogging~toggle] Client=[dashboard-fx-jf59]
22/06/2026 17:49:13.49 · INFO · Caseta.doCommand - Cmd=[13~Press~2] Client=[dashboard-fx-jf59]
22/06/2026 17:49:13.49 · WARN · Server.doCommand - Unknown command Keypad.13.Pause
Last edit: 1 month 1 week ago by cjisble. Reason: Reformat log output
Please Log in to join the conversation.
- cjisble
- Topic Author
- Offline
- User
-
Less
More
- Posts: 189
- Thank you received: 12
1 month 1 week ago #5012
by cjisble
Replied by cjisble on topic Caseta Smart Bridge (L-BDG2)
I downloaded the Lutron Integration Protocol. It is a 10Mb PDF, which is too large to attach.
You probably already have it, but I thought I would provide the link, just in case.
assets.lutron.com/a/documents/040249.pdf
You probably already have it, but I thought I would provide the link, just in case.
assets.lutron.com/a/documents/040249.pdf
Please Log in to join the conversation.
- davep
- Offline
- Admin
-
Less
More
- Posts: 367
- Thank you received: 96
1 month 1 week ago #5013
by davep
Replied by davep on topic Caseta Smart Bridge (L-BDG2)
Yes, I have all the Lutron documentation. I'll revisit this again in the next few days. Higher priority interrupts at the moment.
Please Log in to join the conversation.
- davep
- Offline
- Admin
-
Less
More
- Posts: 367
- Thank you received: 96
1 month 1 week ago #5014
by davep
Replied by davep on topic Caseta Smart Bridge (L-BDG2)
Press each of those Pico buttons. You should see similar command not found entries. Each of those buttons will try to fire off a macro. That's the Keypad.13.Pause in the log.
Create a macro by that name and it will execute the commands in the macro. Create a macro for each of the Pico buttons.
Create a macro by that name and it will execute the commands in the macro. Create a macro for each of the Pico buttons.
Please Log in to join the conversation.
- cjisble
- Topic Author
- Offline
- User
-
Less
More
- Posts: 189
- Thank you received: 12
1 month 1 week ago #5015
by cjisble
From what you wrote, it sounds like you are saying that if I press the hard button on the remote, it will execute a MyServer macro.
What I am trying to do is send a command from MyServer to execute a button press on the Pico. If this is the case, I don't understand why I should need to create a MyServer macro.
Replied by cjisble on topic Caseta Smart Bridge (L-BDG2)
I'm confused.Press each of those Pico buttons. You should see similar command not found entries. Each of those buttons will try to fire off a macro. That's the Keypad.13.Pause in the log.
Create a macro by that name and it will execute the commands in the macro. Create a macro for each of the Pico buttons.
From what you wrote, it sounds like you are saying that if I press the hard button on the remote, it will execute a MyServer macro.
What I am trying to do is send a command from MyServer to execute a button press on the Pico. If this is the case, I don't understand why I should need to create a MyServer macro.
Please Log in to join the conversation.
- davep
- Offline
- Admin
-
Less
More
- Posts: 367
- Thank you received: 96
1 month 1 week ago #5016
by davep
Replied by davep on topic Caseta Smart Bridge (L-BDG2)
I was just explaining why you were seeing the command not found message in the log.
Lighting|<id>~Press~<button #> works in other Lutron installs we've done. This might be the first caseta with a pico. Not sure. I'll revisit when I finish my current task.
Lighting|<id>~Press~<button #> works in other Lutron installs we've done. This might be the first caseta with a pico. Not sure. I'll revisit when I finish my current task.
Please Log in to join the conversation.
Time to create page: 0.196 seconds