Hallo an alle,
ich versuche gerade eine Tapo L530E Colorbulb in Homebridge einzubinden.
Normal würde es dafür auch dieses Plugingeben; dieses wirf nach der Konfiguration jedoch leider 2 Fehler aus. Hat noch jemand das Problem bzw. kann hier helfen?
Vielen Dank im Voraus und LG,
Code
[23/09/2021, 17:40:51] [Tapo Smart Platform] 152 Error Code: 0, Success
[23/09/2021, 17:40:51] [Tapo Smart Platform] 333 Error Code: -1501, Invalid Request or Credentials
[23/09/2021, 17:40:51] [Tapo Smart Platform] Get Device Info failed
JSON Config:
{
"name": "Tapo Smart Platform",
"username": "XXXXX",
"password": "XXXXX",
"devices": [
{
"name": "Lampe 1",
"host": "192.168.X.XXX",
"type": "Colorlight"
},
{
"name": "nachttischlampe",
"host": "192.168.X.XXX",
"type": "Colorlight"
}
],
"platform": "TapoP100"
}
]
}
Alles anzeigen