https://github.com/alexmensch/nido
Nido, an IoT smart thermostat for ancient technology, built around the Raspberry Pi
https://github.com/alexmensch/nido
hardware homebridge-nido raspberry-pi thermostat
Last synced: about 1 month ago
JSON representation
Nido, an IoT smart thermostat for ancient technology, built around the Raspberry Pi
- Host: GitHub
- URL: https://github.com/alexmensch/nido
- Owner: alexmensch
- License: gpl-3.0
- Created: 2019-07-16T05:41:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T05:11:44.000Z (almost 6 years ago)
- Last Synced: 2025-09-09T15:10:09.131Z (about 1 month ago)
- Topics: hardware, homebridge-nido, raspberry-pi, thermostat
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Quickstart
### Software
On a fresh installation of Raspbian [Buster Lite](https://www.raspberrypi.org/downloads/) on a Raspberry Pi, run the following commands to install everything you need to run the Nido thermostat:```bash
cd ~
mkdir nido
cd nido
curl -fsSL get-nido.moveolabs.com | source /dev/stdin
```For the extra cautious, you can verify the checksum of the install script, below, and the download domain [ownership](https://keybase.io/alexmensch).
```bash
shasum -a 256 get-nido.sh
ff1e30736203abfb22656b5d23a1b7984b0915e75b810dd09c11f5dfbc642dfb get-nido.sh
```Once Nido is up and running, you can add it as a new accessory in the Apple Home app using the default code `94812494` or by scanning the QR code in the Homebridge startup logs. Make sure your Apple device is on the same network as the Raspberry Pi.
### Hardware
Aside from a Raspberry Pi, you'll need the custom Nido PCB and the necessary components. Once this is built, it plugs straight into the Raspberry Pi's GPIO header.Details can be found here: [alexmensch/nido-pcb](https://github.com/alexmensch/nido-pcb)
## More information
A full write-up on the project background, hardware design, software design, and installation guide can be found on my blog.