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


  • 0

Zipato/Domux/Heiman Gas Sensor: Notification not work!


Gianluca S.

Question

Good Morning, 

I have bought a Zipato HS1CG-Z (Gas Sensor), that i think is branded also with Domux & Heiman. 

Link: 

Please login or register to see this link.

The device inclusion working well, the HC2 identify the device as "Motion Sensor". (Device without template)

Trying to test it pressing the "test" buttons nothink happend. (Device never breached)

 have also checked in LUA, the following values: "alarmLevel, alarmType, lastBreached" ...but the output is always "0".

Any idea / troubleshooting to suggest?

 

Thanks in advance

Regards

Gianluca

Edited by Gianluca S.
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
  • Inquirer
  • Nobody?

    I have setted the sensor as "door sensor" and tested in LUA....

     

    --[[
    %% properties
    %% events
    %% globals
    --]]

    local sensorID        = 190
    local testa0=fibaro:getValue(sensorID, "alarmLevel");
    print(testa0);

    local testa1=fibaro:getValue(sensorID, "alarmType");
    print(testa1);

    local testa2=fibaro:getValue(sensorID, "lastBreached");
    print(testa2);

    local testa3=fibaro:getValue(sensorID, "armTimeTimestamp");
    print(testa3);

     

    The output is:

     

    [DEBUG] 10:38:53: 0
    [DEBUG] 10:38:53: 0
    [DEBUG] 10:38:53: 0
    [DEBUG] 10:38:53: 0

     

    Any idea or suggestion to continue the troubleshooting?

    Thanks in advance

     

     

    Link to comment
    Share on other sites

    • 0
  • Inquirer
  • I have found this schema:

    Please login or register to see this image.

    /monthly_2018_02/image.png.124063a8b739696c8842e931b11c6c79.png" alt="image.png.124063a8b739696c8842e931b11c6c79.png" />

     

    Maybe can i add parameter? 

    How to proceed?

    Link to comment
    Share on other sites

    • 0

    ciao, io non ho ancora aggiornato e sono rimasto alla 4.120. Ma ho letto che dalla 4.520 hanno aggiunto il supporto per Heimann e quindi anche per Domux....me lo confermi ?

    ciao Gianluca io non ho ancora aggiornato e sono rimasto alla 4.120. Ma ho letto che dalla 4.520 hanno aggiunto il supporto per Heimann e quindi anche per Domux....me lo confermi ?

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

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