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

Hi I have some devices triggering during zwave init and some timers based on variable based on date values which are not setting probably the timezone during HC3 startup....

Is there an api to detect :

- Zwave during init 

- HC3 during startup

 

 

 

Thank you 

Posted

Gateway startup

For gateway startup, the interpretation of conditions fields is as follows:

  • type - takes value "se-start".
  • property - takes value "start".
  • value - takes value "true".
  • operator - takes one of these values:
    • "==" - are the values the same
    • "!=" - are the values different
  • isTrigger - is the condition also a trigger:
    • true - is a trigger (recommended)
    • false - is only a condition (default)

Examples:
Trigger on every startup.

1
2
3
4
5
6
7
{
    type = "se-start",
    property = "start",
    operator = "==",
    value = true,
    isTrigger = true
}

 

(c) 

Please login or register to see this link.

also you can periodically poll this endpoint

http://192.168.1.36/services/system/servicesStatus.php

where 192.168.1.36 - your HC3

  • Thanks 2
  • 3 weeks later...
  • Topic Author
  • Posted

    hi 

    to be honest reading the servicestatus does not help ...  

    The issue I have is : 

    - I have a Secure SSSR303 boiler relay 

    - Form time to time HC3 shows a message 

      [ZWAVE]: Pthread Initialize
    [[ZWAVE]: Z-wave start

    - and the boiler relay turns on ... 

     

     

    Posted
    8 hours ago, vifefref45 said:

    hi 

    to be honest reading the servicestatus does not help ...  

    The issue I have is : 

    - I have a Secure SSSR303 boiler relay 

    - Form time to time HC3 shows a message 

      [ZWAVE]: Pthread Initialize
    [[ZWAVE]: Z-wave start

    - and the boiler relay turns on ... 

     

     

    OK

     

    Please login or register to see this link.

    try to reboot you hc3 and call periodically this endpoint

    Posted (edited)
    14 hours ago, vifefref45 said:

    hi 

    to be honest reading the servicestatus does not help ...  

     

    service status is good to check if the service is still running (there is anway watchdog, which will restart the service if it stopped/crashed) ...

     

    14 hours ago, vifefref45 said:

    The issue I have is : 

    - Form time to time HC3 shows a message 

      [ZWAVE]: Pthread Initialize
    [[ZWAVE]: Z-wave start

    - and the boiler relay turns on ... 

     

    ... and as you can see, the watchdog is working. So it looks like you have another problem, the zwave service should not crash

     

    14 hours ago, vifefref45 said:

    - I have a Secure SSSR303 boiler relay 

     

    this is switch, which is capable of turing on/off with thermostate commands, so the question is if HC3 is sending that during zwave startup. If you don't use the Secure thermostate to turn it on/off, i would say, replace it with another module. You can check as well, if that switch is not assigned as thermostate in climate zones.

    Edited by tinman
  • Topic Author
  • Posted (edited)

    seems to be fixed after : factory reset of the SSR303.

    Once included back ... seems that it had a HVAC attached to it so it might be that this was included somewhere in a climate ( maybie )  

    I keep you in sync with the conclusion after a few days of tests

     

    Works.

    Edited by vifefref45
    • 2 months later...
  • Topic Author
  • Posted

    after testing this I am quite sure that the device assignment was the issue - the HVAN assigned to the default room and the boiler switch assigned to a different room

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