Z-Wave-Me / home-automation

Z-Way Home Automation engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCOHome C421 and S412 parameters are not reachable

rjulius23 opened this issue · comments

Hi All,

i have 2 MCOHome switches connected to my RaZBerry2 and i cannot access the configuration parameters. And also there are other weird behaviors. In the official MCOHome doc v2.3.8 is listed as fully compatible I have the latest v3.1.0 so i think something got changed in between that broke MCOHome.

can you help on how to downgrade or what logs to collect to fix it in next release.

thanks,

Gyula

Please describe in all details your issues. For config params you can go to Epert UI / Configuration / Expert Command /Configuration

When using the Zwave component in Home Assistant and set up my MCOHome roller shutter the up and downwards movement is working, however If I press the stop button to stop the cover the Zwave GW sends the following error:

2020-12-19 14:11:08.164 Info, Node007, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Bright - 1 - 1 - true
2020-12-19 14:11:08.164 Info, Node007, SwitchMultilevel::StartLevelChange - Starting a level change
2020-12-19 14:11:08.164 Info, Node007,   Direction:          Up
2020-12-19 14:11:08.164 Info, Node007,   Ignore Start Level: True
2020-12-19 14:11:08.164 Info, Node007,   Start Level:        0
2020-12-19 14:11:08.165 Detail, Node007, Queuing (Send) SwitchMultilevelCmd_StartLevelChange (Node=7): 0x01, 0x0b, 0x00, 0x13, 0x07, 0x04, 0x26, 0x04, 0x20, 0x00, 0x25, 0xaa, 0x69
2020-12-19 14:11:08.165 Detail,
2020-12-19 14:11:08.165 Info, Node007, Sending (Send) message (Callback ID=0xaa, Expected Reply=0x13) - SwitchMultilevelCmd_StartLevelChange (Node=7): 0x01, 0x0b, 0x00, 0x13, 0x07, 0x04, 0x26, 0x04, 0x20, 0x00, 0x25, 0xaa, 0x69
2020-12-19 14:11:08.170 Detail, Node007,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-12-19 14:11:08.171 Detail, Node007,   ZW_SEND_DATA delivered to Z-Wave stack
2020-12-19 14:11:08.190 Detail, Node007,   Received: 0x01, 0x18, 0x00, 0x13, 0xaa, 0x00, 0x00, 0x02, 0x00, 0xd4, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x89
2020-12-19 14:11:08.190 Detail, Node007,   ZW_SEND_DATA Request with callback ID 0xaa received (expected 0xaa)
2020-12-19 14:11:08.190 Info, Node007, Request RTT 25 Average Request RTT 24
2020-12-19 14:11:08.190 Detail,   Expected callbackId was received
2020-12-19 14:11:08.190 Detail,   Expected reply was received
2020-12-19 14:11:08.190 Detail,   Message transaction complete
2020-12-19 14:11:08.190 Detail,
2020-12-19 14:11:08.190 Detail, Node007, Removing current message
2020-12-19 14:11:11.505 Detail, Node007,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x07, 0x03, 0x26, 0x03, 0x13, 0xd8, 0x00, 0x1a
2020-12-19 14:11:11.505 Detail,
2020-12-19 14:11:11.505 Info, Node007, Received SwitchMultiLevel report: level=19
2020-12-19 14:11:11.505 Detail, Node007, Refreshed Value: old value=0, new value=19, type=byte
2020-12-19 14:11:11.505 Detail, Node007, Changes to this value are not verified
2020-12-19 14:11:11.505 Detail, Node007, Notification: ValueChanged
2020-12-19 14:11:11.649 Info, Node007, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Bright - 1 - 1 - false
2020-12-19 14:11:11.649 Info, Node007, SwitchMultilevel::StopLevelChange - Stopping the level change
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) SwitchMultilevelCmd_StopLevelChange (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x26, 0x05, 0x25, 0xab, 0x4d
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x25, 0x02, 0x25, 0xac, 0x4e
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) SwitchMultilevelCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x26, 0x02, 0x25, 0xad, 0x4c
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) MeterCmd_Get (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x32, 0x01, 0x00, 0x25, 0xae, 0x5a
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) MeterCmd_Get (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x32, 0x01, 0x10, 0x25, 0xaf, 0x4b
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) MeterCmd_Get (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x32, 0x01, 0x20, 0x25, 0xb0, 0x64
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) MeterCmd_Get (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x32, 0x01, 0x28, 0x25, 0xb1, 0x6d
2020-12-19 14:11:11.649 Detail, Node007, Queuing (Send) AlarmCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x71, 0x04, 0x25, 0xb2, 0x02
2020-12-19 14:11:11.649 Detail,
2020-12-19 14:11:11.649 Info, Node007, Sending (Send) message (Callback ID=0xab, Expected Reply=0x13) - SwitchMultilevelCmd_StopLevelChange (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x26, 0x05, 0x25, 0xab, 0x4d
2020-12-19 14:11:11.655 Detail, Node007,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-12-19 14:11:11.655 Detail, Node007,   ZW_SEND_DATA delivered to Z-Wave stack
2020-12-19 14:11:11.674 Detail, Node007,   Received: 0x01, 0x18, 0x00, 0x13, 0xab, 0x00, 0x00, 0x02, 0x00, 0xd7, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x8b
2020-12-19 14:11:11.675 Detail, Node007,   ZW_SEND_DATA Request with callback ID 0xab received (expected 0xab)
2020-12-19 14:11:11.675 Info, Node007, Request RTT 25 Average Request RTT 24
2020-12-19 14:11:11.675 Detail,   Expected callbackId was received
2020-12-19 14:11:11.675 Detail,   Expected reply was received
2020-12-19 14:11:11.675 Detail,   Message transaction complete
2020-12-19 14:11:11.675 Detail,
2020-12-19 14:11:11.675 Detail, Node007, Removing current message
2020-12-19 14:11:11.675 Detail,
2020-12-19 14:11:11.675 Info, Node007, Sending (Send) message (Callback ID=0xac, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x25, 0x02, 0x25, 0xac, 0x4e
2020-12-19 14:11:11.681 Detail, Node007,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-12-19 14:11:11.681 Detail, Node007,   ZW_SEND_DATA delivered to Z-Wave stack
2020-12-19 14:11:11.721 Detail, Node007,   Received: 0x01, 0x18, 0x00, 0x13, 0xac, 0x00, 0x00, 0x04, 0x00, 0xda, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x87
2020-12-19 14:11:11.721 Detail, Node007,   ZW_SEND_DATA Request with callback ID 0xac received (expected 0xac)
2020-12-19 14:11:11.721 Info, Node007, Request RTT 45 Average Request RTT 34
2020-12-19 14:11:11.721 Detail,   Expected callbackId was received
2020-12-19 14:11:11.737 Detail, Node007,   Received: 0x01, 0x16, 0x00, 0x04, 0x00, 0x07, 0x0e, 0x32, 0x02, 0x21, 0x34, 0x00, 0x00, 0x02, 0xaa, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xda, 0x00, 0xb3
2020-12-19 14:11:11.737 Detail,
2020-12-19 14:11:11.737 Info, Node007, Response RTT 61 Average Response RTT 61
2020-12-19 14:11:11.737 Detail, Node007, Refreshed Value: old value=false, new value=false, type=bool
2020-12-19 14:11:11.738 Detail, Node007, Changes to this value are not verified
2020-12-19 14:11:11.738 Info, Node007, Received Meter report from node 7: Power=68.2W
2020-12-19 14:11:11.738 Detail, Node007, Refreshed Value: old value=37.1, new value=68.2, type=decimal
2020-12-19 14:11:11.738 Detail, Node007, Changes to this value are not verified
2020-12-19 14:11:11.738 Detail, Node007, Notification: ValueChanged
2020-12-19 14:11:11.744 Detail, Node007, Notification: ValueChanged
2020-12-19 14:11:11.755 Detail, Node007,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x07, 0x03, 0x26, 0x03, 0x14, 0xda, 0x00, 0x1f
2020-12-19 14:11:11.755 Detail,
2020-12-19 14:11:11.755 Info, Node007, Response RTT 79 Average Response RTT 70
2020-12-19 14:11:11.755 Info, Node007, Received SwitchMultiLevel report: level=20
2020-12-19 14:11:11.755 Detail, Node007, Refreshed Value: old value=19, new value=20, type=byte
2020-12-19 14:11:11.755 Detail, Node007, Changes to this value are not verified
2020-12-19 14:11:11.755 Detail, Node007, Notification: ValueChanged
2020-12-19 14:11:15.547 Info, Node002, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2020-12-19 14:11:15.547 Info, Node002, SwitchBinary::Set - Setting node 2 to On
2020-12-19 14:11:15.547 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0xff, 0x25, 0xb3, 0xaa
2020-12-19 14:11:15.547 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xb4, 0x53
2020-12-19 14:11:16.118 Info, Node002, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2020-12-19 14:11:16.118 Info, Node002, SwitchBinary::Set - Setting node 2 to Off
2020-12-19 14:11:16.118 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0x00, 0x25, 0xb5, 0x53
2020-12-19 14:11:16.119 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xb6, 0x51
2020-12-19 14:11:17.464 Info, Node002, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2020-12-19 14:11:17.464 Info, Node002, SwitchBinary::Set - Setting node 2 to On
2020-12-19 14:11:17.464 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0xff, 0x25, 0xb7, 0xae
2020-12-19 14:11:17.464 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0xb8, 0x5f
2020-12-19 14:11:21.676 Error, Node007, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-12-19 14:11:21.676 Detail, Node007, Removing current message
2020-12-19 14:11:21.677 Detail, Node007, Notification: Notification - TimeOut
2020-12-19 14:11:21.679 Detail,

The problematic Node is Node 7. All the other Zwave devices on the network are working fine.

Thanks,

Gyula

Your report is about OpenZWave, not about Z-Way. Sorry, this is not the right place for such questions, we are unable to help with OZW.

Thanks @PoltoS how can I disclose that the issue is the Zwave.Me gw ?

Or can you post me a link where I can download the v2.3.8 version ?