←back to thread

280 points RyanShook | 1 comments | | HN request time: 0s | source
Show context
z3ugma ◴[] No.45146109[source]
This is one of the reasons I am 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. Nest has been pretty-badly supported in Home Assistant for over a year anyway, missing important connected features.

I've got the faceplate PCB done and working; the rotary encoder and ring working; and the display working but with terrible code with a low refresh rate.

I need to ship at the end of October to beat the retirement date. Plans to get some regular development report-outs and pre-orders are coming quite soon.

It's open source, and uses ESP32-C6 so it can be Wifi, BLE, or Zigbee, whatever software you intend to load onto it.

replies(5): >>45146122 #>>45146565 #>>45147869 #>>45151208 #>>45156001 #
1. dexwell ◴[] No.45147869[source]
Awesome dude, I love projects like these.