kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
167 stars 32 forks source link

Not directly an isseu but missing an entity? #174

Open Pleeriezer opened 6 months ago

Pleeriezer commented 6 months ago

Installed the Nuki doorlock Nuki smartlock Pro 4.0.

Made an WEB API and intergrated it in Home assistant.

Evrything seems to work but there is no entity for open the door?

I can lock and unlock but not openng, for that I must use the NUki app?

Will it be available in an update?

Thanks and greetings,

Erik.

kvj commented 6 months ago

Call service lock.open to open/unlatch your lock

Pleeriezer commented 6 months ago

Thnx for the reaction,

I dont have a lock.open entity?

Where I can find that service?

Thanks and greetings,

Erik

kvj commented 6 months ago

lock.open is a service, not entity. you need to call it via "Call service" and use Nuki entity as a target

Pleeriezer commented 6 months ago

Ok thanks I can do it truogh the developer tools but how make it available on a dashboard?

kvj commented 6 months ago

There's an "Open" button inside entity dialog, you can also call any arbitrary service from your dashboards.

image

Pleeriezer commented 6 months ago

Thanx again for the reply,

I don't quite understand what you mean, I'm quite a beginner in HA I try to create a button in a dashboard, HA immediately asks for an entity?

Pleeriezer commented 6 months ago

After a lot of trying it works!

Thanks for setting me in the right direction!