X10 Community Forum

🖥️ActiveHome Pro => Plug-ins => Smart Macros => Topic started by: philbailey on September 18, 2009, 06:17:42 PM

Title: Flags and monitored house code question
Post by: philbailey on September 18, 2009, 06:17:42 PM
I have been searching the postings for using flags in smart macros and now am totally confused because I see references to monitored house code that never is explained so that I understand.

Does a macro that sets or checks flags have to have a trigger that is on the monitored house code? If not (or even if so) could someone please explain the relationship of flags in smart macros to monitored house codes?

Thanks
Title: Re: Flags and monitored house code question
Post by: -Bill- (of wgjohns.com) on September 18, 2009, 09:21:25 PM
There is really no direct relation between flags and the monitored house code.

A flag is one of 16 memory locations in the CM15A that can have a state of "set" or "cleared".

The monitored house code selects a group of 16 modules that the CM15A will remember the state of and can therefore be referenced in macros that are stored in the CM15A.  The CM15A doesn't have enough memory to remember the states of all 256 possible modules, so the monitored house code lets you choose the 16 whose status it will remember.

That any clearer?   ???

 >!
Title: Re: Flags and monitored house code question
Post by: philbailey on September 20, 2009, 01:46:27 PM
Thanks!