I am desperately trying to find a home automation solution to replace an aging Circuit Cellar HCS system. ActiveHome Pro is coming close, but this Monitored Hose Code limitation is locking me out:
Our primary lights etc, are on House Code A.
I have Appliance Modules that I don’t want vulnerable to someone pressing ALL-OFF on House Code A (HC-A), so I configure those Appliance Modules on House Code B (HC-B). Obviously, if someone presses ALL OFF on HC-A, the Appliance Modules on HC-B are not affected. Good.
However, I want to be able affect those Appliance Modules on HC-B using my HC-A Controllers. So: I reserve three phantom addresses on HC-A:
A-14 (2^2)
A-15 (2^1)
A-16 (2^0)
If I press A15-ON, I want a macro to see that A15 came on, A14 and A16 are off, so that is command 2 (as in 010).
If I press A14-A15-ON, I want a macro to see that A15 and A15 are on, A16 is off, so that is command 6 (as in 110).
At the end of each macro, I make sure A14, A15 and A16 are turned off so I can watch for the next 'command'.
Now, I have 7 commands I can initiate in macros.
OK: command 2: Toggle an appliance on HC-B:
Look for 010:
- Initiate the macro on A15 ON
- Continue if A14 and A16 are off (otherwise we have command 6, 3 or 7)
- Now, if the appliance on HC-B is ON, turn it off ELSE turn it ON.
BANG: Can't test a module on HC-B so don't know which way to toggle it.
I want to toggle it because I don’t want to use up
two of my
seven commands on just this appliance.
I'm new to this product, but from the posts have learned this was a memory issue. I also see hints that a 1k to 8k upgrade may be the current situation and perhaps this restriction can be relaxed?
Even if not: Allow me to select the individual modules I want the unit to monitor. Like sunset resolution, I can trade off memory myself. I may just specify 20 modules (not even two house codes full) but their housecodes-addresses should be irrelevant.
Any chance of me being able to move to ActiveHome?