Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automation use #5

Open
armandomartires opened this issue Jan 1, 2021 · 2 comments
Open

Automation use #5

armandomartires opened this issue Jan 1, 2021 · 2 comments

Comments

@armandomartires
Copy link

I have an automation that would turn on the Tapo P100 switch in case the temperature is under 19ºC, but I can't seem to find a way to create an action that can use the P100.

I have the P100 as an Entity, but it does not exist as a Device, can I make create a device for it?
How?

I would also like to assign the P100 to an Area, but I can't seem to find how to do that.

Can you give me a hint on how to solve this?

@jcbagtas
Copy link

jcbagtas commented Jan 2, 2021

have you tried to call the switch.turn_on service?

You can try it at:
http://192.168.x.x/developer-tools/service

Service: switch.turn_on
Entity: switch.your_switch_name

Or use it via the Call Service option in the automation UI.

@shiner66
Copy link
Contributor

shiner66 commented Apr 6, 2021

have you tried to call the switch.turn_on service?

You can try it at:
http://192.168.x.x/developer-tools/service

Service: switch.turn_on
Entity: switch.your_switch_name

Or use it via the Call Service option in the automation UI.

Can confirm that switch.turn_on works perfectly, also #2 should solve the issue about "unnamed switches"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants