Problems adding multisensor

Hi all, i have a new Aeotec multisensor and am having trouble adding the config in OH1 (1.8.1)

This is what i see in the log

2016-12-04 12:30:20.270 [DEBUG] [eController$ZWaveReceiveThread:1441]- Receive Message = 01 11 00 04 00 1A 0B 71 05 00 00 00 00 07 07 01 07 00 89 
2016-12-04 12:30:20.271 [DEBUG] [eController$ZWaveReceiveThread:1365]- Receive queue ADD: Length=1
2016-12-04 12:30:20.271 [DEBUG] [b.z.i.protocol.ZWaveController:1123]- Receive queue TAKE: Length=0
2016-12-04 12:30:20.271 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 11 00 04 00 1A 0B 71 05 00 00 00 00 07 07 01 07 00 89 
2016-12-04 12:30:20.271 [DEBUG] [b.z.i.protocol.ZWaveController:1124]- Process Message = 01 11 00 04 00 1A 0B 71 05 00 00 00 00 07 07 01 07 00 89 
2016-12-04 12:30:20.271 [DEBUG] [b.z.i.protocol.ZWaveController:190 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 1A 0B 71 05 00 00 00 00 07 07 01 07 00 
2016-12-04 12:30:20.271 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 26: Application Command Request (ALIVE:PING)
2016-12-04 12:30:20.271 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 26: Incoming command class ALARM
2016-12-04 12:30:20.271 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 26: Received Alarm Request
2016-12-04 12:30:20.271 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 26: Alarm report - Value = 0
2016-12-04 12:30:20.272 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 26: Alarm Type = General (0)
2016-12-04 12:30:20.272 [DEBUG] [b.z.i.protocol.ZWaveController:595 ]- Notifying event listeners: ZWaveAlarmValueEvent
2016-12-04 12:30:20.272 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-12-04 12:30:20.272 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 26: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2016-12-04 12:30:20.272 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.

This is my items lines
Group Motion
Number sensor_1_temp “Temperature [%.1f °F]” (Motion) {zwave=“26:command=sensor_multilevel,sensor_type=1”}
Number sensor_1_humidity “Humidity [%.0f %%]” (Motion) {zwave=“26:command=sensor_multilevel,sensor_type=5”}
Number sensor_1_luminance “Luminance [%.0f Lux]” (Motion) {zwave=“26:command=sensor_multilevel,sensor_type=3”}
Contact sensor_1_motion “sensor [MAP(motion.map):%s]” (Motion) {zwave=“26:command=sensor_binary,respond_to_basic=true”}
Number sensor_1_battery “Battery [%s %%]” (Motion) {zwave=“26:command=battery”}

The item is currently greyed out in Habmin, although not showing as dead

any ideas please?

Colin

It’s probably not initialised yet. Have you woken it up in close proximity to the controller so that the binding is able to configure it? It will need to configure the device, and set the wakeup, otherwise the binding won’t be able to send to the device as the device will remain sleeping.

Thanks Chris, how do it get the sensor to wake up please?
I removed re-added the sensor.
I’m now seeing last packet sent: 06:41
I’m now seeing last packet received: 06:37

but nothing sent/received since then (its now 07:02)

Normally there’s a button you need to press - the manual should say. If this is the multisensor 6 (the small square one) then it’s inside the battery compartment (you push it sideways).

That’s probably ok - most devices will only send data once an hour (depending on the wakeup configuration) - unless of course they detect movement, or send out sensor data (again, this would need to be configured first).