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