Monday
I'm trying to understand the "sub-devices" and automating them. Currently, I can ask my home/hub/mini to turn off individual outlets on my outdoor power plug device (DEFIANT Hubspace HPPA52CWB) and it does so. The device turns on and the outlet I ask for turns on; E.g.: "Hey Google, turn on outlet 1." *Defiant turns on* *Plug 1 turns on*.
How can I figure out the reference or sub-state of the individual outlets? I can only seem to get the whole device itself to work and not the plugs themselves even though the my google devices can do it.:
- starters: - type: device.state.OnOff device: Greenhouse - Patio state: on is: false actions: - type: device.command.OnOff devices: - Greenhouse - Patio on: true
ps: I will be adding a device state check prior then checking the weather if it's possible. If sunny, turn on at sunset - 1 hour. If rainy, turn on at 6 am.