RobinM-MB

Results 12 comments of RobinM-MB

2024-01-25 20:55:12,762 - WARNING - hardware.relay - Could not load hardware for relay TAPO P100/5 relay named 'TEST' at address '192.168.1.58,[email protected],password123!': 'result', retrying in 0.5 seconds... This occurs when just...

it was the password when i tested it, have changed it now:)

Traceback (most recent call last): File "p100.py", line 5, in p100.handshake() #Creates the cookies required for further methods File "/home/pi/TerrariumPI/venv/lib/python3.7/site-packages/PyP100/PyP100.py", line 129, in handshake encryptedKey = r.json()["result"]["key"] KeyError: 'result'

yes that worked, socket turned on

it didn't print anythin to the terminal (venv) root@raspberrypi:/home/pi/TerrariumPI# python p100.py (venv) root@raspberrypi:/home/pi/TerrariumPI# python p100.py

Its now added in the dashboard and is controllable here is the output {'device_id': '8022BEF758034CDCCE4FE13525887E072112F478', 'fw_ver': '1.2.1 Build 230804 Rel.190922', 'hw_ver': '2.0', 'type': 'SMART.TAPOPLUG', 'model': 'P100', 'mac': '48-22-54-FE-12-56', 'hw_id': '4012E37933F469A8790D690E12080BB6',...

> source venv/bin/activate yeah i remebered and deleted comment doh

Test works all is working from dashboard still

> That is very nice! So that concludes the integration I think and now the software supports TAPO 100 and 105 sockets. > > I think for now, you can...