Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
linux command line / bash scripting
#1
Hello,

I currently use AD2USB to communicate with my Honeywell Vista alarm system. Together with ser2sock (serial to socket), in bash/Linux, I use:

if exec 3</dev/tcp/localhost/444555 ; then
  cat <&3 | while read -t12 msg ; do
        # Print last keypad/console message.
        # Example: ****DISARMED****  Ready to Arm
        echo "$msg"
        sleep 1
  done
fi

There are also functions to send commands to the alarm as if it were typed on the keypad.

How does one send/receive to/from the TA ESP32-S3 via command line/bash scripts?

Thanks
Reply
#2
after download KCS v3 firmware to TA esp32 module. TA support HTTP, MQTT, RS485 modbus different protocol. the protocol documents see here:
https://www.kincony.com/forum/forumdisplay.php?fid=75
Reply
#3
Wow! There appears to be lot's of flexibility as there are many protocols to choose from. I'm excited and will definitely buy one of these. Thank you!
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)