Udp binding,Blauberg VENTO Expert A50-1 W, transforming HEX values

Hello!
I would like to ask somebody for help with Udp binding.
I have Blauberg VENTO Expert A50-1 W that can be controlled over Udp, according by this manual.

I have no experience with transformations, so if someone could tell me, with similar setup what transformation to use, what to put in transform file by example below, how to define item and how to setup udp.cfg file.

Example of unit activation/deactivation and low speed selection would be:
0x6D,0x6F,0x62,0x69,0x6C,0x65,0x03,0x04,0x01,0x0D,0x0A

After some research i found some example that could fit my situation.

Item is defined as:

Switch Blauberg {udp=“>[ON:192.168.1.90:4000:‘MAP(blau.map)’], >[OFF:192.168.1.90:4000:'MAP(blau.map)]”}

In my transformation folder is blau.map file with next text:

ON=\u006D\u006F\u0062\u0069\u006C\u0003\u0004\u0001\u000D\u000A
\u006D\u006F\u0062\u0069\u006C\u0003\u0004\u0001\u000D\u000A=ON

When i switch the item on or off i get the next messages in logfile:

Item 'Blauberg received command ON

2019-05-28 19:02:29.521 [vent.ItemStateChangedEvent] - Blauberg changed from OFF to ON

2019-05-28 19:02:31.273 [ome.event.ItemCommandEvent] - Item ‘Blauberg’ received command OFF

==> /var/log/openhab2/openhab.log <==

2019-05-28 19:02:31.292 [WARN ] [.core.transform.TransformationHelper] - Cannot get service reference for transformation service of type 'MAP

==> /var/log/openhab2/events.log <==

2019-05-28 19:02:31.303 [vent.ItemStateChangedEvent] - Blauberg changed from ON to OFF

==> /var/log/openhab2/openhab.log <==

2019-05-28 19:02:31.304 [WARN ] [ing.tcp.protocol.internal.UDPBinding] - couldn’t transform response because transformationService of type '‘MAP’ is unavailable` Item ‘Blauberg’ received command ON

2019-05-28 19:02:29.521 [vent.ItemStateChangedEvent] - Blauberg changed from OFF to ON

2019-05-28 19:02:31.273 [ome.event.ItemCommandEvent] - Item ‘Blauberg’ received command OFF

==> /var/log/openhab2/openhab.log <==

2019-05-28 19:02:31.292 [WARN ] [.core.transform.TransformationHelper] - Cannot get service reference for transformation service of type 'MAP

==> /var/log/openhab2/events.log <==

2019-05-28 19:02:31.303 [vent.ItemStateChangedEvent] - Blauberg changed from ON to OFF

==> /var/log/openhab2/openhab.log <==

2019-05-28 19:02:31.304 [WARN ] [ing.tcp.protocol.internal.UDPBinding] - couldn’t transform response because transformationService of type '‘MAP’ is unavailable

What could be the problem?
My Map transformation is installed.