cdjackson / HABmin

A web admin console for openHAB home automation
http://www.cd-jackson.com/index.php/openhab/habmin
217 stars 51 forks source link

Aeon Labs DSB05-ZWUS Not working with latest 1.8.jar #282

Closed jcf6288 closed 8 years ago

jcf6288 commented 8 years ago

I am moving my setup to OpenHab and am trying to get my multisensors to work. Thank pair fine and show up in HabMin correctly however no sensors update and the motion doesn't trigger. Here is an excerpt from the logs.

015-11-08 15:43:17.347 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:202 ]- NODE 25: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION 2015-11-08 15:43:17.349 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 25: Creating empty message of class = SendData (0x13), type = Request (0x00) 2015-11-08 15:43:17.350 [DEBUG] [b.z.i.protocol.ZWaveController:898 ]- Callback ID = 178 2015-11-08 15:43:17.351 [DEBUG] [b.z.i.protocol.ZWaveController:580 ]- Enqueueing message. Queue length = 1 2015-11-08 15:43:17.351 [DEBUG] [WaveController$ZWaveSendThread:1171]- Took message from queue for sending. Queue length = 0 2015-11-08 15:43:17.353 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 09 00 13 19 02 84 08 25 B2 E5 2015-11-08 15:43:17.354 [DEBUG] [WaveController$ZWaveSendThread:1228]- NODE 25: Sending REQUEST Message = 01 09 00 13 19 02 84 08 25 B2 E5 2015-11-08 15:43:17.363 [DEBUG] [eController$ZWaveReceiveThread:1441]- Receive Message = 01 04 01 13 01 E8 2015-11-08 15:43:17.364 [DEBUG] [eController$ZWaveReceiveThread:1365]- Receive queue ADD: Length=1 2015-11-08 15:43:17.364 [DEBUG] [b.z.i.protocol.ZWaveController:1123]- Receive queue TAKE: Length=0 2015-11-08 15:43:17.366 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 01 13 01 E8 2015-11-08 15:43:17.367 [DEBUG] [b.z.i.protocol.ZWaveController:1124]- Process Message = 01 04 01 13 01 E8 2015-11-08 15:43:17.368 [DEBUG] [b.z.i.protocol.ZWaveController:190 ]- Message: class = SendData (0x13), type = Response (0x01), payload = 01 2015-11-08 15:43:17.369 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 25: Sent Data successfully placed on stack. 2015-11-08 15:43:17.432 [DEBUG] [eController$ZWaveReceiveThread:1441]- Receive Message = 01 07 00 13 B2 00 00 08 51 2015-11-08 15:43:17.434 [DEBUG] [eController$ZWaveReceiveThread:1365]- Receive queue ADD: Length=1 2015-11-08 15:43:17.435 [DEBUG] [b.z.i.protocol.ZWaveController:1123]- Receive queue TAKE: Length=0 2015-11-08 15:43:17.436 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 09 00 13 B2 00 00 08 00 00 5F 2015-11-08 15:43:17.437 [DEBUG] [b.z.i.protocol.ZWaveController:1124]- Process Message = 01 09 00 13 B2 00 00 08 00 00 5F 2015-11-08 15:43:17.438 [DEBUG] [b.z.i.protocol.ZWaveController:190 ]- Message: class = SendData (0x13), type = Request (0x00), payload = B2 00 00 08 2015-11-08 15:43:17.440 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 25: SendData Request. CallBack ID = 178, Status = Transmission complete and ACK received(0) 2015-11-08 15:43:17.441 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63 ]- Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 19 02 84 08 2015-11-08 15:43:17.443 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64 ]- Recv message Message: class = SendData (0x13), type = Request (0x00), payload = B2 00 00 08 2015-11-08 15:43:17.443 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65 ]- Checking transaction complete: class=SendData, expected=SendData, cancelled=false 2015-11-08 15:43:17.444 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68 ]- transaction complete!

cdjackson commented 8 years ago

The logs don’t really say much. Have you configured the device appropriately (i.e. configured associations, and reporting).

jcf6288 commented 8 years ago

I have setup all the configurations just like I had on a previous controller, so the sensor reports should be flowing however they have not updated. I don't use associations because for this particular sensor the only options are to turn on a device. My items files has this and the battery seems to be reporting. Tailing my ZWAVE log nothing happens when I trip the motion sensor and I have it enabled in HABMIN. Is there anything I can send you to know why it isn't working?

Contact LivingRoomMotion2 "Rear Movement: [%s]" (Multisensor4, Motion) { zwave="25:command=sensor_binary,respond_to_basic=true"} Number LivingRoomTemp2 "Living Room Temperature: [%.1f °F]" (Multisensor4, IndoorTemps, DownStairsTemps) {zwave="25:command=sensor_multilevel,sensor_type=1" } Number LivingRoomHumidity "Humidity [%.0f %%]" (Multisensor4, HumiditySensor) {zwave="25:command=sensor_multilevel,sensor_type=5" } Number LivignRoomLux2 "Rear Lux: [%.0f Lux]" (Multisensor4, Luminance) {zwave="25:command=sensor_multilevel,sensor_type=3"} Number LivingRoomBattery2 "Rear Battery: [%d %%]" (Multisensor4,Battery) {zwave="25:command=BATTERY"}

cdjackson commented 8 years ago

This is the Aeon 4in1 right? If so, I think you must use associations, and this must be configured or you won’t get sensor data. Also the sensor needs to be configured to send data (parameters 100 to 103 I think from memory)?

jcf6288 commented 8 years ago

I just looked and the only associations are to turn items on. All my other sensors have the option in one form or another. I do have 101-103 and 111-113 set correctly. screenshot 2015-11-09 06 22 46 2

cdjackson commented 8 years ago

What does the manual say about this? I’m pretty sure you need notifications configured - otherwise how does the sensor know where to send the data?

jcf6288 commented 8 years ago

I am not sure where else to set that up. Under the configurations parameters I have everything set and it work fine with my vera. How do I add a association group to send the data to the zwave controller. Not even the motion sensor is working.

cdjackson commented 8 years ago

Just configure association group 1 to point to the controller.

On 9 Nov 2015, at 14:33, jcf6288 notifications@github.com wrote:

I am not sure where else to set that up. Under the configurations parameters I have everything set and it work fine with my vera. How do I add a association group to send the data to the zwave controller. Not even the motion sensor is working.

— Reply to this email directly or view it on GitHub https://github.com/cdjackson/HABmin/issues/282#issuecomment-155079497.

jcf6288 commented 8 years ago

That did the trick. Thanks. Weird that everything else automatically did that. Thanks for the assist.