summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-01 20:27:34 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-01 20:27:34 +0100
commitd748357ca394ac2eecc452d0f9e530188082c720 (patch)
tree6bc55dc60de1e87835fcaa1e0732890868af2c41
parent9d7a40d3fbd6f9559ee5dbc5583dba4db8f648ea (diff)
README: Add more images and links
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e36444..018e315 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# ESP8266 Lua/NodeMCU module for MH-Z19 CO₂ sensors
-This repository contains an ESP8266 NodeMCU Lua module (`mh-z19.lua`) as well
-as MQTT / HomeAssistant / InfluxDB gateway application example (`init.lua`) for
+[esp8266-nodemcu-mh-z19](https://finalrewind.org/projects/esp8266-nodemcu-mh-z19/)
+provides an ESP8266 NodeMCU Lua module (`mh-z19.lua`) as well as MQTT /
+HomeAssistant / InfluxDB gateway application example (`init.lua`) for
**MH-Z19** carbon dioxide (CO₂) sensors connected via UART.
## Dependencies
@@ -82,3 +83,12 @@ So, unless `influx_attr = ''`, it must start with a comma, e.g. `influx_attr = '
## Images
![](https://finalrewind.org/projects/esp8266-nodemcu-mh-z19/media/preview.jpg)
+![](https://finalrewind.org/projects/esp8266-nodemcu-mh-z19/media/hass.png)
+
+## Resources
+
+Mirrors of this repository are maintained at the following locations:
+
+* [Chaosdorf](https://chaosdorf.de/git/derf/esp8266-nodemcu-mh-z19)
+* [git.finalrewind.org](https://git.finalrewind.org/esp8266-nodemcu-mh-z19/)
+* [GitHub](https://github.com/derf/esp8266-nodemcu-mh-z19)