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:

    And now I got his present ?

    Yea ?

    Posted

    global4local= {false,gVarName="",varArray={Achterkant="",

    What is the advantage of using a system GV in gVarName instead of ""?

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

    global4local= {false,gVarName="",varArray={Achterkant="",

    What is the advantage of using a system GV in gVarName instead of ""?

    When using AOQ internal GV, on every restart it's start from default value as defined in varArray.

    By using system's GV all values are stored and retrieved on every AOQ restart.

    For example: you have defined variable for alarm

    global4local= {false,gVarName="",varArray={Alarm="disarmed",

    now in some point you have armed the alarm and Alarm="armed".

    If you restart AOQ, the Alarm will be set again to disarmed, but if you're using system GV the last value is stored and retrieved on restart. So in this case even after restart Alarm value is armed.

    By the way to use system GV you need to set not ony gVarName, but to set the first value true as well.

    global4local= {true,gVarName="AOQtank",varArray={Alarm="disarmed",

     

    Please define GV in system before usage (AOQ doesn't create the GV)

    Edited by cag014
  • Topic Author
  • Posted

    Another use for system GV is for reminders (if you're using them).

    global4rmd  = {false,gVarName=""} 

    If you're using reminders it is strongly recommended to define system GV.

    In example: washing machine has finished and you have set reminder for that ( to remind every 20 min. to move laundry to dryer..) till dryer has started.

    If you'll restart AOQ the reminder will be initialized (deleted).

    By using system GV, the reminder will be retrieved on AOQ restart and continue to remind you....

    Do not set same system GV for variables and reminders...

    Posted
    6 minutes ago, cag014 said:

    Another use for system GV is for reminders (if you're using them).

    global4rmd  = {false,gVarName=""} 

    If you're using reminders it is strongly recommended to define system GV.

    In example: washing machine has finished and you have set reminder for that ( to remind every 20 min. to move laundry to dryer..) till dryer has started.

    If you'll restart AOQ the reminder will be initialized (deleted).

    By using system GV, the reminder will be retrieved on AOQ restart and continue to remind you....

    Do not set same system GV for variables and reminders...

    That is clearly explained, TNX!

    Posted (edited)

    Please login or register to see this spoiler.

    Zwave Me wall switch did not react, only after 6 times pushing button.

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

    Please login or register to see this spoiler.

    Are you sure it's not Zwave Me. I have same device and when a battery goes low it takes few presses to activated. Have drilled a hole to see the Led. (when works it's flashing green)

    Edited by cag014
  • Topic Author
  • Posted (edited)

    Please upgrade urgently...

    Have found Some issue with os.date() and fixed...  keyword $24clock has been impacted...

    and faster reaction

     

    Please login or register to see this attachment.

    Edited by cag014
    Posted

    Cag,

    By using system GV, the reminder will be retrieved on AOQ restart and continue to remind you....

    This I dont want, thanks for your explanation.

    1)

    hoofdSlaapKamerlader true will trigger the GV DagRitme Bedtijd and false is Opstaan how to do?

    2)
    [23.10.2020] [07:56:01] [ERROR] [QUICKAPP314]: QuickApp crashed
    was a slave wallplug deleted and installed again
    3)
    [23.10.2020] [08:04:28] [ERROR] [QUICKAPP297]: POST http://192.168.1.15/api/devices/1079/action/turnOff {"args":[{}]} Bad file descriptor
    This is a Fibaro dubble relais
    4)
    Alarm???
    If I go to HC3 alarm I dont see all my slave sensor doors 2 out of 9???  
    5)
    jSlave={     hc2={user="sjaak>>>> if this is enabled thus that mean HC2 will do nothing and waits for order from HC3?
    Because HC2 is doing nothing only id HC3 is off? or due to oveload?

     

    Sorry to have so manny questions ,

    Please advice,
    //Sjakie
     
    Posted

    Please login or register to see this spoiler.

     

    Posted

    Cag,

    Fibaro did an emergency restore??? Started all over again with AOS

    This problem is solved I see them now!!

    4)
    Alarm???
    If I go to HC3 alarm I dont see all my slave sensor doors 2 out of 9???  
     
    //Sjakie
     
    Posted (edited)
    1 hour ago, Rover said:

    Please login or register to see this spoiler.

     

    iClock did not function this night, so a lot of lights still were on at awakening time this morning.

    It looks like the High REST API response time is quiet with v5.5.

    AOQ initiation is very fast ?

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

     

    iClock did not function this night, so a lot of lights still were on at awakening time this morning.

    It looks like the High REST API response time is quiet with v5.5.

    AOQ initiation is very fast ?

    Yes, the 5.2/3/4 has an issue with os.date().

    What about 5.5?

    Posted (edited)
    16 minutes ago, cag014 said:

    Yes, the 5.2/3/4 has an issue with os.date().

    What about 5.5?

    I can see this on the end of the day.

    The  High REST API response time is still quiet.

    Edited by Rover
    Posted
    1 hour ago, cag014 said:

    Yes, the 5.2/3/4 has an issue with os.date().

    What about 5.5?

     

    I think, the 5.5 working fine. No problem with the os.date.

    Posted (edited)

    Not only the os.date was the problem. I have some lines for my thermostat heads battery level checking but the "batteryLevel" code did'n work. What i can see now, is working fine with the 5.5.

    Edited by SmartLifeSystems
    Posted

    Please login or register to see this spoiler.

    The  High REST API response time has started again...

    Posted (edited)
    3 hours ago, SmartLifeSystems said:

    Not only the os.date was the problem. I have some lines for my thermostat heads battery level checking but the "batteryLevel" code did'n work. What i can see now, is working fine with the 5.5.

     

    I think, the @<devID>>lastBreached code don't working.

    Edited by SmartLifeSystems
    Posted

    Please login or register to see this spoiler.

     

    Posted

    In Advanced User's Guide 4.0:  1. In case property is sceneActivation or CentralSceneSupport, trigAll set to true by default.

    But trigAll is not functioning with CentralSceneSupport at all, even if trigAll has been added explicitly:

    {0,"`PortSwitch`",{initOnStartup=false,trigAll=true,state="centralSceneSupport=6.Pressed",trueAct={

    Only pressing button once is working, until another button has been pressed.

     

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