Open Frikigi opened 3 years ago
Hello! None of my the version of code you showed worked for me. But I got one code working if you put switch 1: and switch 2: otherwise, it will say multiple switches or something like that. `
switch 1: platform: tapo_p100_control ip_address: 192.168.xx.xx email: xxx.xxx@gmail.com password: xxx
switch 2: platform: tapo_p100_control ip_address: 192.168.xx.xx email: xxx.xxx@gmail.com password: xxx ` I hope this works for you too
Still don't know how to write the code in a box like you did. Sorry.
Hi. Im still quite new to home assistant and YAML. But it works well with more than one plug in home assistant with the following syntax:
switch:
- platform: tapo_p100_control
ip_address: 192.168.x.10
email: email@gmail.com
password: some_password
- platform: tapo_p100_control
ip_address: 192.168.x.11
email: email@gmail.com
password: some_password
Note the ' - ' before platform.
Also the devices show up with the names set in the tapo app.
Using "switch 1:" and "switch 2:" (and so on) worked for me. The ' - ' before platform did not work for me
Hello, I tried to install 2 plug but it's not working, i can use only one because the other not appear I try this different configuration and i try also to insert IP ADRESS of the rooter but in this case, nothing plug appear. 192.168.0.21 is the IP adresse of the firt plug and 192.168.0.35 to the second.
n1
n2
n3
How i can add another plug to Home Assistant with this plugin ? Thank you for reading. 😄