Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Z-Uno not all devices appear in HC3


prokopis

Question

Hello,

I use Home Center 3 and z-uno. I add 1 general purpose sensor, 1motion sensor 2 door-window sensors and 1 dht11 sensor. The device added to my z-wave network - home center 3 controller but only the general purpose sensor of binary sensors appear and the dht11.

This happens with every binary sensors I add. The home center 3 show only the first binary sensor. Could you please help me to resolve this issue?

 

Attached: Z-uno code and HC3 screenshot

 

Please login or register to see this attachment.

Please login or register to see this attachment.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

ZUNO

motion 

light 

temperature 

humidity 

pressure 

relay1

telay2

 

Link to comment
Share on other sites

  • 0
  • Inquirer
  • Please login or register to see this link.

    Thank you very much for your answer and for your code.

    Unfortunally, if I add one more motion sensor to your code in a different channel (Reserved Channel) and upload the code to Z-Uno and then add the Z-uno to HC3 , the second motion sensor is missing!! That is happening every time I use more than one binary sensor on all my projects! Only the first sensor is appearing on HC3.

     

    Is it a compability issue or is my fault..?

    Another issue I have (if that helps) is that if I burn Z-uno bootloader with S2 security and add device in HC3 in security mode only package is appearing and all other devices are missing!!

    So for now i use no security mode on Z-uno.

     

    Edited by prokopis
    ...
    Link to comment
    Share on other sites

    • 0

    Oh... security mode it’s pain for HC2 and HC3 

    do not try it. And ZUNO here is not root cause issue 

     

    about multi binary sensors TBH I do not know what happened.

    ok will try on weekend playing 

    Link to comment
    Share on other sites

    • 0

    I had a similar issue - not all my sensor showing up. I then added a ZUNO_SETUP_ASSOCIATIONS line to my sketch which made it work. My channel setup looks like this:

     

    ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_ALWAYS_AWAKE);

    ZUNO_SETUP_ASSOCIATIONS(ZUNO_ASSOCIATION_GROUP_SET_VALUE); // Send Basic Set to association group

     

    ZUNO_SETUP_CHANNELS(
      ZUNO_SWITCH_BINARY(getDump, setDump),
      ZUNO_SWITCH_BINARY(getPump, setPump), 
      ZUNO_SENSOR_BINARY(ZUNO_SENSOR_BINARY_TYPE_TILT, getFloatSwitch),
      ZUNO_SENSOR_MULTILEVEL(ZUNO_SENSOR_MULTILEVEL_TYPE_TANK_CAPACITY, SENSOR_MULTILEVEL_SCALE_LITER, SENSOR_MULTILEVEL_SIZE_TWO_BYTES, SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL, getTank1Level),
      ZUNO_SENSOR_MULTILEVEL(ZUNO_SENSOR_MULTILEVEL_TYPE_TANK_CAPACITY, SENSOR_MULTILEVEL_SCALE_LITER, SENSOR_MULTILEVEL_SIZE_TWO_BYTES, SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL, getTank2Level)
      );

    • Thanks 1
    Link to comment
    Share on other sites

    • 0
    On 10/13/2020 at 10:48 AM, JonesDownUnder said:

    I had a similar issue - not all my sensor showing up. I then added a ZUNO_SETUP_ASSOCIATIONS line to my sketch which made it work. My channel setup looks like this:

     

    ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_ALWAYS_AWAKE);

    ZUNO_SETUP_ASSOCIATIONS(ZUNO_ASSOCIATION_GROUP_SET_VALUE); // Send Basic Set to association group

     

    ZUNO_SETUP_CHANNELS(
      ZUNO_SWITCH_BINARY(getDump, setDump),
      ZUNO_SWITCH_BINARY(getPump, setPump), 
      ZUNO_SENSOR_BINARY(ZUNO_SENSOR_BINARY_TYPE_TILT, getFloatSwitch),
      ZUNO_SENSOR_MULTILEVEL(ZUNO_SENSOR_MULTILEVEL_TYPE_TANK_CAPACITY, SENSOR_MULTILEVEL_SCALE_LITER, SENSOR_MULTILEVEL_SIZE_TWO_BYTES, SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL, getTank1Level),
      ZUNO_SENSOR_MULTILEVEL(ZUNO_SENSOR_MULTILEVEL_TYPE_TANK_CAPACITY, SENSOR_MULTILEVEL_SCALE_LITER, SENSOR_MULTILEVEL_SIZE_TWO_BYTES, SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL, getTank2Level)
      );

     

    @JonesDownUnder  Unfortunatelly that didn't work for me. My issue is not solved!

    What Home Center are you using ? Is it HC3?

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...