Search found 1 match

by Kubinks
Monday 06 January 2020 12:36
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 92426

Re: TP-Link smart plug HS100/HS110

@ajay100, first of all thanks for your work. From your github link, line 222 you are missing + ";" + str(realtime_result['total_wh']) It needs to look like this Devices[4].Update(nValue=0, sValue=str(round(realtime_result['power_mw']/1000,2)) + ";" + str(realtime_result['total_wh']))