Hi Ryan,
Thank you for the help. Regarding using a motion sensor on the ISY to control Hue lights, I need help with this. Matter of fact, my entire time with HA, this has probably been the most confusing thing for me. I don't understand how I am supposed to know what I can do in automations and such. Formatting is always important, aside from indention, some things start with -, some things need a quote, and my biggest issue is know what I can 'say':
take the below items for example:
| platform: state |
| alias: Sun starts shining |
|
|
| state_entity_id: sun.sun |
| # Next two are optional, omit to match all |
| state_from: below_horizon |
| state_to: above_horizon |
|
|
| execute_service: light.turn_off |
| service_entity_id: group.living_room |
|
|
| automation 2: |
| platform: time |
| alias: Beer o Clock |
|
|
| time_hours: 16 |
| time_minutes: 0 |
| time_seconds: 0 |
|
|
| execute_service: notify.notify |
| service_data:
|
Is there a guide, or legend or something? I'd imagine many of you this is self evident. But many of these items I wouldn't even know I could use if they were not in the example config. How do I get past this and know what all is available? Can i execute more than on service in an automation? How do I know what format to put the service data in? What automation settings are out there that I don't even know about?
It is not your job to answer this. If you want to point me to something so I can answer myself that would be awesome. Sorry if this is a weird request. Usually when i create something that can take options or parameters in a file, I document them and offer format examples, rules if there are any, and requirements. But I haven't found that in HA.
Regarding the ISY I understand what you are saying and I will take what you have told me and go from there. Although, back to my previous point, I would not know the syntax to use in the automation to turn on certain hue lights when a motion sensor is on, for a particular duration, etc. I guess that is my hurdle.
I know you are busy and have a life so respond if you want or ignore.
Thanks,
Aaron.