Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giulioz/termostato
⏲🌡📈 A Smart Home termostat, with logging, based on ESP8266
https://github.com/giulioz/termostato
chart esp8266 iot nodejs react redis thermostat
Last synced: 4 months ago
JSON representation
⏲🌡📈 A Smart Home termostat, with logging, based on ESP8266
- Host: GitHub
- URL: https://github.com/giulioz/termostato
- Owner: giulioz
- Created: 2017-11-06T09:00:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:29:31.000Z (about 2 years ago)
- Last Synced: 2024-10-02T08:37:27.998Z (4 months ago)
- Topics: chart, esp8266, iot, nodejs, react, redis, thermostat
- Language: C++
- Homepage:
- Size: 5.25 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termostato
Very crude, but still works.![image-20191103124833042](image-20191103124833042.png)
### Architecture
- **iot-gateway:** Node.js server, with thermostat engine, HTTP API and redis logging logic
- **link-device-common:** generic C++ firmware for ESP8266
- **web:** Next.js web interface, with stats, charts and programming### Usage
You can use **docker-compose** to set up the environment:
```bash
git clone https://github.com/giulioz/termostato.git
cd termostato
docker-compose build
docker-compose up -d
```Remember that this wasn't built to be hosted everywhere, there may be customizations, hacks or absolute URLs everywhere.