Hello. I am a newcomer to Home Assistant. Here is a summary of my situation:
What do I want to do?
Use Home Assistant to allow my Harmony remote control to control my TP Link wifi power switch.
What do I have?
TP Link power wifi switch; Harmony Elite Remote; QNAP TS-451+ NAS; Hue Hub
What have I done?
Installed HA docker container onto QNAP NAS. Started it. Added configuration for TP Link switch. Successfully turned switch on and off via HA GUI. Added emulated_hue configuration for switch. Successfully viewed emulated hub XML and ‘light’ JSON via default HA:8300 port.
What is the problem?
When scanning for devices in the Harmony, the switch is not found.
Given all the above, what am I missing to complete the project?
Not sure what you mean when scanning for devices in harmony switch is not found?
I have set up a template sensor which allows me to use an automation to control other devices connected through home assistant based on the activity selected on harmony. Eg when select power off the tp link plug will turn off after 30s.
Thanks - do you happen to have a link for how to set something like this up? My ideal end-state is that when someone runs an activity in Harmony like ‘turn on tv’, the first thing that happens is the tp-link turns on.
I do the lights this way rather than through harmony directly as I find it much more flexible and has more functionality.
Here is a script I run to turn off my cinema room which includes turning off my tp link plug at the end. The reason I have delys is I have some usb fans to cool my AV amp and I would like the fans to continue running for a while to help cool things down before I switch everything off
At the moment I trigger the script manually from the front end, but I have been toying with the idea of creating an automation that is triggered by the poweroff activity.