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

    Latest version with some improvements on sensors breached in alarm zones.

    Version for release to download center.

     

    Please login or register to see this attachment.

    Posted
    4 hours ago, cag014 said:

    @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

    I tried. Now the delay is 2sec.

    Please login or register to see this attachment.

    Posted

    Hi cag,

    You are developping a lot on AOQ. Which recent features are (not yet) valid on AOS?

    After migration of HC3 to HC2 I want to move my HC2 to my son abroad, but he is not a sort of developper. So the idea is to start in the house of my son with AOS, while I can develop on my HC3 (using slaves for the HC2) and send him from time to time a new version of AOS.

    How to implement this on a for my son simplest way?

    Posted (edited)
    10 hours ago, cag014 said:

    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)

     

    Even if the delay between the Pushover notifications is 7 seconds I just got 1 notification on the iPhone.

    jP2n PushoverDelay=7,

    Please login or register to see this spoiler.

    I think something in the Pushover QA has to be reset after sending, but what?

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

    Even if the delay between the Pushover notifications is 7 seconds I just got 1 notification on the iPhone.

    jP2n PushoverDelay=7,

    Please login or register to see this spoiler.

     

    I believe there is an error in Pushover, after print("status =",status.status) there are a lot of printouts that not appear on debug window?

    for example

                    print("Nachricht gesendet :"..message)  -- this is an error. There is no such parameter message in the code!?  There is settings.message... please go through code and change it at all places.

    That's the reason that 7 seconds not good enough... the QA is resets himself and it takes much more than 7 seconds.

    By the way in the future to avoid concatenating null values, just use

    print ("Nachricht gesendet :",message) in this way you'll see null printed (or blank) and you can identify the error.

    (and yes, this is Fibaro bug that error doesn't shown)

    Edited by cag014
    Posted (edited)

    Hi @cag014,

     

    Here is an example. I combinated the button push with Lua and AOQ.

    The second line in lua. No delay.

    From the third line in AOQ actions.

    I don't understand what is the problem. My CPU is looking correctly.

    I tried the reboot too.

     

    Please login or register to see this attachment.

    And another screenshot.

    Please login or register to see this attachment.

    Edited by SmartLifeSystems
  • Topic Author
  • Posted
    13 minutes ago, SmartLifeSystems said:

    Hi @cag014,

     

    Here is an example. I combinated the button push with Lua and AOQ.

    The second line in lua. No delay.

    From the third line in AOQ actions.

     

    Please login or register to see this attachment.

    And another screenshot.

    Please login or register to see this attachment.

    What about CPU load... ?

    Could you please reboot HC3

    Posted
    3 minutes ago, cag014 said:

    What about CPU load... ?

    Could you please reboot HC3

     

    Here is the CPU screenshot and my RAM.

    I trying the reboot now again.

     

     

    Please login or register to see this attachment.

    Please login or register to see this attachment.

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

     

    Here is the CPU screenshot and my RAM.

    I trying the reboot now again.

     

     

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    Wow.... CPU and RAM are extremely high,

    I believe you're running latest Fibaro firmware 5.050.13

    Edited by cag014
    Posted
    1 minute ago, cag014 said:

    Wow.... CPU and RAM are extremely high,

     

    Yes. Allways. But I don'understand, why?

     

    After the reboot.

    Please login or register to see this attachment.

    Please login or register to see this attachment.

     

  • Topic Author
  • Posted

    That's unusual... and slows down HC3 performances (same as in HC2).

    I can do some "stupid"  workaround, but you should investigate why CPU so high. It will slow down other actions as well (no AOQ only)

     

    @Sjakiedid some investigation on CPU performances, maybe he can help!?

     

    Posted

    You should look 3-5 minutes after reboot or start.

    HC3 and HC2 show in my case CPU sky high.

    HC2:

    Please login or register to see this image.

    /monthly_2020_10/image.png.88198939d38778e7aeb1e5855d300955.png" />

    HC2 with slave devices >>>HC3

    HC2 with HC3 shutdown

    image.png.8ce434b1c867aea07367c5791d734bd2.png

     

     

  • Topic Author
  • Posted (edited)
    12 minutes ago, SmartLifeSystems said:

    @Sjakie, can you help me?

     

    Thanks!

     

     

    2 minutes ago, cag014 said:

    May I ask you few questions:

    1. how long takes to save Lua/block  scene after change?

    2. Do you have scenes in loop? I mean run based not on device triggers (like on time interval)

    3. any QA devices in loop?

    4. how many Z-wave devices you have? Might be some device "bombarding" Z-wave traffic.

    5. Do you have Nice devices?

     

     

    Edited by cag014
  • Topic Author
  • Posted

    I think I need to convert Z-wave monitor for HC3 and to add Nice devices monitor.

    17 minutes ago, SmartLifeSystems said:

    @Sjakie, can you help me?

     

    Thanks!

    Please submit ticket to Fibaro support also, maybe they can help

    Posted
    2 minutes ago, cag014 said:

    I think I need to convert Z-wave monitor for HC3 and to add Nice devices monitor.

    Please submit ticket to Fibaro support also, maybe they can help

    Here is a screenshot. When turned off the AOQ, and when turned on.

     

    Please login or register to see this attachment.

    Posted
    12 minutes ago, cag014 said:

    May I ask you few questions:

    1. how long takes to save Lua/block  scene after change?

    2. Do you have scenes in loop? I mean run based not on device triggers (like on time interval)

    3. any QA devices in loop?

    4. how many Z-wave devices you have? Might be some device "bombarding" Z-wave traffic.

    5. Do you have Nice devices?

     

     

     

    1. Inmediately

    2. Yes I have. In AOQ and In Lua too

    3. Any QA only the AOQ and my SONY TV.

    4. attachement screenshot

    5. I have a Nice gate.

     

    Please login or register to see this image.

    /monthly_2020_10/1706345828_Kepernyofoto2020-10-21-14_46_14.png.a194f05959d3d4c5dfd7d7f157ab439f.png" />

     

     

  • Topic Author
  • Posted
    7 minutes ago, SmartLifeSystems said:

    Here is a screenshot. When turned off the AOQ, and when turned on.

     

    Please login or register to see this attachment.

    @Rover

    I think you have the most complicated AOQ, what about CPU load while AOQ running?

  • Topic Author
  • Posted
    42 minutes ago, SmartLifeSystems said:

    Here is a screenshot. When turned off the AOQ, and when turned on.

     

    Please login or register to see this attachment.

    Version 5.050.13 ?

    Posted (edited)
    1 hour ago, cag014 said:

    @Rover

    I think you have the most complicated AOQ, what about CPU load while AOQ running?

    Please login or register to see this spoiler.

     

    Edited by Rover

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