From a84f82aa71e4f0a993de2246d988e93dbf70f327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A2n=20Nguy=E1=BB=85n=20Duy?= Date: Wed, 2 Jul 2025 06:47:36 +0000 Subject: [PATCH] Add new t_m sensor in Monitoring Room --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 5ee7596..7da7161 100644 --- a/config.py +++ b/config.py @@ -8,6 +8,7 @@ MODBUS_HOSTS = [ {"ip": "10.84.60.32", "location": "Warehouse-C", "type": "temperature_humidity"}, {"ip": "10.84.60.33", "location": "Dyeing-Kitchen", "type": "temperature_humidity"}, {"ip": "10.84.60.34", "location": "Second-Floor", "type": "temperature_humidity"}, + {"ip": "10.84.60.35", "location": "Monitoring-Room", "type": "temperature_humidity"}, {"ip": "10.84.48.100", "location": "Warehouse-A", "type": "temperature_humidity"}, {"ip": "10.84.48.101", "location": "Lab-Room", "type": "temperature_humidity"}, {"ip": "10.84.48.102", "location": "Office", "type": "cwt_co2"},