Serial Binding test request

Hello,
i need to test a fix for REGEX parameter of serial binding (In OH1 or OH2).
It is necessary to check if the following fix won’t break any existing Serial binding with REGEX that you have.

Issue here: https://github.com/openhab/openhab-core/issues/128

Pull request here: https://github.com/openhab/openhab1-addons/pull/5184

Jar to test can be found here
Download it to your addons folder and restart OH and you are good to go.
To remove just remove the jar from addons folder and restart again

Looks like it is working!

Could you post your serial bindings?

[root@lisa items]# grep serial *
air-quality.items:String    Outside_Air_Sensor                                                                                                                                {serial="/dev/ttyPort0@9600,BASE64"}
pool.items:String    Pool_ORP_Sensor                                                                                                                                     {serial="/dev/ttyPort4@9600"}
pool.items:String    Pool_pH_Sensor                                                                                                                                      {serial="/dev/ttyPort5@9600"}
water.items:String    Softener_Salt_Level_Sensor                                                                                                                          {serial="/dev/ttyPort1@9600,BASE64"}
water.items:String    Hydrogen_Peroxide_Sensor                                                                                                                            {serial="/dev/ttyPort2@9600,BASE64"}
water.items:Number    Septic_Level_Sensor                                                                                                                                 {serial="/dev/ttyPort3,REGEX(.*?([0-9]+).*)"}

Thank you, so the septic works as expected? Others should be fine.

Oh BTW are you using OH2?
Both need a test… just asking

Merged… enjoy!