Most active commenters

    ←back to thread

    439 points david927 | 11 comments | | HN request time: 0.428s | source | bottom

    What are you working on? Any new ideas which you're thinking about?
    1. z3ugma ◴[] No.44417035[source]
    Still working on: an enclosure-compatible open-source version of the 2nd gen Nest thermostat. It reuses the enclosure, encoder ring, display, and mounts of the Nest but replaces the "thinking" part with an open-source PCB that can interact with Home Assistant.

    - The encoder ring which works like an LED mouse, but in reverse: Fully reverse-engineered and on its own demo PCB

    - The faceplate PCB, which does the actual control of the thermostat wires, has been laid out, but the first version missed a really-obvious problem involving the behavior on power-on with certain of the GPIO pins from the ESP32, so I've got rev 3 on order from the PCB manufacturer.

    Nest Thermostats of the 1st and 2nd generation will no longer be supported by Google starting October 25, 2025. You will still be able to access temperature, mode, schedules, and settings directly on the thermostat – and existing schedules should continue to work uninterrupted. However, these thermostats will no longer receive software or security updates, will not have any Nest app or Home app controls, and Google will end support for other connected features like Home/Away Assist. It has been pretty-badly supported in Home Assistant for over a year anyway, missing important connected features.

    replies(7): >>44417171 #>>44417672 #>>44419087 #>>44421766 #>>44421793 #>>44423232 #>>44427050 #
    2. ryandrake ◴[] No.44417171[source]
    Wow! Useful work, if that’s true about them planning to remotely nerf everyone’s product.

    Yet another example of why not to buy a product that needs to be tethered to its manufacturer to work. Good luck. I’d be willing to beta test (I’d have to check what rev mine is)

    replies(1): >>44422022 #
    3. chunkles ◴[] No.44417672[source]
    Is this project online anywhere yet that I can watch for it to be ready?
    replies(1): >>44425568 #
    4. balloob ◴[] No.44419087[source]
    Sounds very cool! Also interested in how to follow progress. Is it using ESPHome?
    5. specialist ◴[] No.44421766[source]
    Clever.

    Any ideas on how to source 2nd gen Nests? I just checked ebay and my local craigslist; nadda.

    Do recyclers accept requests? Like pulling all the Nest units from the waste stream?

    6. barrenko ◴[] No.44421793[source]
    Currently reading Tony Fadell's book, sounds interesting.
    7. rovr138 ◴[] No.44422022[source]
    > if that’s true about them planning to remotely nerf everyone’s product

    https://support.google.com/googlenest/answer/16233096?hl=en

    > Upcoming end of support for Nest Learning Thermostats (1st and 2nd gen)

    > Nest has announced the end of support for Nest Learning Thermostats (1st and 2nd gen). Your thermostat will no longer connect to or work in the Google Nest app or Google Home app starting on October 25, 2025.

    8. kbouck ◴[] No.44423232[source]
    I really like the nest encoder/button feel, so I was considering trying to hack mine into a becoming desktop volume control/button... but probably lacking the skills to not make a mess of it. Would love to see how you interface with the existing hardware!
    replies(1): >>44425964 #
    9. addisonj ◴[] No.44425568[source]
    seconded, I have never wanted a HN "follow" feature before, but this project sounds great
    10. rzzzt ◴[] No.44425964[source]
    Vaguely related - two encoder wheel projects on YouTube that might interest you:

    - "Wireless High Resolution Scrolling is Amazing": https://youtu.be/FSy9G6bNuKA

    - "DIY haptic input knob: BLDC motor + round LCD": https://youtu.be/ip641WmY4pA

    11. preachermon ◴[] No.44427050[source]
    M5 Stack sells a nice controller knob if you don't have a used nest handy

    https://shop.m5stack.com/products/m5stack-dial-esp32-s3-smar...

    > As a versatile embedded development board, M5Dial integrates the necessary features and sensors for various smart home control applications. It features a 1.28-inch round TFT touchscreen, a rotary encoder, an RFID detection module, an RTC circuit, a buzzer, and under-screen buttons, enabling users to easily implement a wide range of creative projects.

    > The main controller of M5Dial is M5StampS3, a micro module based on the ESP32-S3 chip known for its high performance and low power consumption. It supports Wi-Fi, as well as various peripheral interfaces such as SPI, I2C, UART, ADC, and more. M5StampS3 also comes with 8MB of built-in Flash, providing sufficient storage space for users.

    I've build a few HA-compatible systems using M5Stack products; mostly the Atom-S3 Lite connected to various sensors and lights.