Fix ip of KasaPowerStrip in livingroom
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user