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


Search the Community

Showing results for tags 'zwave network'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • FIBARO Community
    • FIBARO Portal and Forum policy
    • FIBARO
    • Say hello!
    • Off-topics
  • FIBARO Update
    • FIBARO System Update
    • FIBARO Mobile Update
  • FIBARO Community Support
    • Scenes and Interface
    • FIBARO Products
    • FIBARO Mobile
    • FIBARO HomeKit
    • FIBARO Assistant Integrations
    • Other Devices / Third-party devices
    • Tutorials and Guides
    • Home Automation
    • Suggestions
  • FIBARO Społeczność
    • FIBARO
    • Przywitaj się!
    • Off-topic
  • FIBARO Aktualizacja
    • FIBARO System Aktualizacja
    • FIBARO Mobile Aktualizacja
  • FIBARO Wsparcie Społeczności
    • Sceny i Interfejs
    • FIBARO Urządzenia
    • FIBARO Mobilnie
    • FIBARO HomeKit
    • Integracja z Amazon Alexa i Google Home
    • Urządzenia Firm Trzecich
    • Poradniki
    • Automatyka Domowa
    • Sugestie

Categories

  • Scenes
  • Virtual Devices
  • Quick Apps
  • Icons

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Google+


Skype


Website URL


WhatsApp


Country


Gateway/s


Interests

Found 2 results

  1. Hi, If you're like me and you have a a dead spot or two in your zwave network from time to time, then this may help. Normally I find a Mesh Reconfiguration of the device and its neighbors can help. The only issue is that this can be time consuming to do this through the UI (Configuration, Zwave network, Mesh Network Configuration) as it requires (two clicks per device) and it can frequently take 5 or even 10 attempts to get the "New neighbor list received" message. @T.Konopka shared a mesh reconfig command a while back and II just got around to using it and the results look promising. The following is a very simple scene that take a number of devices and loops through a mesh config 20 times, with an 8 second sleep in between. Just remember to use the parent / master device ID You'll see the results in the top message bar I have found that in a typical 20 loop cycle, I'll see a lot of fails but a couple of successes and all you need is one jT.sc.SmplLog is a just a message logger I use so you can comment that out local jT = json.decode(fibaro:getGlobalValue("HomeTable")) -- Twins Bedroom local DevID1=969 local DevName1="TwinsLight" local DevID2=740 local DevName2="TwinsLamp" local DevID3=1034 local DevName3="TwinsMS6" fibaro:debug(DevName1) for i = 1, 20 do fibaro:debug(i) fibaro:call(DevID1,'requestNodeNeighborUpdate') fibaro:sleep(8000) end fibaro:startScene(jT.sc.SmplLog, {"Mesh RC :"..DevName1..""}) fibaro:debug(DevName2) for i = 1, 20 do fibaro:debug(i) fibaro:call(DevID2,'requestNodeNeighborUpdate') fibaro:sleep(8000) end fibaro:startScene(jT.sc.SmplLog, {"Mesh RC :"..DevName2..""}) fibaro:debug(DevName3) for i = 1, 20 do fibaro:debug(i) fibaro:call(DevID3,'requestNodeNeighborUpdate') fibaro:sleep(8000) end fibaro:startScene(jT.sc.SmplLog, {"Mesh RC :"..DevName3..""}) The scene above could definitely be improved with the use of a tables or other methods but this should help get the idea across
  2. Hello everyone, Is there a way to take a look at the routing table or exist a kind of visual mesh network? Greeting, christoph
×
×
  • Create New...