eQ-3 MAX! window sensor / shutter contact

Thanks to the blog at https://technpol.wordpress.com/2016/04/09/configuration-of-maxcul-and-cul-dongle/ I got openhab 1.8.3 working for multiple radiator thermostats using a cubietruck along with a CUL from busware.

In getting this to work, I stumbled over https://github.com/openhab/openhab1-addons/pull/3669?_pjax=%23js-repo-pjax-container where it says that something was implemented to get window sensors (ShutterContact) working. I have been trying and actually got a window contact paired, but I am lacking an example how to actually use this. Can someone please give an example how to configure the window sensor? I would be particularly interested in how the items file and a simple sitemap file would have to look like.

Thank you very much for any help!!

My item config looks like this:

Number Thermostat_RT_R_Living “Thermostat [%.1f °C]” (R_Living,Thermostats) { maxcul=“RadiatorThermostat:KEQ7890123:feature=thermostat:associate=KEQ123456” }

Number Thermostat_WM_R_Living “Thermostat [%.1f °C]” (R_Living,Thermostats) { maxcul="WallThermostat:KEQ123456:feature=thermostat:associate=KEQ7890123,KEQ7890123}

Contact Open_Window_R_Living “Fenster [MAP(windowshutter.map):%s]” (R_Living,Contacts) { maxcul=“ShutterContact:LEQ123456:feature=contact:associate=KEQ7890123” }

Switch Batt_Window_R_Living “Batterie Fensterkontakt [MAP(battery.map):%s]” (R_Living,Battery) { maxcul=“ShutterContact:LEQ123456:feature=battery” }

and my transformation maps looks like this:

battery.map
-=N/A
OFF=normal
ON=low

windowshutter.map
-=N/A
CLOSED=closed
OPEN=open

Thank you very much!!
I will try that :slight_smile: