MySensors binding - cant see values at item level

Hi.

I have successfully installed OH2 and mysensors binding
bundle:list

214 | Active   |  80 | 3.12.0.OH              | nrjavaserial
215 | Active   |  80 | 2.2.0.201710190834     | MySensors Binding

I created bridge as in tutorial here

My test node is seen and I added it to things via paperUI.
I created also item using paperUI.

From logs I can see that there is an communication

    22:55:15.979 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 1;3;1;0;0;24.1
    22:55:15.986 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Node 1 found in gateway
    22:55:15.992 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Child 3 not present in node 1
    22:55:16.474 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 1;255;3;0;0;77
    22:55:16.481 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Battery percent for node 1 update to: 77%
    22:55:16.486 [DEBUG] [ensors.handler.MySensorsThingHandler] - Updating channel: battery value to: 77
    22:55:16.503 [DEBUG] [ensors.handler.MySensorsThingHandler] - Setting last update for node/child 1/1 to 2017-11-18T22:55:16.000+0000

But Iam unable to see values in items used in sitemap

sitemap test label="Main Menu"
{
            Text item=TemperatureSensor01_Temperature label="node 1 [%.1f °C]" icon="temperature"
            Text item=TemperatureSensor01_LastUpdate label="last update [%1$tA, %1$td/%1$tm/%1$tY %1$tH:%1$tM]"
}

Iam running on latest apt-get update & upgrade raspberrian
This setup worked on OH1 and node has forced id, because there was no method on OH1 to lease them.

Thanks

edit 2017-11-19 It apears that LastUpdate is being set.

20:50:10.267 [INFO ] [marthome.event.ItemStateChangedEvent] - TemperatureSensor01_LastUpdate changed from 2017-11-19T20:47:11.000+0000 to 2017-11-19T20:50:10.000+0000

But no other values.
I created all items link in thing detail.