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

Google Nest Protect Smoke Alarm hard-wired model being autodetected #153

Closed
5 tasks done
AnthonyBe opened this issue Dec 27, 2023 · 1 comment
Closed
5 tasks done

Comments

@AnthonyBe
Copy link

System Health details

System Information

version core-2023.12.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.11.6
os_name Linux
os_version 6.1.63-haos
arch x86_64
timezone Australia/Sydney
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4989
Installed Version 1.33.0
Stage running
Available Repositories 1367
Downloaded Repositories 33
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth pending
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 11.2
update_channel stable
supervisor_version supervisor-2023.12.0
agent_version 1.6.0
docker_version 24.0.7
disk_total 30.8 GB
disk_used 18.0 GB
healthy true
supported true
board ova
supervisor_api ok
version_api ok
installed_addons Studio Code Server (5.14.2), Samba share (12.2.0), Check Home Assistant configuration (3.11.0), Advanced SSH & Web Terminal (17.0.0), ESPHome (2023.12.5)
Dashboards
dashboards 14
resources 14
views 13
mode storage
Recorder
oldest_recorder_run 21 December 2023 at 01:58
current_recorder_run 24 December 2023 at 23:04
estimated_db_size 954.62 MiB
database_engine sqlite
database_version 3.41.2

Checklist

  • I have added battery_notes: to my configuration.yaml and restarted.
  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of any previous issues..

Describe the issue

Google Nest Protect Smoke Alarms are being auto-detected.
What it is not accounting for is that there are 2 models - hardwired (i.e. to household 120V/240V) and battery operated.

Mine are the hard-wired variety and so I have 2 discovered devices wanting to be configured.

Does this need some sort of tweak to the library.json to differentiate (if possible)?
Or just an option to exclude these devices from auto-detection?
Or do I just configure them as though they are battery operated, and then delete them?
Or do I configure them as "Irreplaceable"?

This is the relevant existing library entry:

        {
            "manufacturer": "Google",
            "model": "Topaz-2.7",
            "battery_type": "AA",
            "battery_quantity": 3
        },

Here's my wired model device:
image

Reproduction steps

  1. Install integration and reboot

...

Debug logs

n/a

Diagnostics dump

No response

@andrew-codechimp
Copy link
Owner

Since Google don't differentiate models I'll remove this from the library and those with batteries can add it manually.

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

No branches or pull requests

2 participants