Announcement

Collapse
No announcement yet.

Z-Uno with two multisensor endpoints only adding one child

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Z-Uno with two multisensor endpoints only adding one child

    I've been working with a Z-Uno device and am having difficulty adding a sketch that includes two channels (single channel works fine). Both channels are multi-sensor distance sensors. HS seems to "see" both channels and shows two endpoints. I am able to include the device but it only creates a single child and reports both distance readings on the same child device. When I attempt a re-scan the log data below is included.
    Sep-28 9:56:48 PM Z-Wave 1 out of 2 Child devices of node 109 were created successfully.
    Sep-28 9:56:47 PM Z-Wave Getting association information for Node 109 Z-Wave Z-Wave.Me Multilevel Sensor
    Sep-28 9:56:44 PM HSBuddy Cleanup thread removed 38 entries from device history.
    Sep-28 9:56:41 PM Z-Wave Assigning return route from node 1 to Node 109 Z-Wave Z-Wave.Me Multilevel Sensor
    Sep-28 9:56:41 PM Z-Wave SmartStick+: Adding association for Z-Wave device Node 109 Z-Wave Z-Wave.Me Multilevel Sensor (Node 109, Group 2, Endpoint 2) to HomeSeer
    Sep-28 9:56:34 PM Z-Wave Assigning return route from node 1 to Node 109 Z-Wave Z-Wave.Me Multilevel Sensor
    Sep-28 9:56:33 PM Z-Wave SmartStick+: Adding association for Z-Wave device Node 109 Z-Wave Z-Wave.Me Multilevel Sensor (Node 109, Group 1, Endpoint 1) to HomeSeer
    Sep-28 9:56:33 PM Z-Wave All associations for node 109 have been retrieved successfully, it supports associations on these groups: 1, 2.
    Sep-28 9:56:33 PM Z-Wave Node 109 Association Group 2 can have 8 associations, and currently has 1
    Sep-28 9:56:33 PM Z-Wave Node 109 Association Group 1 can have 8 associations, and currently has 1
    Sep-28 9:56:33 PM Z-Wave Getting association information for node 109
    Sep-28 9:56:00 PM Z-Wave Processing Information for Node 109 Multi-CHANNEL Command Class of SENSOR_MULTILEVEL_V7, Endpoint 1
    Sep-28 9:56:03 PM Z-Wave Error Failed to get the supported scale for sensor type Distance of new child device for node 109. Error C
    Sep-28 9:56:00 PM Z-Wave Processing Information for Node 109 Multi-CHANNEL Command Class of SENSOR_MULTILEVEL_V7, Endpoint 2
    Sep-28 9:56:00 PM Z-Wave Error Exception creating Sensor Multilevel child device of node 109, GET for supported sensor types indicated failure.
    Sep-28 9:55:59 PM Z-Wave Node 109 is a Z-Wave Plus node. Retrieving ZWPlus Info...
    Sep-28 9:55:59 PM Z-Wave Node 109 is Z-Wave version: Lib: 4.38 App: 2.14
    Sep-28 9:55:59 PM Z-Wave Node: 109 Controls Class(es): BASIC_V2
    Sep-28 9:55:59 PM Z-Wave Node: 109 Supports Class(es): ZWAVEPLUS_INFO, BASIC_V2, CONFIGURATION_V4, ASSOCIATION_V2, MULTI_CHANNEL_ASSOCIATION_V3, FIRMWARE_UPDATE_MD_V2, DEVICE_RESET_LOCALLY, ASSOCIATION_GRP_INFO_V2, POWERLEVEL, VERSION_V2, MANUFACTURER_SPECIFIC_V2, SENSOR_MULTILEVEL_V7, MULTI_CHANNEL_V3
    Sep-28 9:55:59 PM Z-Wave Syncing Z-Wave nodes with device list...
    I found a similar issue reported last year on the z-uno forum and it references a fix instituted by HS. I am on the current BETA Z-Wave plugin (3.0.1.238). I can confirm that the z-uno sketch is correct as I get the proper output on a serial monitor from the device itself.

    #2
    I have a similar issue with sensor_multilevel. only one shows up in HS but the zunosendreport is sendin all values which show up in the log. Looks like only the first channel is used. Interestingly zuno_switch_bimary works as it should. All chanels are created in HS.

    Comment


      #3
      I figured out a work around: I use now ZUNO_SWITCH_MULTILEVEL(getterTemp, setter1), ZUNO_SWITCH_MULTILEVEL(getterHumi, setter2). Only 0 to 99 can be reported but this is ok for me now. HomeSeer definitly need to look into it!

      Comment


        #4
        uwerner, Your work around is perfect for me! Thanks so much for figuring this out! I too hopeful that the z-wave plugin can be fixed to allow a multi-channel sensor in the future rather thank having to setup the zuno as a switch.

        Thanks again!!!

        Comment

        Working...
        X