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

Posted

an udate regarding line to toggle the lights.

after reboot and for an hour more or less lines don't work ( on and off in sequence). After a while everything it's ok.

I just created block scenes to drive lights via wall remote and everything works as expected.

 

I opened a ticket to fibaro support about high cpu load, but at the moment no reply

  • Topic Author
  • Posted
    20 minutes ago, gggizmo said:

    an udate regarding line to toggle the lights.

    after reboot and for an hour more or less lines don't work ( on and off in sequence). After a while everything it's ok.

    I just created block scenes to drive lights via wall remote and everything works as expected.

     

    I opened a ticket to fibaro support about high cpu load, but at the moment no reply

    So the CPU load is OK now?

    Just to clarify, are the line with toggle condition working?

    Posted
    4 minutes ago, cag014 said:

    So the CPU load is OK now?

    Just to clarify, are the line with toggle condition working?

    cpu load is high, and lines with toggle condition work only 50% of time.

    Same toggle lines on lights without level check work perfectly. I have problems only on hue lights or lights cottected to a dimmer

    Posted
    1 hour ago, cag014 said:
    1. In some cases if the actual number of the parameter is the same as device number, it could be shown as a device alias in commands. To avoid it please set parameters to number as a decimal number. for example

    jS2n={RandomMinTijd=20.1, RandomMaxTijd=100.1}

     

    Please login or register to see this spoiler.

    This is not an issue message, but the prove that there are no problem delays in this AOQ version.

  • Topic Author
  • Posted (edited)
    9 minutes ago, Rover said:

    Please login or register to see this spoiler.

     

    Please login or register to see this attachment.

    Edited by cag014
    Posted (edited)
    26 minutes ago, cag014 said:

    Please download attached version to fix the problem you have found with global defined as a main device in the line

    Does not work yet:

    Please login or register to see this spoiler.

    With trigAll it does work.

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

    Does not work yet:

    Please login or register to see this spoiler.

    I'm wondering what do you mean by "&Huisstatus|hc2"  ? Do you have &Huisstatus and hc2 aliases?

    I think you meant to "&Huisstatus'hc2"

    To remind you the format for slave items  <itemName>'<slaveName>.

     

    Edited by cag014
  • Topic Author
  • Posted
    2 hours ago, Rover said:

    Please login or register to see this spoiler.

    @Rover

    You gave me an idea to use specific table for parameters to allow the user to use any number w/o collisions with devices.

    Have added new table jP2n{} (Parameter to number) for parameters only.

    Please use this table to define your "constant" parameters.

    jP2n={RandomMinTijd=20, RandomMaxTijd=100}

    3-deep, but please follow that format. AOQ will calculate it on the fly.

    jP2n={minHum=20,     maxHum="?`minHum`+60?"

    Later will try to add parameter's name in popup menus.

    Here the new update including default  parameters table

     

     

    Please login or register to see this attachment.

    Posted
    1 hour ago, cag014 said:

    I'm wondering what do you mean by "&Huisstatus|hc2"  ? Do you have &Huisstatus and hc2 aliases?

    I think you meant to "&Huisstatus'hc2"

    To remind you the format for slave items  <itemName>'<slaveName>.

     

    I only tell you that {0,"&Huisstatus|hc2",{state="value=Thuis",

    does not work with state=... and does work with trigAll. Also with {0,"&Huisstatus",{state="value=Thuis",

    it works. So please repair.

    Yes indeed I have &Huisstatus|hc2   as well as &Huisstatus because when I am finished moving all HC2 thingies (AOS and scenes) to HC3 (AOQ) &Huisstatus|hc2   will be changed to &Huisstatus on HC3.

    Posted
    17 minutes ago, cag014 said:

    @Rover

    You gave me an idea to use specific table for parameters to allow the user to use any number w/o collisions with devices.

    Have added new table jP2n{} (Parameter to number) for parameters only.

    Please use this table to define your "constant" parameters.

    jP2n={RandomMinTijd=20, RandomMaxTijd=100}

    3-deep, but please follow that format. AOQ will calculate it on the fly.

    jP2n={minHum=20,     maxHum="?`minHum`+60?"

    Later will try to add parameter's name in popup menus.

    Here the new update including default  parameters table

     

     

    Please login or register to see this attachment.

    No jP2n in the new version...

  • Topic Author
  • Posted (edited)
    10 minutes ago, Rover said:

    I only tell you that {0,"&Huisstatus|hc2",{state="value=Thuis",

    does not work with state=... and does work with trigAll. Also with {0,"&Huisstatus",{state="value=Thuis",

    it works. So please repair.

    Yes indeed I have &Huisstatus|hc2   as well as &Huisstatus because when I am finished moving all HC2 thingies (AOS and scenes) to HC3 (AOQ) &Huisstatus|hc2   will be changed to &Huisstatus on HC3.

    I'm confused... what hc2 stands for? It is not an alias, not global and not keyword. I surprised that is work at all?

    Are you sure you don't mean that this &Huisstatus is the global variable of HC2. If so it should be &Huisstatus'hc2  and not &Huisstatus|hc2 

    4 minutes ago, Rover said:

    No jP2n in the new version...

    Is there... in main. Right above jS2n table

    Edited by cag014
    Posted
    1 hour ago, cag014 said:
    1 hour ago, Rover said:

    No jP2n in the new version...

    Is there... in main. Right above jS2n table

    It is not.

    The new mainCode has one line more than the previous one.

    Posted
    1 hour ago, cag014 said:

    I'm confused... what hc2 stands for? It is not an alias, not global and not keyword. I surprised that is work at all?

    Are you sure you don't mean that this &Huisstatus is the global variable of HC2. If so it should be &Huisstatus'hc2  and not &Huisstatus|hc2

    I am sorry to bother you with my typo. It should be &Huisstatus'hc2 and not &Huisstatus|hc2 and it works. ?

    Posted
    13 minutes ago, Rover said:
    1 hour ago, cag014 said:
    1 hour ago, Rover said:

    No jP2n in the new version...

    Is there... in main. Right above jS2n table

    It is not.

    The new mainCode has one line more than the previous one.

    Sorry again!

    I only changed the mainCode and not the main, so it was not there, while you said explicitly it is in main ?.

    It is present in main. ?

    7 hours ago, Rover said:

    Scenario:

    A light is started at random time and stopped at random time and started at random time and stopped at random time ...

    All this started when a global parameter has been changed and stopped by clocktime or other global parameter.

    How to implement this in AOQ? In particular the repeat action bothers me.

    Any suggestion?

    Posted

    may i ask you all of you which browser you use to connect to hc3?

    Why? Cause i simply changed ip of my hc3 and no more high cpu load. If i Connect to hc3 again with chrome cpu load go up to 100%.

    @cag only issue i have now is weird toggle light behavior i can't figure out why with aoq1.2 everything works and with aoq 2 not.

    Thats my cpu load ...sorry i figured out after 2 days of reconfiguration,soft reconfiguration, backup, restore, reset, reboot ...

    Please login or register to see this attachment.

    Posted
    On 9/8/2020 at 6:27 PM, Rover said:
    On 9/7/2020 at 10:40 PM, cag014 said:
    On 9/7/2020 at 10:12 PM, Rover said:

    It works perfect with controlling HC2-devices. ?

    But the proof of the pudding does not succeed: How to add HC2-devices to Alarm zones? Result is: no devices of this type...

    Thanks for finding the bug... fixed.

    But not fixed in the last attachment ?‍♂️

    How to attach HC2-devices to Alarm Zone?

    Posted
    19 minutes ago, gggizmo said:

    may i ask you all of you which browser you use to connect to hc3?

    Firefox 80.0.1 (64-bits)

    Posted (edited)

    Why no response from Remotec (remote controller on HC2) on AOQ if a Hold button 1?

    Please login or register to see this spoiler.

     

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

    It is not.

    The new mainCode has one line more than the previous one.

    mainCode???? In mainCode is the Lua code of AOQ

    User data is in main, so jP2n is there as well, together with jS2n, jM ....

    3 hours ago, Rover said:

    How to attach HC2-devices to Alarm Zone?

    This is totally different approach for alarm in HC3.

    In HC2 during arming the HC3 alarm, just include command to arm sensors in HC2 and vise versa.

    Same way that you did in HC2

    Edited by cag014
  • Topic Author
  • Posted
    2 hours ago, Rover said:

    Why no response from Remotec (remote controller on HC2) on AOQ if a Hold button 1?

    Please login or register to see this spoiler.

    Key-fobs and remote controllers not supported yet... work in progress.

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