home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.82k stars 30.51k forks source link

No entity from Homematic "HM-PB-2-WM55-2" 2-way- switch #53331

Closed derkahless closed 3 years ago

derkahless commented 3 years ago

The problem

While other devices imported from my Raspberrymatic server (Like Door/Window sensors and Thermostat actors) work nearly perfekt, homeassistant does not find the "HM-PB-2-WM55-2" switch.

Neither the assigned name, nor the serial nummer of the device,like its mentioned in the automations documentation works.

What is version of Home Assistant Core has the issue?

core-2021.7.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

Homematic

Link to integration documentation on our website

https://www.home-assistant.io/integrations/homematic/

Example YAML snippet

- alias: Keypress1_Short
  trigger:
    platform: event
    event_type: homematic.keypress
    event_data:
      name: "OEQ*******"
      channel: 1
      param: PRESS_SHORT
  action:
    service: light.turn_on
    data:
      entity_id: light.color_temperature_light_8

Anything in the logs that might be useful for us?

No Logs

Additional information

No response

probot-home-assistant[bot] commented 3 years ago

homematic documentation homematic source (message by IssueLinks)

probot-home-assistant[bot] commented 3 years ago

Hey there @pvizeli, @danielperna84, mind taking a look at this issue as its been labeled with an integration (homematic) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

danielperna84 commented 3 years ago

I have automations like this working fine. The only difference is, that I don't have quotes around the name. But apart from that it should be working. 🤔

derkahless commented 3 years ago

I've tested it with and without quotes. :(