Unverified Commit 7e91f6f3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove project home page; the README is better

parent 72df20aa
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
# CO₂ Monitor

This repository contains NodeMCU Lua source code for an [MH-Z19 based CO₂ monitor](https://finalrewind.org/projects/co2-monitor-mhz19-ssd1306/).
It shows the current CO₂ concentration and MH-Z19 temperature on a 128×32 SSD1306 OLED and makes them available to Home Assistant via MQTT.
It can also publish readings to InfluxDB.
A CO₂ monitor with optional Home Assistant and InfluxDB integration implemented in NodeMCU / Lua.
It shows the current CO₂ concentration and MH-Z19 temperature on a 128×32 SSD1306 OLED, and optionally makes them available to Home Assistant via MQTT or to InfluxDB via HTTP.

## Features

* Display for CO₂ and temperature
* Optional Home Assistant integration via MQTT
* Optional logging to InfluxDB
* Optional logging to InfluxDB via HTTP
* Powered via USB

## Components