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.84k stars 30.09k forks source link

Binary sensor for doorbell not updating Yale Doorman L3 #125240

Closed viktor-obrien closed 3 weeks ago

viktor-obrien commented 3 weeks ago

The problem

With the new updated integration we finally have the doorbell for yale doorman L3 available as an entity in Home Assisant. However it does not update the binary sensor or event entities for the doorbell after first load of the integration. This prevents it from triggering any automations or logging any events.

What version of Home Assistant Core has the issue?

core-2024.9.0

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

Yale Home

Link to integration documentation on our website

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

Diagnostics information

{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2024.9.0", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.12.4", "docker": true, "arch": "aarch64", "timezone": "Europe/Stockholm", "os_name": "Linux", "os_version": "6.6.46-haos", "supervisor": "2024.08.0", "host_os": "Home Assistant OS 13.1", "docker_version": "26.1.4", "chassis": "embedded", "run_as_root": true }, "custom_components": { "hasl3": { "documentation": "https://hasl.sorlov.com", "version": "3.1.1", "requirements": [ "httpx>0.12.1", "jsonpickle>2.0.0", "isodate>0.6.0" ] }, "blitzortung": { "documentation": "https://github.com/mrk-its/homeassistant-blitzortung", "version": "1.0.1", "requirements": [ "paho-mqtt>=1.5.0" ] }, "spotcast": { "documentation": "https://github.com/fondberg/spotcast", "version": "v3.8.1", "requirements": [] }, "config_editor": { "documentation": "https://github.com/junkfix/config-editor-card", "version": "4.4.2", "requirements": [] }, "satellitetracker": { "documentation": "https://github.com/djtimca/hasatellitetracker", "version": "0.0.8", "requirements": [ "n2yoasync==0.0.6" ] }, "frigate": { "documentation": "https://github.com/blakeblackshear/frigate", "version": "5.4.0", "requirements": [ "pytz" ] }, "nordpool": { "documentation": "https://github.com/custom-components/nordpool/", "version": "0.0.14", "requirements": [ "nordpool>=0.2", "backoff" ] }, "hacs": { "documentation": "https://hacs.xyz/docs/configuration/start", "version": "2.0.1", "requirements": [ "aiogithubapi>=22.10.1" ] } }, "integration_manifest": { "domain": "yale", "name": "Yale", "codeowners": [ "bdraco" ], "config_flow": true, "dependencies": [ "application_credentials", "cloud" ], "dhcp": [ { "hostname": "yale-connect-plus", "macaddress": "00177A*" } ], "documentation": "https://www.home-assistant.io/integrations/yale", "iot_class": "cloud_push", "loggers": [ "socketio", "engineio", "yalexs" ], "requirements": [ "yalexs==8.6.3", "yalexs-ble==2.4.3" ], "is_built_in": true }, "setup_times": { "null": { "setup": 0.00012250000145286322 }, "01J6PS7YRMM40JWNRGJ93HGJXK": { "wait_import_platforms": -2.098427186952904, "config_entry_setup": 13.955114627955481 } }, "data": { "locks": { "26AADAC6534E3043ACED124828782D65": { "LockName": "FRONT DOOR", "Type": 7, "Created": "2023-05-23T11:54:55.789Z", "Updated": "2023-05-23T11:54:55.789Z", "LockID": "26AADAC6534E3043ACED124828782D65", "HouseID": "REDACTED", "HouseName": "Heimdalsv\u00e4gen", "Calibrated": false, "timeZone": "Europe/Stockholm", "battery": 0.6602428963014972, "batteryInfo": { "level": 0.6602428963014972, "warningState": "lock_state_battery_warning_none", "infoUpdatedDate": "2024-09-04T16:28:33.280Z", "lastChangeDate": "2024-03-19T13:10:19.000Z", "lastChangeVoltage": 6410, "state": "Medium", "icon": "https://app-resources.aaecosystem.com/images/lock_battery_state_medium.png" }, "supportsEntryCodes": true, "remoteOperateSecret": "REDACTED", "skuNumber": "IRCN190916", "macAddress": "98:1B:B5:B1:1B:30", "SerialNumber": "L7I000224H", "LockStatus": { "status": "unlocked", "dateTime": "2024-09-04T16:34:11.659Z", "isLockStatusChanged": false, "valid": true, "doorState": "open" }, "currentFirmwareVersion": "3.2.1-4.0.0-2.1.0", "homeKitEnabled": false, "zWaveEnabled": false, "isGalileo": false, "Bridge": { "_id": "646cab5fdedcdc0007c3e7c5", "mfgBridgeID": "C6W3W00CX6", "deviceModel": "august-connect", "firmwareVersion": "2.4.0", "operative": true, "status": { "current": "online", "lastOnline": "2024-09-04T16:28:32.923Z", "updated": "2024-09-04T16:28:32.923Z", "lastOffline": "2024-06-24T06:20:53.191Z" }, "locks": [ { "_id": "6125aa16fc0a9983fac7d8fe", "macAddress": "98:1B:B5:B1:1B:30", "LockID": "26AADAC6534E3043ACED124828782D65" } ], "hyperBridge": true }, "remoteDevice": { "id": "646cab5fdedcdc0007c3e7c5", "type": "bridge", "serialNumber": "C6W3W00CX6", "currentStatus": "online", "wifiInfo": { "mac": "70:61:BE:16:20:F2", "rssi": -78 } }, "parametersToSet": {}, "users": "REDACTED", "pubsubChannel": "REDACTED", "ruleHash": {}, "invitations": "REDACTED", "cameras": [], "geofenceLimits": { "ios": { "debounceInterval": 90, "gpsAccuracyMultiplier": 2.5, "maximumGeofence": 5000, "minimumGeofence": 100, "minGPSAccuracyRequired": 80 } }, "accessSchedulesAllowed": true, "pins": "REDACTED" } }, "doorbells": {}, "brand": "yale_global" } }

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 3 weeks ago

yale_home documentation yale_home source

home-assistant[bot] commented 3 weeks ago

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

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


yale documentation yale source (message by IssueLinks)

bdraco commented 3 weeks ago

I talked with Yale and they are going to send me one of these devices so we can improve support for them. Hopefully it will arrive by the end of the month in time for next month's release but that is an optimistic case.

viktor-obrien commented 3 weeks ago

I talked with Yale and they are going to send me one of these devices so we can improve support for them. Hopefully it will arrive by the end of the month in time for next month's release but that is an optimistic case.

I've managed for years without it so no stress from my end. Yales commitment to this makes me very happy! And stunning work on the integration fix/split!

jselande commented 3 weeks ago

The doorbell sensor works fine for me, also L3 in Sweden.

jselande commented 3 weeks ago

Maybe a dumb question.... but have you tested the doorbell with the door closed? Your diagnostics shows the door is open and that disables the doorbell.

viktor-obrien commented 3 weeks ago

Maybe a dumb question.... but have you tested the doorbell with the door closed? Your diagnostics shows the door is open and that disables the doorbell.

No dumb question at all. I had the door closed when testing, doorbell did ring in the yale app but not homeassistant.

I have however been unable to replicate the issue after rebooting the yale connect and fully rebooting my homeassistant green. So this issue is closed with that.