You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work indeed !
One issue I noticed is that in dc03_msg.py, SIA code "BA" (burglary alarm) is in the list of codes_with_area, whereas I suppose that both AREA + ZONE should be sent in such event.
Also on a SIA-DC09 receiver I could try, the area information is never received despite all my efforts.
The text was updated successfully, but these errors were encountered:
yes, BA was erroneous specified in the list codes_with_area. It had to be code BV.
n.b. codes_with_area is for codes with area following the code. With BA it is sent with the ri modifier.
when i try the updated code i see in the example application it sends : spt2.send_msg('SIA-DCS', {'code':'BA','zone': 3, 'area': 2})
The transmission then is : #1234|Nri2BA3]
The receiver gets : 595F0074"*SIA-DCS"0007#1234[}rO[17]<%2hIND#f|#1234|Nri2BA3]_16:38:31,04-12-2021
and logs it as : 1234 I 00002 BA 00003 21-04-12 18:38:31 z
which looks ok to me.
The receiver should have got the area value in the zone field .. please compare with the opposite of BA, the BR code.
I expect to push the correction soon, probably later today.
Great work indeed !
One issue I noticed is that in dc03_msg.py, SIA code "BA" (burglary alarm) is in the list of codes_with_area, whereas I suppose that both AREA + ZONE should be sent in such event.
Also on a SIA-DC09 receiver I could try, the area information is never received despite all my efforts.
The text was updated successfully, but these errors were encountered: