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

Neo Coolcam Siren cannot change manual parameters


Question

Posted

This problem may not be related to the 3rd party device, but rather to HC2.

 

I can't change manual parameters (this device does not have template). I can add parameters only if I click on READ ONLY or DEFAULT. Otherwise the parameter does not appear in the list.

The problem is that I cannot change any parameter. If I change it, and save it, then read/sync: it still remains on the default value.

I have 2pcs of this device and I did not have this problem with the previous.

This unalterable parameter problem appeared after the recalled 4.540 update.

 

Can anyone give me any trick on how to change parameters in this case?

Thanks!

Recommended Posts

  • 1
Posted

I have a VD for this siren. You need to set on the "port" , the device ID of your siren. after that you can control the sounds from this virtual device

Please login or register to see this attachment.

  • Thanks 2
  • 0
  • Inquirer
  • Posted

    Thank you very much, it looks interesting. I didn't have the chance to test it today, but tomorrow I will try it out. It would be fantastic if it worked :)

    I know this question may sound stupid, but I wonder what IP address and TCP port I should fill in. I suppose it's not the HC2 LAN IP address, is it? 192.168.x.x.

    Or localhost 127.0.0.1? Is TCP port the device ID...?

    This will be my first VD...

    Thanks!

     

    • 0
    Posted

    @johndeere device id

     @FSE said put device here

    • 0
  • Inquirer
  • Posted
    2 hours ago, 10der said:

    @johndeere device id

     @FSE said put device here

    Hi, I'm a beginner, so please a little bit more information :)

    How do I find out the z-wave networki IP address? Is it localhost by default?

    How do I find the device TCP port? Is it the device ID by default?

    image.png.b8b89a23e61a4c730b9989fea9534619.png

    or do I have to modify the Lua code like this?

     

    image.png.daab73759b5a984988ace98ffbdd0ec8.png

     

    Originally the code and VD header looked like this:

    image.png.6a66bcb29d22a64a73a448989e03271b.png

    image.png.c751c361ed66075d0bb565e03e00bce2.png

     

    Again, sorry if the question is stupid, but I need to get this VD working somehow. Thanks in advance!

    • 0
    Posted

    1st

    do not modify (especially when u beginner) any VD's / scripts if author not asking it.

    2nd

    find your neocoolcam device

    get DeviceId

     

    back to VD

    simple put this Id into TCPPort

    done!

     

     

    • Thanks 1
    • 1
  • Inquirer
  • Posted (edited)

    OK, I get it, thanks! I'm a beginner and I make mistakes, sorry about it and of course I don't want to change any code, I respect the author :)

    Now it works and I started to understand how it works.

    For those who are unsure (like I was)

    image.png.93d8ff5f4a7414c03eb000811d3f1c97.png

     

    Thank you for the assistance! And also thanks once again for FSE !

    Edited by johndeere
    • 0
  • Inquirer
  • Posted
    On 3/11/2019 at 9:23 PM, FSE said:

    I have a VD for this siren. You need to set on the "port" , the device ID of your siren. after that you can control the sounds from this virtual device

    Please login or register to see this attachment.

    This works great! I made a scene which plays all meoldies of this Siren :) May I add the remaining CoolCam Siren parameters into your VD?

    • 0
    Posted

    I'm glad that worked. yes, please share 

    • 1
  • Inquirer
  • Posted (edited)
    5 hours ago, FSE said:

    I'm glad that worked. yes, please share 

    OK, so I included all parameters of Neo Cool Cam Siren into this Virtual Device. Now you can set anything you want. Thank you again for the original VD!

    For parameter inclusion I used the device's user manual found here:

    Please login or register to see this link.

     

    If you want to understand this VD better, it is useful to use it together with the user manual.

     

    The VD looks like this:

    Please login or register to see this image.

    /monthly_2019_03/image.png.0d69a3ff05755b3df377dc1c11a000ed.png" />

     

    Alarm Volume 1-2-3 level

    As = Alarm sound / melody type 1 to 10

    Alarm Siren or Door Bell default mode, when turned on via switch

    P2 = see parameter 2 from user manual = Configure Alarm Music Duration Time

    Door Bell Volume 1-2-3 level

    Bs = Door Bell sound  / melody type 1 to 10

    Alarm LED On/Off when alarm sound is playing

    Door Bell LED On/Off when door bell sound is playing

     

    I gave all parameters a talkative name so that you can use this VD in scenes straightforward.

    Have a nice Siren :)

     

     

    Please login or register to see this attachment.

    Edited by johndeere
    Previous file was incomplete, I replaced it with the complete
    • Thanks 2
    • 0
  • Inquirer
  • Posted

    I updated the file, because I forgot to finish the LED behaviour settings. Now it is complete with LED switch. Please download it again. Sorry..

    • 0
    Posted

    FSE, johndeere,

     

    thank you very much for this VD :-) I spent lot of time trying to set parameters and ended up with the same as johndeere at the begining... Fibaro should fix this quickly, not problem only for NEO siren, the same issue I have with Heatit relay...

     

    johndeere, you mentioned it is now possible to use the VD in scenes. Looks like VD's don't appear in block scenes, so i guess LUA is needed. Could you please give example of code?

     

    is it something like this below in case of VD ID 200 and siren ID 300 or I should use it somehow different?

    fibaro:call(200, "pressButton", "Door Bell")

    fibaro:call(200, "pressButton", "Bell Vol 1")

    fibaro:call(200, "pressButton", "Bs6")

    fibaro:call(300, "turnOn")

     

    thank you

    Jan

    • 0
  • Inquirer
  • Posted
    On 4/18/2019 at 10:38 PM, LBH said:

    FSE, johndeere,

     

    thank you very much for this VD :-) I spent lot of time trying to set parameters and ended up with the same as johndeere at the begining... Fibaro should fix this quickly, not problem only for NEO siren, the same issue I have with Heatit relay...

     

    johndeere, you mentioned it is now possible to use the VD in scenes. Looks like VD's don't appear in block scenes, so i guess LUA is needed. Could you please give example of code?

     

    is it something like this below in case of VD ID 200 and siren ID 300 or I should use it somehow different?

    fibaro:call(200, "pressButton", "Door Bell")

    fibaro:call(200, "pressButton", "Bell Vol 1")

    fibaro:call(200, "pressButton", "Bs6")

    fibaro:call(300, "turnOn")

     

    thank you

    Jan

    Hello Jan,

     

    I included parameters required in scenes too into the VD above for Neo Siren. I made a scene where the volume of siren increases then decreases  at given time intervals.

    Check out this screenshot:

    image.png.a7f41b14ef3595fce1459d551e31f54a.png

     

    I cannot copy the whole screen here but I hope you get the idea :-)

    Good luck!

    • 0
    Posted

    oki, got it!

     

    Thanx!

    • 0
    Posted

    Many thanks for the VD.Is anyone knows which usb to buy to not taking low battery at HC2?

    • 0
    Posted

    hi,

     

    newbie here

     

    reviving an old post hope you dont mind :)

     

    could it be that this vd doesnt work on the lastest version of hc? only 10 buttons are showing, ive set the device id and still cant get it to work.

     

    any tips?

     

     

    thanks

    • 0
    Posted

    Hello! I have a Neo Cool Cam Siren and I want to add it in my HLC but the vfib file posted before doesn't work. I think that this file is for HC2. Do you know where I can find similar file for Home Center Lite? Thank you.

    • 0
    Posted

    hint:

    all LUA files what provided here for HC2 can be runned via "proxy" on another env via HC API.

    so.

    your PC with LUA env => LUA bridge file => call HC API => your HCL

     

    yes, it's not trivial for noobs. but again all LUA scenes what proviided forum can be runned for your HCL but not on your HCL 

    • 0
    Posted

    Thanks a lot!

    • 0
    Posted

    Thanks very much to all people posting the VDs above. This really helped to get an understanding of the Neo CoolCam siren parameters.

    The manufacturer's documentation that I found on the internet does not describe all parameters, just the first 6.

     

    The VD works perfectly with my version of the siren, which has the blue leds.

     

    Attached is an update of the VD:

    - more descroptive labels for the 'Duration' buttons.

    - two new buttons to switch the siren on/off. This helps in testing the effect of all the parameters.

     

    Cheers,

    Marc

     

    Please login or register to see this attachment.

    • Like 1
    • 0
    Posted

    Not sure if I got this working. Trying the different door bells I would say that maybe one of them sound like a door bell. Rest of them, just horrible alarms. I expected like "Für Elise" or similar. Am I just picky? 

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