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
    2 minutes ago, Rover said:

    Please login or register to see this spoiler.

    Post this QA and I'll check

    Posted (edited)
    42 minutes ago, cag014 said:

    Post this QA and I'll check

     

     

     

    Please login or register to see this attachment.

    Edited by Rover
  • Topic Author
  • Posted

    Wow... Fibaro has changed the site look ...

    Anyhow , have find the problem.. new concept works faster, but needs to encode the url.

    In this case one parameter in json has a space... "Alarm Uit"

    Fixed ...

     

    Please login or register to see this attachment.

    Posted (edited)
    29 minutes ago, cag014 said:

    Wow... Fibaro has changed the site look ...

    Anyhow , have find the problem.. new concept works faster, but needs to encode the url.

    In this case one parameter in json has a space... "Alarm Uit"

    Fixed ...

     

    Please login or register to see this attachment.

    Still an issue about "secure" 

    Please login or register to see this spoiler.

    In the new site look choose files and drag to spoiler does not work anymore, just paste image works.

     

    What is the new concept?

     

    Edit has been gone !!! No it is in the right upper corner under the ...

     

    Please login or register to see this attachment.

    Edited by Rover
  • Topic Author
  • Posted
    4 minutes ago, Rover said:

    Still an issue about "secure" 

    Please login or register to see this spoiler.

    Is it worked before?

    What is this device ?

    Posted
    1 minute ago, cag014 said:

    Is it worked before?

    What is this device ?

    Yes it has worked before.

    Device is Danalock lock.

    Please login or register to see this spoiler.

     

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

    Yes it has worked before.

    Device is Danalock lock.

    Please login or register to see this spoiler.

     

    Edited by cag014
    Posted
    5 minutes ago, cag014 said:

    Oops... my bad copy/paste miss function

     

    Please login or register to see this attachment.

     

    Pushover works again ?, TNX for the repair.

    What is the new concept?

  • Topic Author
  • Posted
    Just now, Rover said:

    Pushover works again ?, TNX for the repair.

    What is the new concept?

    api.get instead of api.post to executed commands. works faster.

    Posted (edited)

    Hi cag!

     

    Can you help me? Why is the delay in the lines. If i push a button, or a MS/DS is breached, the actions will do after ~3sec or sometimes more than 3sec.

    Anybody have got this problem?

     

    Please login or register to see this attachment.

    Edited by SmartLifeSystems
    Posted (edited)

    Test for consecutive Pushover notifications:

    Please login or register to see this spoiler.

     

    Very interesting is that the programmed line delays have not been effected...

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

    Test for consecutive Pushover notifications:

    Please login or register to see this spoiler.

    Edited by cag014
  • Topic Author
  • Posted (edited)

     

    3 hours ago, SmartLifeSystems said:

    Hi cag!

     

    Can you help me? Why is the delay in the lines. If i push a button, or a MS/DS is breached, the actions will do after ~3sec or sometimes more than 3sec.

    Anybody have got this problem?

     

    Please login or register to see this attachment.

    That's indeed strange...

    Do you have any Slave device emulated on HC3?

     

    10 minutes ago, cag014 said:

     

    Very interesting is that the programmed line delays have not been effected...

    @Rover

    I'm wondering if you see that your debug window is slow? (I believe you're using full size debug window)

    I had same issue when debug window has slow response and suddenly sent all printouts in one batch.

    Please close debug window and open new..

    let me know if you see the same

     

     

    Edited by cag014
  • Topic Author
  • Posted

    Please login or register to see this spoiler.

    @Rover

    Did the same line as yours, but without sending the push message in Pushover. Just print the parameters and then end .

    Looks and works fine.

    You somehow need to make sure that Pushover QA has finished to send the message before send another.

     

  • Topic Author
  • Posted (edited)
    21 hours ago, SmartLifeSystems said:

    Hi cag!

     

    I am wondering if you have been thinking about the google calendar solution? Do you think it can be created?

    Right now AOQ doesn't support dates  (like 20/oct/2020), so it couldn't be done by default.

    But you can create userKeyword with function that synchronizes the calendar

    for example

    userKeyWord={{"$myTime","$dayTime"},

        {function () ....... use calender and return timeSlot value end},

    function() return  os.date("*t",os_time()).hour<6 and "Good night," or os.date("*t",os_time()).hour<12 and "Good morning," or os.date("*t",os_time()).hour<18 and "Good afternoon," or os.date("*t",os_time()).hour<=23 and "Good evening," end }}

    in jM use $myTime keyword.

    {0,"..............{.....,timeSlot="$myTime",.......}}},

     

    BTW - could you post a specific example of calendar dates usage (I believe you refer to holidays) in actions?

    Edited by cag014
    Posted
    6 hours ago, cag014 said:

    That's pushover issue... you cannot send message till the first message is sent..

    QuickApp won't response till it's running.

    Interesting based on remark in Pushover it can take a while!??

     --Send a high priority code every 30 seconds for approx 3600 seconds until the message is acknowledged by the app on the smartphone. 
            --The alien-message is being used.

    That is my own remark for realizing repeating high priority messages, fixed coded in the Pushover QA (the rest is German language).

    How waiting until Pushover QA is ready? PushoverID:value= true means that message has been sent, but using verify is difficult if you have a list of possible Pushover notifications.

    Please login or register to see this spoiler.

     

    Posted
    7 hours ago, cag014 said:

     

    That's indeed strange...

    Do you have any Slave device emulated on HC3?

     

     

     

    No. Only the master HC3.

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

    That is my own remark for realizing repeating high priority messages, fixed coded in the Pushover QA (the rest is German language).

    How waiting until Pushover QA is ready? PushoverID:value= true means that message has been sent, but using verify is difficult if you have a list of possible Pushover notifications.

    In pushover QA there is a timeout of 5 seconds for HTTP command, it means HTTP will be finished in any case (fail or success), so you need at least delay of 5 seconds between sending messages (I recommend 6 sec. to be on safe side)

     

    Edited by cag014
  • Topic Author
  • Posted (edited)
    49 minutes ago, SmartLifeSystems said:

     

    No. Only the master HC3.

    So you don't have SlaveSensor, SlaveSwitch or SlaveDimmer emulated on HC3?

    Try to close debug window and to open new

    Did the same scenario, no delays

    Please login or register to see this spoiler.

     

    Edited by cag014
  • Topic Author
  • Posted (edited)

    @SmartLifeSystems

    Had same issue for 1 hour and then it's gone... no delays any more.

    Something sows down HC3, (connection to Fibaro remote server, CPU, Internet..)

    Please check again.

    Will continue to monitor that.. maybe you can see some abnormal behavior when it happens

    Edited by cag014

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