Don't know if this is the right place to post this, and I can't find other posts regarding this, but I may have found another bug.
The scenario is:
I am using flag 9 as a condition in another timed macro to run IF flag 9 is NOT set, so...
1) created a dummy appliance module N9
2) created a simple macro, triggered by N9 OFF to clear flag 9
3) created another simple macro, triggered by N9 ON to set flag 9
4) module N9 gets turned off at dawn (using the timer function), that is supposed to clear flag 9. This resets flag 9 to it's "normal" condition for the next day's "test" (This is the only way I found to change the status of a flag with a time).
While I was testing the flag 9 setting/clearing, I was using a palmpad (too lazy to get a wired command console).
THIS IS WHERE THE "BUG" IS.
While watching the two macro's indicators in AHP, when I pressed the N9 "on" button on the palmpad, BOTH MACRO "INDICATORS" IN AHP LIT UP TOGETHER (flashed), and when I pressed the N9 "off" button on the palmpad, NEITHER macro "indicator" lit up.... HHMMMMMM...........
HOWEVER..........
When I did the same n9 on/off on a wired command console, the indicators acted correctly!!!
I ran a status report in all of the situations, and the flag 9 is setting and clearing like it should, so AHP is processing the macros correctly, BUT the DISPLAY for the macros are not.
The activity log shows the different commands processed (and they are different because
the palmpad sends...........
n9 on [no label on this step though]
n9 off [no label on this step though]
and the console sends
n9 (set flag 9 test)
n9 on (set flag 9 test)
and
n9 (set flag 9 test)
n9 off [no label on this step though]
Is this behavior normal or is this a known problem?
The macros seem to function correctly, just the way the activity log is reporting is different, probably due to the way the palmpad sends the combined command and the console sends the partial command separately.
I have noticed this with the wireless motion detectors also because the send the combined command.
Anyone else noticed this?
Thanks!