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

Fix E2013 from IKEA #7866

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Fix E2013 from IKEA #7866

merged 1 commit into from
Aug 18, 2024

Conversation

baierjan
Copy link
Contributor

Reintroduce both endpoint definition and bind the ssIasZone cluster to allow contact reporting right out of the box. The binding and endpoint definition was (probably unintentionally) removed in #7220

Related to Koenkk/zigbee2mqtt#22579

Reintroduce both endpoint definition and bind the ssIasZone cluster to
allow contact reporting right out of the box.

Related to Koenkk/zigbee2mqtt#22579
@Koenkk
Copy link
Owner

Koenkk commented Aug 18, 2024

Does this also fix the issue that the sensor goes offline?

@baierjan
Copy link
Contributor Author

It might, I can say for sure as I couldn't reproduce the issue in my setup. I suspect that the "goes offline" issue could be caused by the sensor not having anything to update.

@Koenkk
Copy link
Owner

Koenkk commented Aug 18, 2024

To double check, you post a screenshot of your sensors state tab? I want to see if there are any values there postfixed with _1 or _2

@baierjan
Copy link
Contributor Author

This is what I currently see in the state tab:

{
    "ac_status": false,
    "battery": 83,
    "battery_defect": false,
    "battery_low": false,
    "contact": true,
    "last_seen": 1723979646618,
    "linkquality": 80,
    "restore_reports": false,
    "supervision_reports": false,
    "tamper": false,
    "test": false,
    "trouble": false,
    "update": {
        "installed_version": 16777241,
        "latest_version": 16777241,
        "state": "idle"
    }
}

@Koenkk Koenkk merged commit 112abd1 into Koenkk:master Aug 18, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Aug 18, 2024

perfect, thanks!

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

Successfully merging this pull request may close these issues.

2 participants