Hi
we want to connect our system (ESP-880) to a KNX control system, is it possible and is there any KNX interface available ?
regards
Hi Abboud,
As far as I know, KNX has a KNX-->RS232 interface you can use to control the ESP using the serial port.
BR
Arno
Hi Abboud,
I heard from a dealer that this KNX Inferface is working fine with ESP.
https://www.ise.de/en/products...ect_KNX_Programmable
BR
Daniel
Hi Daniel,
Thank your for the confirmation.
BR
Arno
perfect
thank you for your support
Hi Team,
Do you have the command strings for the KNX serial communication to use with EX1280?
Bose serial command format was not working through KNX module.(model : spaceLynk Schneider).
Thanks in advance.
Varun asokan
Hello Varun,
The serial protocol shows the commands the Bose ControlSpace products work with.
Please check the RS232 settings and see what commands are sent by the KNX module.
Perhaps try to swap the TX and RX lines?
BR
Arno
Dear Arno,
Thank you very much for the reply.
Details are as given below:
Device:Spacelynk (LSS100200) as a gateway for KNX to RS232
Example command:
Mute Function :
require('serial')
port = serial.open('/dev/RS232', {
baudrate = 115200,
databits = 8,
stopbits = 1,
parity = 'none',
duplex = 'full'
})
port:write('SM 3,1,M<CR>')
port:close()
Thanks for the help
Varun Asokan