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


Recommended Posts

  • Topic Author
  • Posted
    Just now, Rover said:

    Please login or register to see this spoiler.

    Let's see if it's help...

    Posted
    11 minutes ago, cag014 said:

    Let's see if it's help...

    Regretfully the response time of everything is still bizar...

  • Topic Author
  • Posted
    2 minutes ago, Rover said:

    Regretfully the response time of everything is still bizar...

    Still delay of minutes?

    Posted
    13 minutes ago, cag014 said:

    Still delay of minutes?

    Yes.

    Posted
    9 minutes ago, Rover said:

    Yes.

    Criminals found!

    Yesterday I had to reboot HC3 because of a problem with the old SonosHub QA of 10der (the new one is OK). I forgot that a HC3 reboot starts all slaves again. Before all not D/W slaves were stopped. Now I stopped all not D/W slaves but forgot to stop two keyfob slaves. Still minutes response time. After also stopping the two keyfob slaves: fast response!!!

    I think that all not D/W slaves should be deleted.

    Posted (edited)

    Why does not work 

    Please login or register to see this spoiler.

    No difference in call from AOQ or testscene, except for a working testscene and a not working AOQ call...

     

    At once, AOQ call has worked...

    Edited by Rover
  • Topic Author
  • Posted (edited)
    12 hours ago, SmartLifeSystems said:

     

    That's the heating scene, what do you see.

     

    Here is my user data.

     

    Please login or register to see this attachment.

    I'm trying to set same conditions that you have, but still have no restarts.

    Question, is restarts are random or it's happens every specific time period? or may be after specific event?

    Edited by cag014
    Posted
    8 hours ago, cag014 said:

    I'm trying to set same conditions that you have, but still have no restarts.

    Question, is restarts are random or it's happens every specific time period? or may be after specific event?

     

    Continually. When restarted after the update, restarting again and again.

  • Topic Author
  • Posted (edited)
    12 hours ago, Rover said:

    Why does not work 

    Please login or register to see this spoiler.

    Could you post Sonos QA?

    The only difference that I can see, is in the last parameter (40).

    AOQ sends that as a string, while in testscene call is a number.

    Please try to send that in testscene as a string also, let's see what it does.

    Edited by cag014
    Posted
    13 minutes ago, cag014 said:

    At once, AOQ call has worked...

    Meanwhile at once it works in AOQ by wonder...

    TNX, cag!

  • Topic Author
  • Posted
    3 hours ago, SmartLifeSystems said:

     

    Continually. When restarted after the update, restarting again and again.

    OK... let's try to find what line causes the issue.

    Please remark half of jM lines and see if it's works.

    if restarts remark again half of the lines and so on....

    if works, unmark half of the lines and so on....

     

    I think this method called "to catch the lion in desert" or binary search... hope you understand what I mean...

     

    Posted
    5 hours ago, cag014 said:

    OK... let's try to find what line causes the issue.

    Please remark half of jM lines and see if it's works.

    if restarts remark again half of the lines and so on....

    if works, unmark half of the lines and so on....

     

    I think this method called "to catch the lion in desert" or binary search... hope you understand what I mean...

     

     

    OK, I understand. At this week i will do your idea. We will catch the lion. :) 

    Posted
    29 minutes ago, SmartLifeSystems said:

     

    OK, I understand. At this week i will do your idea. We will catch the lion. :) 

     

    One more question. For the 6.3, why working correctly? 

  • Topic Author
  • Posted

    Have compared 6.3 to other version and don't see any reason for that....

    Posted (edited)

    I am trying to implement the use of the SonosHub of 10der in AOQ.

    Please login or register to see this spoiler.

    @cag014 could you please help me to implement "addToQueue" followed by "play" in AOQ?

     

    Please login or register to see this attachment.

    Edited by Rover
  • Topic Author
  • Posted (edited)
    1 hour ago, Rover said:

    I am trying to implement the use of the SonosHub of 10der in AOQ.

    Please login or register to see this spoiler.

    Is it works when using fibaro.call(212,'"play","192.168.1.19")

    I think you are using ' ' and it's not neccessay (works for json only)

    Try to use normally (without ' ')

    {"212","+play,192.168.1.19"}

    Edited by cag014
    Posted

    Hello Cag,

    I am back after a lot of problems to get HC3 doing something I want.

    To use slave devices my HC2 didt like at all CPU was 100% and more so HC2 stucked.

    Because the WAF is effected when HC2 is out I stopped for a while.

    I cant stand the HC3 is doing nothing and I reported some issues to Fibaro but there assistance is far from my customer satisfaction.

    After several factory restores the box is running smoothly now (I hope it stays)

    My settings are now to use HC2 as slave.

    All devices are in HC3 JjS2n now and I have a few lines in jM

    I want to do the following

    Toilet >>GV occupied  and free

    If toilet GV occupied > 2 min FanHigh on

    if toilet free FanHigh off after 3 min

    GV will be used in combination with bathroom and kitchen because the fan is common

    Is this a correct approach or must I use keywords instead of GV for it?

    If I use GV I have the next error in line";
     

     

    --Door/ pir breached, toilet light and mechVentLaag on
      {0,"`toiletdeur`",
      {state="value=true",
      trueAct={{"`toiletSpottoilet`|`zoldermechVentLaag`","turnOn","","{`toiletpir`:value=false}"},{"`toiletSpottoilet`|`zoldermechVentLaag`","turnOff","","{`toiletpir`:value=true}",{"toiletGlobal","setGlobal","occupied"}}, 
    falseAct={{"toiletGlobal","setGlobal","free","{`dwGrpAanwezigState`:value=false}"}},

    Please advice,

    //Sjakie

    Posted (edited)
    11 hours ago, cag014 said:

    Is it works when using fibaro.call(212,'"play","192.168.1.19")

    I think you are using ' ' and it's not neccessay (works for json only)

    Try to use normally (without ' ')

    {"212","+play,192.168.1.19"}

    using in scene fibaro.call(212, "play", "192.168.1.19")  delivers the same error as the AOQ string, so it must have something to do with playing an empty queue.

    Please login or register to see this spoiler.

    It looks like you have to json.encode something.

     

    @cag014: do not seeking further to help me operate SonosHub QA.

    This SonosHub QA is too difficult to operate, too few error handling.

    So I am going further with the Sonos QA of Krikroff : Sonos Zone Controller 1.3.1 RC.

    Edited by Rover
    Posted

    @SmartLifeSystems,

    Its already in? I have version 7.9

    Just above

    AOQ PARAMETERS

    {0, "$RAM",{state="value>85",trueAct={{"RAM>85%","sendNote","Warning. \nSystem memory is $RAM% ",true},{"|$lineId|","setStateValue","80"}},falseAct={{"|$lineId|","setStateValue","85"},{"RAM<80%","sendNote","System memory is $RAM%"}}}},

     

    Join the conversation

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

    Guest
    Reply to this topic...

    ×   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...