Giter Club home page Giter Club logo

Comments (7)

kvj avatar kvj commented on September 27, 2024 2

not yet, but good idea to have it

from hass_nuki_ng.

faxmaster avatar faxmaster commented on September 27, 2024

Hi! First thanks for the great work, your integration is already vastly superior to the official one! The only reason I didn't delete the other one yet is the missing Lock'N'Go service. So +1 for that feature

from hass_nuki_ng.

KitHubek avatar KitHubek commented on September 27, 2024

I wait for this too

from hass_nuki_ng.

agarbato avatar agarbato commented on September 27, 2024

This could be nice but It's something you can do with an automation.

I've a scene where I set to ON an input boolean (I call it 'leaving')
With google home I trigger the scene with voice command "I'm leaving"

After that I've the following automation that unlock and then lock the door after 40secs so I have time to go out :-)
You can also arm an alarm system if you have one.

alias: LeavingOpenThenLock
description: ''
trigger:
  - platform: state
    entity_id: input_boolean.leaving
    from: 'off'
    to: 'on'
condition: []
action:
  - service: lock.unlock
    data: {}
    target:
      device_id: mylockid
  - delay:
      hours: 0
      minutes: 0
      seconds: 40
      milliseconds: 0
  - service: lock.lock
    data: {}
    target:
      device_id: mylockid
  - service: input_boolean.turn_off
    data: {}
    target:
      entity_id: input_boolean.leaving
mode: single

from hass_nuki_ng.

Ra72xx avatar Ra72xx commented on September 27, 2024

I would like to have this implemented, too. IMHO it's better to use a ready-made and builtin function, if available, than to rely on additional HA automations. Is this still on the todo-list?

from hass_nuki_ng.

kvj avatar kvj commented on September 27, 2024

There's a service for that:

service: nuki_ng.execute_action
data:
  action: lock_n_go
target:
  device_id: 83f592f5c6d885fe4698618afb5cb129

Screenshot from 2022-09-02 06-15-23

from hass_nuki_ng.

Ra72xx avatar Ra72xx commented on September 27, 2024

Thanks for the hint! This service seems not to be documemted?!

from hass_nuki_ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.