tplink-hs100 icon indicating copy to clipboard operation
tplink-hs100 copied to clipboard

First good job , any idea how to check status ?

Open plumcraft opened this issue 8 years ago • 6 comments

It could be nice if we can check if the smart plug is off or on before doing anything.

Let me know, thanks

-Olivier

plumcraft avatar Jul 12 '16 21:07 plumcraft

Or would be nice to have electricity consumption from the device

plumcraft avatar Jul 13 '16 06:07 plumcraft

The device sent back some data but I couldn't decipher what it was. I'll recapture it and at least document it - maybe someone will be able to make heads or tails of the hex.

As for energy monitoring, I don't have the HS110 model so I'm unable to dig around for that. On Jul 12, 2016 11:57 PM, "plumcraft" [email protected] wrote:

Or would be nice to have electricity consumption from the device

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/natefox/tplink-hs100/issues/4#issuecomment-232272402, or mute the thread https://github.com/notifications/unsubscribe/AAfVxD_I3Oww2XkT1sJe1lwmiHqsac0Sks5qVIxwgaJpZM4JK1Rn .

natefox avatar Jul 13 '16 14:07 natefox

Hi Natefox,

thanks for your reply, i could do that if you have any good tutorial to do it ?

plumcraft avatar Jul 17 '16 16:07 plumcraft

I've updated the README.md with the steps I've taken to acquire the data. I think the status comes across the UDP packets that are broadcast across the network. I'll be posting some more findings/data soon.

natefox avatar Jul 19 '16 05:07 natefox

Thanks

plumcraft avatar Jul 19 '16 15:07 plumcraft

Thanks for this. I ran across this first when trying to search for something.

I have found this now (I have not tested but it should work) https://github.com/plasticrake/hs100-api

They have found the encryption for the data. He has started a proper API for use.

Kilandor avatar Aug 10 '16 20:08 Kilandor