The Tech specs for the PRT3 module have listed compatibility for these panels:
Digiplex EVO48, EVO96, EVO192 control panels
DGP-848 control panel (V4.11 and up)
DGP-NE96 control panel (V1.60 and up)
Iāve only tested against my EVO192 panel & a RasberryPi. The PRT3 port comes with a USB B port (e.g. the standard cable used to connect most printers to a PC). Just connect a USB cable between the PRT3 and your rasberry pi.
I have the EVO192 panel as well but donāt have a raspberry pi yet.
Thanks a lot for the info and the integration, Iām looking forward to try it soon!
I finally got a PRT3 module so I can try your script.
I can start it and it says:
Serial Port: ttyUSB0 opened.
MQTT Connected!
but thatās it. I donāt get anything else.
Iām using a serial (9 pin) to USB cable so I donāt use the USB B port, should I use USB B instead?
Or is there anything I could miss?
Thanks!
Iāve tested with a USB B cable but a 9 pin should work as well. Have you configured PRT3 for home automation?
E.g.
Via Winload, configure PRT3 or using a keypad, section 4003 and then enter the prt3 serial number:
Section 016 option 4 needs to be set to on. (Enable serial / home automation mode)
Section 016 option 2/3 need to be set to on (57600 baud). Default should work, but just change the code to connect @ 2400.
Section 016 option 5/6 should be set to off.
After that, just ensure that the correct serial port is opened.
I did the configuration, but still nothing. As for the section 016 5/6, I cannot set it to off, I have āAsciiā, CBUS and āfuture useā (I tried ascii and future use, no luck).
Port should be okay, if I unplug the cable from the pi and start the app, it says cannot open /dev/ttyUSB0 (opening works if I plug back in).
Do you have any other suggestion? Any other configuration I need?
I even tried with an USB B -> USB cable, the app said cannot open the port.
Ah - looks like youāre using winload. The correct option is Ascii Protocol. Make sure serial the port is enabled (016 - 1) as well.
If this doesnāt work, you can try sending codes by hand to the panel and see if itās responding. E.g. try sending
RA001 to the serial port. This panel should return zone 1 status - something like RA001DOOOOOO
It seems I donāt get anything from the panel: I never get into this._port.on('readable', () => {})
I tried manually send a command after āSerial Port openedā log with this.SendCommand('RA001') but I got nothing.
Any idea?
Do you see the bus lights flashing on the prt3?
Is the prt3 hooked to the combus properly?
Baud rates match?
If you open a zone, readable should also fire.
As soon as I start your script, the RX LED starts blinking rapidly (so it seems that the connection between the module and the rPI is fine) but the TX LED does not blink at all.
Baud rates are ok, do you think its possible that the module is not properly installed to the system?
@RKor - Thereās another active project in the works that will work with the IP150. Would recommend trying that out first. This project only tested to work with the Evo/Prt3.
I did the programming part in Babyware and sending the configuration does not get sent to the PRT3. I tried it multiple times, even tried to do it in the old program (Winload). Everything looked ok, but I finally tried to check if everything is correct with the old-school way: on the keypad! And it said nothing was configured, so I did the configuration on the keypad and it started working immediately.
I can see all my zones, statues working perfectly and its really fast! The only missing part is the alarm state itself, it does not get updated when I arm or disarm the system. I have 3 zones, non of them are working. In the app.js, I changed the areaCount to 3. Any ideas what could be the issue with this?
Sorry for not replying sooner - things have been busy. Do you have the latest version (I did some work to support multiple areas)? Can you post the log after trying to arm/disarm an area other than 1?