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
1 hour ago, Rover said:

Please login or register to see this spoiler.

???

Posted

@cag14

 

any particular reason aoq remote is limited to 10 buttons?

May i for example modify the line

jBtn={"btn1","btn2","btn3","btn4","btn5","btn6","btn7","btn8","btn9","btn10"}, add 2 more buttons and so on?
  • Topic Author
  • Posted (edited)
    1 hour ago, gggizmo said:

    @cag14

     

    any particular reason aoq remote is limited to 10 buttons?

    May i for example modify the line

    jBtn={"btn1","btn2","btn3","btn4","btn5","btn6","btn7","btn8","btn9","btn10"}, add 2 more buttons and so on?

    No.. you can increase the number of buttons by adding more

    jBtn={"btn1","btn2","btn3","btn4","btn5","btn6","btn7","btn8","btn9","btn10","btn11","btn12"}

    Now add graphical buttons (same number) and set button ID to new names

    In onReleased section of the button enter btnPressed

    Please login or register to see this spoiler.

    Means AOQ has been unable to get value from slave..

    You should receive an error that describes the path which has no access

    Printed on debug window and popup menu at hcWebEye

    Edited by cag014
    Posted
    1 minute ago, cag014 said:

    No.. you can increase the number of buttons by adding more

    jBtn={"btn1","btn2","btn3","btn4","btn5","btn6","btn7","btn8","btn9","btn10","btn11","btn12"}

    Now add graphical buttons (same number) and set button ID to new names

    In onReleased section of the button enter btnPressed

    Please login or register to see this spoiler.

    tnx i'm a newbie but not so newbie.Already done and working i was asking for a tecnical reason to limit buttons number.

  • Topic Author
  • Posted
    Just now, gggizmo said:

    tnx i'm a newbie but not so newbie.Already done and working i was asking for a tecnical reason to limit buttons number.

    No reason at all. set as many as you need

    Posted (edited)
    10 minutes ago, cag014 said:

    No reason at all. set as many as you need

    And i suppose i can upload more instances of remote just to have an orderd view of devices paired with different gateways

    Edited by gggizmo
  • Topic Author
  • Posted
    10 minutes ago, gggizmo said:

    And i suppose i can upload more instances of remote just to have an orderd view of devices paired with different gateways

    Yes you can.. as many as needed. New instance will have new device IDs..

     

    Posted (edited)
    1 hour ago, cag014 said:

    Please login or register to see this spoiler.

     

    Edited by Rover
  • Topic Author
  • Posted

    my bad the nil and false means the same to Lua.

    Download attached

     

    Please login or register to see this attachment.

  • Topic Author
  • Posted

    To all, attached slave switch emulation QA. Emulation includes power and energy readings, if exist on slave switch.

    This QA suitable for all kind of switches (WallPlug, Fibaro double/single switch and etc.)

     

    Please login or register to see this attachment.

  • Topic Author
  • Posted
    8 hours ago, gggizmo said:

    And i suppose i can upload more instances of remote just to have an orderd view of devices paired with different gateways

    By the way, you can change the AOQ remote to have more buttons in one row... I have decided to use two buttons in row because of length of the label, that's all.

    If you can use short labels you can have tens of buttons on one remote and divide the buttons by labels

    Please login or register to see this spoiler.

     

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

    Now timing with a Fibaro Dimmer2:

    Please login or register to see this spoiler.

    It might be better approach to use state checker.

    trueAct={"'`DimmerHall`","turnOn;else;turnOff"," if {`DimmerHall`:value=false}"}

    now set the rptAction to 6,1 (repeat 6 times with 1 second delay)

    BTW if it is actually dimmer, you should consider that dimmers don't turn off the lights immediately, but dimming to off. Depends on dimmer setup.

    Edited by cag014
    Posted
    8 hours ago, cag014 said:

    my bad the nil and false means the same to Lua.

    Download attached

     

    Please login or register to see this attachment.

    Did you forget to update release number inside the main code?

    or did i copy and paste wrong version?

     

    Please login or register to see this image.

    /monthly_2020_10/image.png.f9f9be23bf6318fdf8aa21f9d8e745db.png" />

     

     

  • Topic Author
  • Posted

    Oops... too many releases, yes you right forgot to update.

    Posted
    1 hour ago, cag014 said:

    Oops... too many releases, yes you right forgot to update.

    don't worry it's just cosmetic...and i think soon you 'll release 3.3 so...

    Posted
    11 hours ago, cag014 said:

    my bad the nil and false means the same to Lua.

    Download attached

     

    Please login or register to see this attachment.

    Repaired ?

    Posted
    5 hours ago, cag014 said:

    To all, attached slave switch emulation QA. Emulation includes power and energy readings, if exist on slave switch.

    This QA suitable for all kind of switches (WallPlug, Fibaro double/single switch and etc.)

     

    Please login or register to see this attachment.

    Nice, but what is the extra value above <device>'hc2?

    Is sceneActivation usable for Fibaro double/single switch?

     

    Posted
    4 hours ago, cag014 said:

    It might be better approach to use state checker.

    trueAct={"'`DimmerHall`","turnOn;else;turnOff"," if {`DimmerHall`:value=false}"}

    now set the rptAction to 6,1 (repeat 6 times with 1 second delay)

    BTW if it is actually dimmer, you should consider that dimmers don't turn off the lights immediately, but dimming to off. Depends on dimmer setup.

    Please login or register to see this spoiler.

    No turnOn in cycle...

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

    Please login or register to see this spoiler.

    OK... this is because the dimmer.

    try to replace value=0

    Dimmer doesn't use true/false, but value 0-99

    Edited by cag014
    Posted
    12 minutes ago, cag014 said:

    OK... this is because the dimmer.

    try to replace value=0

    Dimmer doesn't use true/false, but value 0-99

    Please login or register to see this spoiler.

    So 6 actions, starting by turnOff, ending by turnOn...

    Time between actions is 4 seconds, too long.

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