Fix ip of KasaPowerStrip in livingroom

This commit is contained in:
2025-04-10 00:01:07 +08:00
parent b6986bf29c
commit 7ac720d8df
6 changed files with 20 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ def main(configs):
hddTempExporter = HddTempDataExporter()
cpuFanTempExporter = CpuFanTempDataExporter()
powerStripLivingroomExporter = KasaPowerStripDataExporter("livingroom", "192.168.1.203")
powerStripLivingroomExporter = KasaPowerStripDataExporter("livingroom", "192.168.1.204")
powerStripAtticExporter = KasaPowerStripDataExporter("attic", "192.168.1.202")
t315Atticexporter = TapoT315DataExporter(secrect["ip"], secrect["username"], secrect["password"], "鐵皮屋-溫濕度感測器", "attic-sensors")
gaugeDict = {}