Hello;
I have recently started using HA, and so far LOVE it! Using an Amazon Fire, I now have a dashboard for controlling most important aspects of my home.
I’ve recently added the Hayward Omnilogic integration from GitHub - djtimca/haomnilogic: Hayward Omnilogic integration for Home Assistant available through HACS, and it is incredible! This integration however is not able to pull “themes” from my pool controller, no big deal in my opinion.
I would like to replicate my pools “themes” and add them to my dashboard. I am hoping for some pointers on how to achieve this. Disclaimer, I’ve yet to create or modify anything on the dashboard not using the dashboard editor, i.e. no yaml thus far.
Because the scenes when activated shut off other aspects of my pool, I am hoping to create automations that perform the following, with options for 1, 2 or 3 hours only:
Turn on Spa:
-
Ask user if this is for 1, 2 or 3 hours (I am hoping to prevent folks from falling alseep with the below equipment running.
-
Shut off all equipment in the pool, i.e. lights, heater, blower, pump and chlorinator.
-
Turn on filter pump to desired speed in spa
-
Turn on heater in spa to desired temperature
-
Turn on blower
-
If it is dark outside, turn on lights
Turn Off Spa
Shut off all equipment
I have tried helpers, but I seem to be missing something to achieve all of this.