[Bluetooth] BLE Beacon scanning

Hey there,
I am new in openHAB and switched from pimatic.
I do use the newes version openHABian 3.0.0.

On pimatic I had written a plugin by my own to scan data from BLE devices.
So my question is if it is possible to do the same on openHAB and which way I should go?
Make a whole binding? Make a http api? Or is it possible with a available binding?

I have serveral sensors which broadcast their values every 25 sec over BLE.
So I need to be able to scan for this broardcasts (24/7) and parse the data out of it.

PS: Thats the plugin I had written for pimatic:
https://github.com/FROeHlyEisvogel/pimatic-climasens/blob/master/clima-sens.coffee

Thank you for your advices.