Hi
I just got my cm15pro with ActivehomePro (from Marmitek) a couple of days ago.
I had some serieus fun (NOT!) before I found out that my pushbuttons (TMD4) where triggering my macro's 3 times in a row or at least try to do so because once they get executed multiple times, the entire x10 bus goes down for about a minute or so... which leads eventually to a cm15 that needs to be reset and freezing Ahp.
Now a flag is being set every time a macro starts and unset at the end of that macro, which works just fine.
So for my first question:
1. It takes much longer for the first module to start dimming than directly controlled through the remote, it can take approximately up to 5 seconds before dimming starts.
(I did already unset the "send 100% brightness", which helps a little)
2. then execution of the macro takes 10 to 15 sec this sets the total execution time at about 20-25 sec just to adjust a scene, of 5 lights ...
3. Is there a way to translate an address within the cm15?
for these 2 cases on==off and 2 buttons activate the same macro?
I think it should be possible to easily do such translations, I just can't figure out how... without duplicating all called macro's
(When I press a TMD4 button, the first time, it sends on, the second off, .... but I want it to always activate the same macro)
(I have a second button which is on an other address and module and also needs to activate that macro)
I already tried just to do "sent" of that code over the bus, but it does not help, commands that are sent by the cm15 don't get used as triggers for the macro's...
4. The AWM2 from marmitek can not be found in the software as a module, I tried to put the AW12 and I tried to activate it through a macro but that doesn't do the job either (however I can command it through the remoteRF -> cm15 -> AWM2)
5. Does the order of the else statements matter? (when you link up multiple macro's
I got the following config: which should just cycle 4 'sfeer' presets one step at a time, every time I press a button:
macro1 (to 4 with else statments, the flag settings change but that is all)
Trigger :H7 ON
Condition : flag status on (1 and 16)
Execution :
flag 16 off (to lock macro execution / eliminate double execution)
set 5 dimmable lights to absolute value (is this too much?)
delay 2 sec (just an old a safety measure however I should be able to remove it now)
clear all used flags
set flag 2 and 16
(end of macro 1)
Thanks for reading !!!! Mega thanks for answering