- The minimum supported controller firmware version is
6.56
- The lowest known version in actual use is
6.62
- The code is developed and tested against
8.92
Firmware version v6.62
is known to send anomalous listen events for which a patch has been added to:
door open
, door close
and door button
events need to be specifically enabled using the record-special-events
function.
On Microsoft Windows 7, a uhppote-cli
crash report with unknown pc ...
(see example below) is typically associated
with an anti-virus program (principally webroot) and appears to be related to an incompatibiliy between the structure of
the EXE file created by the Go compiler and the anti-virus signature detection code:
As of 2021-07-01, the only known workaround is to disable webroot - there appear to be no plans to address this in either the Go compiler or in webroot.
Exception 0xc0000005 0x0 0x77776fff 0xb60000
PC=0xb60000
runtime: unknown pc 0xb60000
stack: frame={sp:0x22f220, fp:0x0} stack=[0x0,0x22ff30)
000000000022f120: 0000000000200000 000000000022f170
000000000022f130: 000000000022f170 000000000022f170
000000000022f140: 0000000000000020 00000000775e04c6
000000000022f150: 0000000000000001 0000000000001112
000000000022f160: 0000000000000000 000007fefaa60000
000000000022f170: 000000000022f348 000000007763be5f
...
...
rax 0x22f3e2
rbx 0x775c0000
rcx 0x8000000000000000
rdi 0x774a9bfa
rsi 0x1
rbp 0xbbfc00
rsp 0x22f220
r8 0x0
r9 0x0
r10 0x0
r11 0x22f3e2
r12 0x0
r13 0x776d614c
r14 0x776d4200
r15 0x776d8050
rip 0xb60000
rflags 0x10206
cs 0x33
fs 0x53
gs 0x2b
See StackExchange: How to get rid of firewall "accept incoming connections" dialog?