Alain Turbide
Alain Turbide
Hi Nikhil, i have pull request that corrects this issue. The problem was that his panel sends spurious packets at odd times. The fix was to add a sort of...
Understood. That was sure an oddball one with that panel. This might also be revision dependent so that he had a buggy version before DSC fixed it. Be nice to...
Notes: zones 9-16 are on partition 2 in this case. The pc5132 module only sends out a 0x41 low battery notice after the 3rd sensor transmission from a zone with...
The cmd to retrieve data will be different depending on the zone range. Cmd 0x28 for 9-16, 0x33 for 17-24, 0x39 for 25-32. in the first example you show a...
Are you testing the expander with an address set for an emulated device? What address are you using for this. We can add 0x22 as a new cmd to add...
The 131 is a typo in the print routine for the 0xEB print command. This won't impact normal operation, just logging but good catch. ``` if (panelData[panelByte] >= 0x56 &&...
As to why the panel does not always indicate a tamper condition, that I can't say. There has to be a factor controlling that in test environment I would think...
Ah yes, the 3 times rule. I see that as well with battery level reporting for wireless sensors. After 3 transmissions from a wireless sensor with a low battery condition,...
More info on cmd 0xE6 subcommand 0x1A. This command provides panel AC POWER status on byte 6 bit 4. If bit 4 is set, AC power is off. Also looks...
Hold on with the tel line flag. It's not what I thought but the other flags are confirmed. The A5/EB commands on the version 4.6 1832 board I have only...