Nest Protect Smoke Alarm replacement - First Alert SC5?

For a few years now I have been searching for an ideal replacement of my 6 Nest Protect smoke alarms. Based on my research it appears that the recently announced SC5 from First Alert is the intended replacement (by Google) for the Nest Protect. A youtube video by First Alert also showed that you can mix and match Nest Protect with SC5 enabling the replacement of the detectors as they expire.

First Alert SC5 Hardwire Smart Smoke and Carbon Monoxide Alarm
SKU: FSMCO600NVACCL1

Since I am mostly happy with Nest Protect’s features, the SC5 seems to be an ideal replacement given they are supposedly equivalent in functionality… BUT… do they integrate into Home Assistant or will they have the same support issues the Nest Protects have?

1 Like

So am interested in the same question! Would love to start bringing (or replacing) the few cloud devices I have to local operation only.

Was very disappointed but not shocked that Google decided to abandon the platform. Fortunately did not use HA for anything related other than the Thermostats (which is another topic for discussion).

I just replaced one of my Nest smokes with the SC5 - and it seemed to work fine. It came with an adapter so no rewiring and it mounted right onto the existing bracket, had to download yet another app to install but it all went smoothly - it did keep trying to insist I use chrome as the browser on my android phone but eventually by switching to ā€œdesktopā€ it seemed to go through. I think it’s now part of the Nest wireless interconnect but have not tested yet.

1 Like

@erktrek Can the SC5 connect to HA without the homebridge workaround or the hacky integration?

This is what I was wondering. I have 6 nest protects and I’m on the fence about these.

@erktrek - I avoid buying hardware made by Google (or through an acquisition) as they seem to do this often (drop support).

1 Like

I just bought 9 First Alert SC5 devices to replace 9 of my 13 Nest protects that all expired at the same time…

I can confirm: They do NOT work with the existing Nest Protect HACS integration and I (so far) have not found any other integration for First Alert for Home Assistant. :frowning:

I am also disapointed that the First Alert app dosn’t support iOS critical notifications. Meaning you wont get alerted even if your device is in DND mode. You need to link the devices to your google account to get iOS critical notficiations.

I really hope both of these things change as it wasn’t cheap moving to 9 of these all at once!

6 Likes

Same for me, have 2 new devices in Germany now. Added them to Google Home. But no way to get them to HA. Configured the Google Assistant sdk, but that’s not what I needed.

Target solution for me is to bring the new first alert to apple home.
Any help or solution for that?

With the Nest I went all the why with Nest integration and than with home kit bridge to Apple Home,

Thx

My one unit experienced a false alarm and I have removed it. Not sure what I’m going to do at this point.

Like many others here, my good old reliable Nest Protect Smoke/CO2 detectors (which were fantastic) have all expired. One started chirping every minute - probably due to be expired I assume and I had to remove it. Sadly I have yet to find a solid replacement for them - that is smart, WiFi, and works with Home Assistant. There are several products that seem like they are close to being available like Owl and YoLink, but it seems like things have gone backwards since the original Nest Protects. It drives me nuts that Google bought Nest and then proceeded to destroy them. Any suggestions greatly appreciated.

2 Likes

I am also trying to figure this out.

I have 3 Nest Protect (battery powered) and during renovation I was able to add a wired one. In order to keep the old Nest Protect (that still have may years to expire), I got the First Alert SC5 hopping it would not be crapy (I may be wrong on that based on the comments here), but to make connect to HA, I just got this:

https://www.getzooz.com/zooz-zen55-dc-signal-sensor/

I have not deploy yet but seems like a good alternative to bring a semi-dumb smoke detector to connect to HA.

1 Like

Yes, there are multiple solutions to connect ā€œdumbā€ smoke detectors to HA, but all they provide is a signal indicating whether the alarm was triggered. While that’s the most important factor, I’d prefer having a device that’s fully integrated. I’m guessing most home automation companies avoid developing this type of device because of the limited demand compared to switches, dimmers, and sensors, as well as the added costly testing and certification required for safety equipment.

I have another year or so in my Protects… I hope to find something that fully integrates into HA by then. One thing is for sure… I am never going to buy Google hardware again as they always seem to disregard what is best for their customers (quick to EOL, drop support, etc).

1 Like

That owl product looks interesting, but little details available. Does homekit integration mean that hass will be able to communicate with it? I clicked on the reviews at the bottom of their product page but the wirecutter link doesn’t even mention them, instead saying a different alarm is best, and the ā€œwiredā€ review is for a motion alarm. I am a bit hesitant because of that…

My nest died today after 9 years, so it is a shame that the tech seems to have gone backwards in a number of ways.

I was just saying the exact same thing, that the tech for the smoke detectors has gone backwards after 10 years. The Nest was a fantastic smoke/CO2 detector and I would be happy with something at least near as good as it was. You wouldn’t think after 10 years this would be an issue, but it 100% is. I would love to see a ā€œNest 2.0ā€ come back - separate from Google and bring them back.

2 Likes

According to owl’s support it works with home assist, but they also say it uses a microwave radar motion sensor to detect smoke?? Isn’t that for motion? Does anyone know what that is about?

  • Sensors: The Owl Wired is a multi-sensor device that detects smoke, carbon monoxide, motion, temperature, humidity, and noise levels. It uses a microwave radar motion sensor, not photoelectric or ionization technology.
  • Home Assistant Integration: Yes, Owl Wired can be integrated with Home Assistant via HomeKit. You can read more about it here: Home Assistant Integration.

From AI, CoPilot But, this is only a work around. I’ve not tried this yet, but intend to do so.

Strategy: Monitor the Interconnect Signal

Your wired First Alert detectors use a three-wire interconnect system: hot, neutral, and a signal wire. When one alarm triggers, it sends a voltage pulse (usually ~9V DC) on the interconnect wire to activate the others.

We’ll tap into that signal using a smart device that can detect this voltage change and report it to Home Assistant.


:toolbox: Recommended Hardware Options

Device Type Integration Notes
Zooz ZEN04 or ZEN16 Z-Wave relay Native Z-Wave in HA Can monitor voltage or dry contact input
Shelly Uni Wi-Fi sensor MQTT or native Shelly Detects voltage changes (0–30V DC)

ESPHome + ESP32 DIY Wi-Fi Full HA control Use GPIO pin to detect interconnect signal


:hammer_and_wrench: Wiring Overview

  1. Tap the interconnect wire from one of your smoke detectors.
  2. Connect it to the input of your chosen smart device (e.g., Shelly Uni or ESP GPIO).
  3. Configure the device to report a binary sensor to Home Assistant when voltage is detected.
  4. Create an automation in HA to trigger alerts, lights, or notifications when smoke is detected.

:test_tube: Example: Using Shelly Uni

• Wire the interconnect signal to Shelly Uni’s digital input.
• Configure Shelly Uni to expose a binary sensor via MQTT or native Shelly integration.
• In Home Assistant, create an automation like:

trigger:

  • platform: state
    entity_id: binary_sensor.smoke_alarm_trigger
    to: ā€˜on’
    action:
  • service: notify.mobile_app_YOUR SMART PHONE
    data:
    message: ā€œSmoke alarm triggered!ā€

@dbCooper - This is the original way of doing it with non smart smoke detectors. The Nest Protect integration exposed all sensors/settings, more than just the alarm that we all hope never triggers :slight_smile: . While not absolutely required, it is nice to have them all in HA.

FYI. I added this discussion for new integration of the First Alert SC5

Thinking out loud here, as I’ve got 6 Nest Protect’s due for replacement. Could I leave one of the battery powered Protect’s tucked away somewhere in the house and use that to integrate into HA? I know I wouldn’t have per-device sensors, but if these will still interconnect with the Protect I’m assuming I could at least get alarming state into HA that way until an integration becomes available.

@MRobi - There are zwave, and maybe Zigbee, devices that can connect to the signal line in order to capture an alarm. This was how it was done before smart smoke & CO detectors. My goal is to nuke the 6 Protects and never buy a Google device again given their poor track record in supporting them long term… so I would not go down that road. I have until early 2027 to replace them so I am keeping my fingers crossed for a comparable !local! (one can dream…) smart detector that doesn’t require Google/Nest or Ring.

1 Like