Skip to content
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

binary-sensor motion doesn´t detect anymore #134074

Open
Bytechanger opened this issue Dec 27, 2024 · 4 comments
Open

binary-sensor motion doesn´t detect anymore #134074

Bytechanger opened this issue Dec 27, 2024 · 4 comments

Comments

@Bytechanger
Copy link

Bytechanger commented Dec 27, 2024

The problem

I´ve got aqara motion-Detection. It works fine with all 5 devices.
But when I update to 2024.12.5 it stop working on all devices,
Binary sensors are always unknown (but motion was there).
When I downgrade (restore Backup to 2024.12.0) it works fine.
So is there any change in state of binary sensor?

What version of Home Assistant Core has the issue?

2024.12.5

What was the last working version of Home Assistant Core?

2024.12.0

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

- name: "Flur_OG"
          device_class: "motion"
          state_topic: "zigbee2mqtt/Motion_OG"
          value_template: "{{ 'on' if value_json.occupancy else 'off' }}"
          payload_on: "on"
          payload_off: "off"
          unique_id: motion_flurog
          off_delay: 10

Anything in the logs that might be useful for us?

No response

Additional information

No response

@elupus
Copy link
Contributor

elupus commented Dec 27, 2024

How are these sensors connected to HA?

@Bytechanger
Copy link
Author

Hi,

--> zigbee2mqtt/Motion_OG

over MQTT

@home-assistant
Copy link

@home-assistant
Copy link

Hey there @emontnemery, @jbouwh, @bdraco, mind taking a look at this issue as it has been labeled with an integration (mqtt) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of mqtt 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 mqtt 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)


mqtt documentation
mqtt source
(message by IssueLinks)

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

5 participants