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
71.16k stars 29.85k forks source link

RFXCOM RFXtrx generates many event warnings #115545

Closed leen67 closed 4 months ago

leen67 commented 5 months ago

The problem

Recently I get a lot of warnings in the log whenever a PT2262 device sends data. This is coming from motion sensors and door/window sensors. Errors in the log are always like this, example of closing and opening a door: 2024-04-13 22:25:27.366 WARNING (MainThread) [homeassistant.components.rfxtrx.event] Event type unknown_command_0xae00e is not known 2024-04-13 22:25:29.205 WARNING (MainThread) [homeassistant.components.rfxtrx.event] Event type unknown_command_0xae00a is not known It started probably with one of the 2024.4.x updates. The error goes away by disabling the Events entity on the device settings page, the devices and related automations work ok either way. It is an issue of the log file getting cluttered and big.

What version of Home Assistant Core has the issue?

2024.4.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

RFXCOM RFXtrx

Link to integration documentation on our website

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

Diagnostics information

config_entry-rfxtrx-cdc7aeccebbbb256d17f0e67f4b38ae0(3).json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @danielhiversen, @elupus, @robbie1221, mind taking a look at this issue as it has been labeled with an integration (rfxtrx) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `rfxtrx` 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 rfxtrx` 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)


rfxtrx documentation rfxtrx source (message by IssueLinks)

elupus commented 5 months ago

Right, it should filter out unknown/ un named events.