mathewss wrote:FYI and others probably the only data that could be classified as sensitive would be RFX serial numbers as redacted in this post. Also redacted was section #1 data in a standard message. This is just alarm state and has no signature component to protect.
Best
SM
ok - thanks.
This is interesting. I wonder if that case is not being processed correctly in the algorithm in the Python API.
I bet it saw it as zones 32 and 33 restoring and then faulting again correct?
that is correct, that's exactly what happened.
i don't know what frequency band these wireless transmitters use (they are quite old) but i just noticed a slew of restore/fault notifications when i turned the microwave on. so the missing fault messages might just be the name of the game with old wireless transmitter hardware and a large-ish house, and small amounts of EMI probably disrupt them. heck i think even walking thru the house caused some of the faults to go missing.
so the RFX messages are the raw messages coming from the wireless transmitters, but the panel is translating those to zones and fault messages for the keypad? i assume you're going off the keypad messages for the zone tracking? maybe it makes sense to wait for multiple cycles of fault messages before setting the zone state to restored... i haven't read the code so not sure what it's currently doing...
[quote]
Please let me know what the RFX messages are here.
!RFX:redacted,04
[redacted--],021,[],"FAULT 21 ZONE 21 "
[redacted--],020,[],"FAULT 20 ZONE 20 "
!RFX:redacted,04
!RFX:redacted,04
It reset back to 20 when it received the first RFX message here. I am going to assume that a zone faulted and restarted very fast here. What zone is tied to this RFX message? Are these all the same serial number on these 2 messages? Maybe remove redact and put in a UID of some sort.
[quote]
- Code: Select all
[redacted--],020,[],"FAULT 20 ZONE 20 "
!RFX:ID74,04
[redacted--],021,[],"FAULT 21 ZONE 21 "
[redacted--],020,[],"FAULT 20 ZONE 20 "
!RFX:ID74,04
!RFX:ID90,04
[redacted--],021,[],"FAULT 21 ZONE 21 "
the first two messages were from the same transmitter, the 3rd message was from a different transmitter.
i have no idea what the mapping is between transmitter IDs and zones. i had that information and one time when the company came out to service the panel they stole my documentation. i suppose if i open all the transmitters the serial numbers might be printed inside?
no zones are faulting and restoring at least by any human interaction. the windows are just open...
thanks for all your help with this.