Greetings. Using a library that purports to parse the ad2usb message stream into an object. (https://github.com/jlong23/node-red-node-ademco)
Long story short, when it parses the first section of a message (splitting on ","), it tries to read bit number 15 as indicating a ZONE fault... I see in the documentation that 15 is simply "system issue". Is this accurate?
If it IS, then why is bit 15 0 on the following message coming from my Ademco Vista 10SE?
[00000001000000000A--],005,[f70000008005000008000000000000],"FAULT 05 ZONE 05 "
Ideas?