adrianmihalko

Results 59 comments of adrianmihalko

@rct thanks for the reply, in meantime I removed my second commend. Here is the actual state: I found the problem: I am trying to send too long commands. But...

Thank you, then I have to look further into this question this weekend. I attach my current code, maybe someone would find it useful: [envisalink.py.txt](https://github.com/juggie/AlarmServer/files/980461/envisalink.py.txt) [httpslistener.py.txt](https://github.com/juggie/AlarmServer/files/980462/httpslistener.py.txt) `$curl "https://192.168..x.xx:8111/api/keystroke?sequence=*4#"`

Yep, just uploaded: https://github.com/adrianmihalko/AlarmServer

One more info: I don't know if following project is a fork from this project, but it does have implemented the bypass zone function: [](https://github.com/juggie/AlarmServer) ``` elif query.path == '/api/alarm/bypass':...

Ahh, sorry, I forgot the link: https://github.com/LXXero/DSCAlarm/ It seem to be actively developed, but it's modified for Smartthings(?!): https://community.smartthings.com/t/dsc-evl-3-4-alarmserver-smartthings/

@juggie I checked LXXero's code and I found this relevant part: ``` elif query.path == '/api/alarm/bypass': try: zones = str(query_array['zone'][0]).split(',') for zone in zones: if len(zone) == 1: zone =...

Ahh, this is why new keepalive function is for. We'll see, I update ASAP. Thank you.

With keep alive it is very stable, it's running several weeks now.

Is there anybody who implemented bypass multiple zones feature?

I have another feature request: support for mosh.