Skip to content

HmIP-DSD-PCB not firing doorbell events anymore #145503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
timoetzold opened this issue May 23, 2025 · 2 comments
Open

HmIP-DSD-PCB not firing doorbell events anymore #145503

timoetzold opened this issue May 23, 2025 · 2 comments

Comments

@timoetzold
Copy link

The problem

The doorbell event isn't fired anymore. There are errors in the log (see below)

What version of Home Assistant Core has the issue?

2025.5.2

What was the last working version of Home Assistant Core?

2025.5.1

What type of installation are you running?

Home Assistant OS

Integration causing the issue

HomematicIP Cloud

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

2025-05-23 13:50:32.433 DEBUG (MainThread) [homematicip.async_home] DEVICE_CHANNEL_EVENT
2025-05-23 13:50:32.433 ERROR (MainThread) [homematicip.async_home] ChannelEvent.__init__() got an unexpected keyword argument 'functionalChannelIndex'
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/homematicip/async_home.py", line 726, in _ws_on_message
    channel_event = ChannelEvent(**event)
TypeError: ChannelEvent.__init__() got an unexpected keyword argument 'functionalChannelIndex'
2025-05-23 13:50:32.435 DEBUG (MainThread) [homematicip.async_home] DEVICE_CHANNEL_EVENT
2025-05-23 13:50:32.435 ERROR (MainThread) [homematicip.async_home] ChannelEvent.__init__() got an unexpected keyword argument 'functionalChannelIndex'
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/homematicip/async_home.py", line 726, in _ws_on_message
    channel_event = ChannelEvent(**event)
TypeError: ChannelEvent.__init__() got an unexpected keyword argument 'functionalChannelIndex'

Additional information

No response

@home-assistant
Copy link

Hey there @hahn-th, mind taking a look at this issue as it has been labeled with an integration (homematicip_cloud) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of homematicip_cloud can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign homematicip_cloud Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


homematicip_cloud documentation
homematicip_cloud source
(message by IssueLinks)

@timoetzold
Copy link
Author

Well that's not all: I just got a ring event although nobody rang the bell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant