Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidm42/hass-environmental-sensor-esp8266

PlatformIO project for the esp8266 (Wemos D1 Mini) to monitor temps, humidity and CO² in a room and send it to Homeassistant via MQTT
https://github.com/davidm42/hass-environmental-sensor-esp8266

Last synced: about 2 months ago
JSON representation

PlatformIO project for the esp8266 (Wemos D1 Mini) to monitor temps, humidity and CO² in a room and send it to Homeassistant via MQTT

Awesome Lists containing this project

README

        

# HASS-environmental-sensor-esp8266

This project consists of a PlatformIO project to measure Temperature, humidity and CO² concentration in a room and send those values via MQTT to Homeassistant.

## How to

1. Download/Clone this repo
2. Copy `config.h.example` into `config.h` and change the values according to your Wifi and MQTT server used
2. Flash the sketch onto your Wemos D1 Mini (or other Esp-8266 if you change the pins used)
3. Connect the DHT11 and MH-Z19B sensors
4. Add the content of `HomeassistantConfigAdditions.yaml` to your Homeassistant configuration
5. Restart Homeassistant & Power the Esp-8266