@Mike
Thats exactly what it was. Thanks for the original code
Search found 3 matches
- Sunday 04 March 2018 5:09
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89970
- Saturday 03 March 2018 10:36
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89970
Re: TP-Link smart plug HS100/HS110
Thanks Mike I had tried numerous combinations of IP and unfortunately I left the incorrect one in the code I posted. Have spend the day playing around with the code and found numerous updates that needed to be made for the newer version of Python. In particular the urllib commands and the HS110 ...
- Thursday 01 March 2018 15:11
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89970
Re: TP-Link smart plug HS100/HS110
Hi Mike I am receiving similar errors to MnM001 and have been spinning my wheels on it for a couple of days now: Traceback (most recent call last): File "./tplink-smartplug-HS110.py", line 60, in <module> jsonData = json.loads(result) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads ...