Hello!
I'd like to configure a button on a KPL that turns everything off (lights and devices) when I'm about to leave home.
I have about 60 fixtures/appliances in my home. So we don't wanna check or send OFF commands to every device.
Question is: is there a way to get from Indigo the list of fixtures that are ON (or not OFF)?
Thanks in advance
Create a "Goodbye" code
Forum rules
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
- jay (support)
- Site Admin
- Posts: 19232
- Joined: Wed Mar 19, 2008 11:52 am
- Location: Austin, Texas
- Contact:
Re: Create a "Goodbye" code
If your devices are all (or mostly) INSTEON devices then you can just create a PowerLinc group with all of them in it. Then just send the group an OFF - it's a single message to all devices at once so it doesn't really matter how many are on/off.
Re: Create a "Goodbye" code
Thanks Jay.jay (support) wrote:If your devices are all (or mostly) INSTEON devices then you can just create a PowerLinc group with all of them in it. Then just send the group an OFF - it's a single message to all devices at once so it doesn't really matter how many are on/off.
Oh yes, all devices are Insteon. How do I create a PowerLinc group with all devices? By using Indigo?
- jay (support)
- Site Admin
- Posts: 19232
- Joined: Wed Mar 19, 2008 11:52 am
- Location: Austin, Texas
- Contact:
Re: Create a "Goodbye" code
Check out the Managing PowerLinc Scenes section of the docs.
Re: Create a "Goodbye" code
It did the trick perfectly! Thanks!