Sian-Lee-SA / Home-Assistant-Switch-Manager

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is easily made to allow GUI configuration of your switches and their button pushes. This helps remove clutter from the automations.
Other
206 stars 79 forks source link

Not detected Shelly 1pm Gen3 events #227

Closed cemilbrowne closed 1 month ago

cemilbrowne commented 2 months ago

Hi all,

I'm not seeing proper detection of events from a Shelly 1pm Gen3. It's definitely generating shelly.click events, but if I try the Shelly 1 blueprint, it never detects the device. Adding device ID manually doesn't work either.

Listener example:


data:
  device_id: 5e9ce12e65ccf4f4xxx
  device: shelly1pmminig3-xxx
  channel: 1
  click_type: single_push
  generation: 2
origin: LOCAL
time_fired: "2024-05-14T00:44:19.632089+00:00"
context:
  id: 01HXT8XC9GXBFFV1SA7HSCB1TB
  parent_id: null
  user_id: null```
cemilbrowne commented 2 months ago

For completeness, I've fixed this and will do a PR; the shelly integration doesn't work for this.

Sian-Lee-SA commented 1 month ago

Will close this as I can see your PR