OK, will do 123, I just have one more thing I would like to do to expand on what you have created so far. I am not planning to do this right now as I want to try and test everything created so far, which will take me a week or so. Also I want to design an intuitive frontend, which will take me a while, but will be looking to do the following in the not so distant future:
Basically I have a total of 15-20 TRVs I would eventually like to add to my HS setup. I would like to have my house split into locations:
Living Locations (living rooms, kitchen, etc.)
Sleeping Locations (bedrooms, en suites, etc)
Manual Locations (hallways, bathrooms, etc.)
I would like to have 2 separate schedules I can dynamically assign any TRV in the house:
Schedule 1: for all Living Locations
Schedule 2: for all Sleeping Locations
A “None” option: for all Manual Locations (these TRVs will not be linked into any time schedule and will have their temperatures controlled manually by the user).
I would like to be able to dynamically assign TRVs (via frontend) to either belonging to Schedule 1, Schedule 2, or None (by using a dropdown helper for example).
The reason I would not like to “hard code” the TRVs via the automation yaml file is to have the option to make a Bedroom TRV (for example) linked to Schedule 1 for Living Locations, or a living room TRV linked to “None” so that its temperature is controlled manually without any time schedule (I think you get the idea).
Finally, will I be better marking this post with the solution tag (as the issue has been solved) and start a new post to achieve what I described above, or just continue it in this post when I’m ready to start implementing 2 Schedules?
Thanks in advance for your help!!