Giter VIP home page Giter VIP logo

p100-go's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

p100-go's Issues

Did TP-Link change something?

Hi Artemvag!

Isn't there something changed on the TP-Link side?

My small utility now returns:

panic: Got error code 9999

when calling:

deviceInfo, err := device.GetDeviceInfo()

if err != nil {
	log.Panic(err)
}

I would say that it is not actually an issue of your library, it seems to be a result of a change on TP-Link side. Am I right?

Best Regards,
Jan

Got error code 1003

Error code 1003 during Handshake()

New change to the tapo API probably.

It's the same error code to several tapo plugs.

I'm not sure how to find out what the correct json and such should be, or I could fix it myself.

why do you use device.Handshake() instead of p100.handshake()?

I'm trying to understand your example code to use it myself.
plug := p100.New("192.168.0.100", "[email protected]", "password")

if err := device.Handshake(); err != nil {
log.Panic(err)
}
Why do you use device.Handshake()? And not plug.Handshake() or p100.Handshake()?
Where is the word device come from?

Thanks in advance, best regards
Jan Willem

p100 status default on

I have a problem, I really like Tapo P100 and want to change my starting status.

My problem is that after a power outage, the p100 does not remember theprevious state and is always turned off.

How do I changeit ? Is there any setting for a power outage?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.