connectedhomeip VS homebridge-google-nest-sdm

Compare connectedhomeip vs homebridge-google-nest-sdm and see what are their differences.

connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. (by project-chip)

homebridge-google-nest-sdm

A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats. Includes support for HomeKit Secure Video. (by potmat)
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
connectedhomeip homebridge-google-nest-sdm
139 6
7,859 171
1.5% 1.2%
10.0 6.7
5 days ago about 1 year ago
C++ TypeScript
Apache License 2.0 ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

connectedhomeip

Posts with mentions or reviews of connectedhomeip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-14.
  • A Developer’s Guide to Matter Protocol: Building Smart Home Applications With Matter SDK
    2 projects | dev.to | 14 Mar 2025
    Clone the Matter repository: git clone https://github.com/project-chip/connectedhomeip.git Navigate to the repository directory: cd connectedhomeip Update the submodules: git submodule update --init
  • Google Is Killing Chromecast
    4 projects | news.ycombinator.com | 6 Aug 2024
    https://github.com/project-chip/connectedhomeip/blob/master/...

    2. Only native apps are supported. There's no protocol to say open a webpage & control that.

    3. No support for multi-party sessions. Only one user can interact at a time.

    4. No support for the Web's Presentation API. Since it's not based around urls & web pages, it would require lots of additional work to make it support the standard web pages have to spawn a remote display.

    By compare, Open Screen Protocol lets any target device open any web page, which is very similar to how Chromecast development works today. Whether the target device is Android, Apple, WebOS, Windows, Tizen, or other, the expectation that I could Open Screen Protocol cast to it remains the same. Where-as Matter Cast requires a native app on the device & the app has to be installed & potentially even greenlit by the target device platform itself.

    OpenScreenProtocol really looks to have it all, & the model is so much more universal. Really wish we saw some device makers pushing for it these days.

  • ESP32-C3 Wireless Adventure: A Comprehensive Guide to IoT [pdf]
    9 projects | news.ycombinator.com | 14 Jun 2023
    They do have example Matter projects for the ESP32-C3/S3. I assume it's over WiFi and not thread.

    https://github.com/project-chip/connectedhomeip/tree/master/...

  • How do you move you into more technical/R&D positions?
    1 project | /r/ExperiencedDevs | 4 Jun 2023
    IoT is a big space right now if you look at the companies who commit to https://github.com/project-chip/connectedhomeip. They come together at the CSA Member Meeting.
  • ModuleNotFoundError: No module named 'matter_idl'
    3 projects | /r/esp32 | 14 May 2023
    I followed this doc: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/esp32/setup_idf_chip.md
  • Matter Raspberry Pi GPIO Commander – Turn Your Pi into a Matter Lighting Device
    2 projects | news.ycombinator.com | 13 May 2023
    "Securing name resolution in the IoT: DNS over CoAP" https://news.ycombinator.com/item?id=32186286

    From https://github.com/project-chip/connectedhomeip#architecture... :

    > Matter aims to build a universal IPv6-based communication protocol for smart home devices. The protocol defines the application layer that will be deployed on devices and the different link layers to help maintain interoperability. The following diagram illustrates the normal operational mode of the stack:

    > [...] It is built with market-proven technologies using Internet Protocol (IP) and is compatible with Thread and Wi-Fi network transports.

    > Matter was developed by a Working Group within the Connectivity Standards Alliance (Alliance). This Working Group develops and promotes the adoption of the Matter standard, a royalty-free connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet. The vision that led major industry players to come together to build Matter is that smart connectivity should be simple, reliable, and interoperable.

    > [...] The code examples show simple interactions, and are supported on multiple transports -- Wi-Fi and Thread -- starting with resource-constrained (i.e., memory, processing) silicon platforms to help ensure Matter’s scalability.

    Is there already a good (security) comparison of e.g. http basic auth, x10, ZigBee, mqtt, matter?

  • Any open source repositories/projects written in C++?
    3 projects | /r/embedded | 10 May 2023
  • How to make smaller C and C++ binaries
    4 projects | news.ycombinator.com | 7 May 2023
    Bloaty is a nice tool.

    When I worked on Matter a couple years ago, we had the problem that its backend http://www.capstone-engine.org/ did not support Xtensa, and produced some Python tools that could take output from bloaty or similar data from readelf or elftools, and produce several kinds of report.

    https://github.com/project-chip/connectedhomeip/blob/master/...

  • Renaming Starlite to LiteStar
    3 projects | /r/Python | 2 Apr 2023
    My two cents from someone who has dealt with product name changes. Most recently I worked on the Chip repo which is now known as Matter. There are numerous references in the repo to chip despite the name change. See https://github.com/project-chip/connectedhomeip
  • Need help with my project
    1 project | /r/esp32 | 31 Mar 2023
    Not sure if I'm asking in the right place so I apologise ahead. I'm trying to get one of the example projects from Matter onto my esp32 (ESP-WROOM-32) using espresiff. I am doing this on my raspberry pi btw. The problem I'm having now is that it get's stuck when I'm building (idf.py build command). It's always around 800/1135 and it doesn't go past it. The one where it is currently stuck is: [804/1135] Building C object esp-idf/bt/CMakeFiles/__idf_bt.dir/host/nimble/nimble/nimble/host/src/ble_gatts_lcl.c.obj.

homebridge-google-nest-sdm

Posts with mentions or reviews of homebridge-google-nest-sdm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-04.
  • An updated Node-WebRTC that works with Node Stable
    4 projects | news.ycombinator.com | 4 Oct 2023
    I maintain a Homebridge (community built system to bridge IoT devices to Apple HomeKit) plugin for Google Nest devices. The newer Nest cams use WebRTC for video streaming. This makes viewing the cameras in Apple Home a bit complex, as the bridge must setup and connect to a WebRTC stream, transcode it, and then send it out to your iPhone etc. as an RTSP stream.

    https://github.com/potmat/homebridge-google-nest-sdm

    Since this is for home automation the system runs on all kinds of weird devices, from RPi's to NAS's to old laptops etc. When I tried to use anything requiring platform specific binaries it was a complete mess, most of the time things would not build.

    The problem may not be insurmountable if you're being paid, but since this is just done in my spare time it's not something I wanted to deal with.

  • New Nest Thermostat
    3 projects | /r/homebridge | 25 Mar 2023
  • Nest Cam Fails To Load
    2 projects | /r/homebridge | 16 Mar 2023
    What plugin are you using? I can report that I was able to use https://github.com/potmat/homebridge-google-nest-sdm instead of https://github.com/chrisjshull/homebridge-nest because I think google is deprecating the nest stuff in favor of google home.
  • Home Bridge with Google Nest
    2 projects | /r/homebridge | 16 Mar 2023
    I actually tried this plugin and it worked pretty well: https://github.com/potmat/homebridge-google-nest-sdm
  • New Nest Doorbell - Have to use Starling?
    1 project | /r/homebridge | 29 Nov 2022
  • Starling Home Hub vs homebridge-nest/nest-cam
    2 projects | /r/homebridge | 12 Jan 2022
    The new Google Smart Device Management API is out and actually has its own camera plugin!

What are some alternatives?

When comparing connectedhomeip and homebridge-google-nest-sdm you can also consider the following projects:

homebridge-raspbian-image - Official Homebridge Raspberry Pi Image based on Raspberry Pi OS Lite.

homebridge-nest - Nest plugin for HomeBridge

open-gpu-kernel-modules - NVIDIA Linux open GPU kernel module source

node-webrtc - node-webrtc is a Node.js Native Addon that provides bindings to WebRTC M98

esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

homebridge-tplink-smarthome - TP-Link Smarthome Plugin for Homebridge

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured

Did you know that C++ is
the 7th most popular programming language
based on number of references?