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


  • 2

HC2 Compatibility Danalock 3


Question

Posted

The Danalock 3 with Z-Wave support has been released.

Before actually buying one, can someone please confirm compatibility with the HC2/HC-lite ?

 

Thanks :D

 

Recommended Posts

  • 0
Posted

Mine will arrive today, hopefully :-)

  • 0
Posted

I have installed it, working as a lock! :-)

One problem is that the Locked/unlocked signs under the icon is wrong, open is closed and vica-verca

Anyone with a suggestion on this ?

There are no parameters...

Please login or register to see this attachment.

image.png.8f404b9aa5df98ea9f45ce56e79d5579.png

  • 0
Posted
Just now, Soft said:

I have installed it, working as a lock! :-)

One problem is that the Locked/unlocked signs under the icon is wrong, open is closed and vica-verca

Anyone with a suggestion on this ?

There are no parameters...

Regarding parameters. it has no template, so you have to fill parameters (if default settings is not enough).

 

How did you upload the icons?  1st is icon for closed state and 2nd icon for open state? If yes, did you tried to upload icons in reverse?

Please login or register to see this attachment.

  • 0
Posted

It's not the icons that are wrong, its the little lock/unlock underneath the icon

  • 0
Posted

Hmmmm, in my case, i did not see reverse behavior.

  • 0
Posted

Hello. I have also this new Danalock V3 lock. I managed to get it included to HC2 through add doorlocks.

 

I could not add a scene that gives email or push -message when the lock have been opened through Fibaro app. 

 

Have someone managed to get any scene working with this lock ? If yes...can I have help how to create a scene which are working.

  • 0
Posted

Actually...I managed to get Magic scene working with push and email messages. Graphic block scenes are not working...

  • 0
Posted

Are somebody so skilled and can do LUA-code for Danalock V3 with following rules:

 

1. Someone opens the door lock (id: 656) through iPhone fibaro app

2. Then Fibaro sends push and email messages to iPhone (id´s: 391 and 610) 

 

Help is really appreciated !

  • 0
Posted

I would like to have a block scene where the absence of iPhones in the devices list triggers a lock command:-)

Dont understand why I can see the devices, when I can't use them in a block scene.

Seems you can with LUA though.

  • 0
Posted

Have a Danalock V3-BTZE that i can´t add in HC2, i have version 4.140 any known issues? Have tried both "add lock" and "add device" (security mode) but it won´t add. Help please!

  • 0
Posted (edited)

@Teddan

 

Did you press ONE time into the tiny hole on top of the lock to set it into learning mode?. the lock should have a green light when in that mode. I have  4.120

@janton I have a scene that lock the lock everyday @22.30

Edited by Soft
  • 0
Posted

No, i activated z-wave search mode in app, maybe i`ll try your way instead. 

  • 0
Posted

The app is not working for this, in general I think the app is crap!

  • 0
Posted

It worked, thank you for quick support!

  • 0
Posted

Always happy to help a fellow Scandinavian :-)

  • Thanks 1
  • 0
Posted

I got my Danalock V3 yesterday and the inclusion went smooth, had to be about 3 meters from my HC:2 during the inclusion.
Then i mounted it on my door and the device went dead, did a neighbor update on Zwave on this device and then it worked fine.

The lock has very very high sound when it locks and unlock :(

 

Now i just want to have in the lock in a scene but that doesent sems to go?

i i trie to do a block scene and click on my lock nothing happens :(

Is there anybody that have the correct lua to lock and unlock this device?

Or maby a complete snippet to put in GEA ;)

  • 0
Posted

--[[
%% autostart
%% properties
%% weather
%% events
%% globals
NoenHjemme
--]]

local startSource = fibaro:getSourceTrigger();
if (
 ( tonumber(fibaro:getGlobalValue("NooneHome")) == tonumber("0") )
or
startSource["type"] == "other"
)
then
    fibaro:call(137, "secure");
end

  • 0
Posted

@Soft

Thanks for the snippet :)

 

Will test it tonight when im home again. 

It will go in to GEA like this, and hopefully it will work.

Please login or register to see this code.

The door will lock at 22:00 and a push to my phone with "Ytterdörren är nu låst"

  • 0
Posted

Do you have some experience with the danalock V3 in combination with the Fibaro Intercom (in the app)? It seems to be impossible to open the door with the 'Open' button. The doorlock does not appear in the list of devices: Output to open the gate.

  • 0
Posted

I never understood the intercom thingy!

Is it a separate app, and how is it integrated to HC2 ?

 

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