fishbigger / HomeAssistant-Tapo-P100-Control

A custom integration for home assistant to control the Tapo P100 plugs
MIT License
207 stars 69 forks source link

Not working? #24

Open Clairyfy opened 3 years ago

Clairyfy commented 3 years ago

Hello! I am super new to home assistant and I don't know if I am doing something wrong. I pasted the code into configuration.YAML then pasted the folder into the custom components folder. Restarted home assistant. But can't get it working. I changed the login to be my login on the tapo app. and I went into my router and took the IP from the Tapo smart plug and pasted that into the IP address box. If something is wrong here Please let me know. I want it to be able to be seen as an entity.

fishbigger commented 3 years ago

Are there any errors in your log?

Clairyfy commented 3 years ago

No. Super weird.

Sorry for late respond

IanAdd commented 3 years ago

Same issue... Copied folder, restarted HA, added switch with my ip, user & password. Restarted HA. Got errors in log. Restarted HA - no errors in log. Using 2021.6.2.

colin-gordon commented 2 years ago

@Clairyfy try wrapping your email and password in " " in config.yaml (eg "e@mail.com" "supersecretpassword"), that fixed it for me.

Clairyfy commented 2 years ago

Ok ty!