Update IP

This commit is contained in:
2026-01-28 23:36:39 +08:00
parent 7ac720d8df
commit 33df613807
4 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import os
from .utilities import log, runCmd
from .utilities import runCmd
def findHddIdInNt():

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 = {}