Hi
As mentioned in a previous post I have gotten a Pi3 to talk to the AD2PI via ser2sock and can see events when I telnet to the device on port 10000.
If I issue a 'C' via telnet I get the Config results:
!CONFIG>ADDRESS=18&CONFIGBITS=ff00&LRR=N&EXP=NNNNN&REL=NNNN&MASK=ffffffff&DEDUPLICATE=N
In the webapp I see the log show:
2016-4-10 10:39:31 arm The alarm system has been armed.
2016-4-10 10:12:56 disarm The alarm system has been disarmed.
2016-4-9 23:43:31 arm The alarm system has been armed.
However the keypad shows: Please wait Loading and the diagnostics will not open the device
ser2sock is running as the pi user
gunicorn appears twice in a ps output the first process is run by root the second is run by the pi user. I assume that root started the process to open 443 and then changed the owner to be pi.
any ideas where to look?
See post 10 viewtopic.php?f=3&t=282&start=10#p1584
Tim