Troubleshooting Shelly 2.5 Roller Switch Binary Sensors

Hi everyone, I’m currently working with a Shelly 2.5 roller switch and I’m running into an issue with the binary sensors. The physical switch has two buttons for the roller—up and down. These buttons should indicate their state (on or off) in Home Assistant, but I’m not seeing the expected binary sensor data. Additionally, I’m missing a sensor to track the current position of the blind.

I’ve tried configuring the switch in roller mode with a momentary button type, but the binary sensors aren’t providing the necessary state information. I’m hoping someone here might have encountered a similar issue or could offer some guidance on how to resolve this.

Here’s a snippet of my current configuration:

yaml
shelly:

  • id: roller_switch
    name: Roller Switch
    roller_mode: true
    buttons:
    • button: 0
      type: momentary
    • button: 1
      type: momentary

I’ve also checked the Shelly app and the device settings, but I’m not seeing any options that would expose the button states as binary sensors. Any suggestions or troubleshooting steps would be greatly appreciated!

Thanks in advance for your help!

Best regards,
[Your Name]