Lutron Homeworks QS Keypads and Hassio/ HA

So I managed to integrate my Lutron system into Hassio via the Lutron integration. I can control the lights and even the scenes are imported (non-editable though).
I also have those fancy Lutron switches from the Homeworks system in every room to control the lights and shades. I can’t find the keypads anywhere on Homeassisstant. They do not show up as a card, entity or anything on my HA. Could someone point me to a tutorial or something on how to import the switches/ keypads and emulate button presses?

For example:
If I double press the blinds switch they go to a 90 degrees position. When I single press they go to 45 degrees (up/ down are separate buttons). I would like to emulate that.

The other thing I’d like to do is: when I press the button to turn on a specific light the music should go on in this room. I managed to get it working by using the status of the light (on/ off) to accomplish that. But due to different reasons I’d prefer to activate the music on a double press.

Any help would be sooo much appreciated. Also, I don’t know anything about programming. I’m just hacking stuff together and hoping it will work. Most things I’ve managed to get to work, but those two mentioned cases are impossible for me to figure out…

Hi,

i am trying to do the same i have lights and keypads and have lutron homeworks qs installed can you provide some steps how you were able to do it

Thanks in advance

hey man

sorry for the late reply.
well i’m still not able to “press” the buttons on keypads. i just added the following to my configuration.yaml file.

# Example configuration.yaml entry
lutron:
  host: ip adress of lutron
  username: lutron
  password: integration

hope this helps

I’m hoping this is a simple question, however, I was able to get HomeAsistant to connect to my Homeworks QS system and it pulled all of the devices and scenes.

The issue is that Lutron does not seem to report the state of the devices to HomeAssistant. Has anyone been able to get the states to work properly? If I change it in HomeAssistant it shows the change, but if a light is turned off in the house, it doesn’t update HomeAssistant.

Thanks!