From c26f33af021a4cde4e60274f1eb4e352d81c6141 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 11 Sep 2026 23:05:35 +0200 Subject: [PATCH] Fix room count: 9 rooms (10 sensors), living room has two --- smarthome/air-quality/index.njk | 2 +- smarthome/tasmota-energy/index.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smarthome/air-quality/index.njk b/smarthome/air-quality/index.njk index 71a742a..02b1408 100644 --- a/smarthome/air-quality/index.njk +++ b/smarthome/air-quality/index.njk @@ -22,7 +22,7 @@ layout: base.njk

Rooms covered

-

The dashboard monitors 10 rooms across the apartment: server room, balcony, living room (desk and iMac areas), kitchen, bathroom, hallway, study, children's room, and bedroom. Each room shows current temperature and humidity, with optional pressure and light-level readings where sensors support it.

+

The dashboard monitors 9 rooms (10 sensors) across the apartment: server room, balcony, living room (desk and iMac areas), kitchen, bathroom, hallway, study, children's room, and bedroom. Each room shows current temperature and humidity, with optional pressure and light-level readings where sensors support it.

Dashboard features

Air quality and climate data

-

The same InfluxDB instance also stores temperature and humidity readings from HomematicIP room sensors and ESP32 DHT22 devices. These feed the air quality dashboard, which visualizes 24-hour climate history across 10 rooms. The energy and climate data share the MQTT-to-InfluxDB pipeline but live in separate measurement categories, keeping power monitoring and environmental sensing cleanly separated.

+

The same InfluxDB instance also stores temperature and humidity readings from HomematicIP room sensors and ESP32 DHT22 devices. These feed the air quality dashboard, which visualizes 24-hour climate history across 9 rooms (10 sensors). The energy and climate data share the MQTT-to-InfluxDB pipeline but live in separate measurement categories, keeping power monitoring and environmental sensing cleanly separated.

Why Tasmota over alternatives

Tasmota was chosen over alternatives like ESPHome or Tuya firmware for