I hope that somebody will integrate the Keymitt smart lock. It will release on december and it will be support Zigbee, Zwave and NodeRed. (Open Source BLE API)
It was a Kickstarter project. www.keymitt.com
+1
You should mark your topic as feature request, so that otherās can vote for it.
How can I do that?
You can edit the title and category (the pencil near the title) of your topic.
Choose category āFeature requestā.
Iāve ordered one.
Pretty sure that it will work in HA, and the price for the lock and the hub seems ok.
I am looking for a smart lock like this.
Direct connected with Home Assistant ZHA.
Is there is a better/cheaper alernative, please let me know.
Best regards,
Jacob
I orded also. Now waiting till the are shipped and added to Home Assistant
hi,
please make a review when you receive it, Iām tempted also. For now you can use ifttt with HA until a proper integration is made.
OK, I will.
any news on this I have a keymitt lock and would really like to integrate it with Home assistant.
Hi,
Update:
Keymitt can be used with the webhooks, to open and close the lock in Homeassistant.
The hub is needed to use the webhook.
This is working quick and smoothly.
Letās hope there will be an integration available in the future.
Best regards
Jacob
yes I have it working this way
the problem is if someone uses the app to open or close the keymitt lock home assistant does not update with the correct status of the lock.
someone post this on the keymitt site
http://api.mib.io/i/v1/users/4a8cd02016fefabb53372bbc87ceda33/gadgets
may be it helps for Home Assistant
it returns data but we need to find our own user id?
any idea how?
easy. set up a local dns server and make sure the http://api.mib.io/ points to a local web server with full logging enabled
oh yes and then use the app in the local network using the custom dns.
or just ask them?
Where did you find this on the keymitt site??? can you post the url?
yes it was on keymitt kickstarter discussions someone posted it
thought it might be use full to someone as i cant get anything from keymitt
did you manage to get it working?
actually I havent tried it yet
it would however be very interestingā¦
I did however send keymitt a ticket with questions how to handle api.mib.io
lets see if and what they answer
ok looks like this was the very OLD way to work with webhooks, which no longer works.
current webhooks (you can check in your Keymit app) are using https://o1.keymitt.com now, which of course is better due to https
Sooo user_id encoding still looks the same to me, so i tried the old url with my current user id from the new url, but it just came up with a funny error message āuser is not existsā
I already got an answer from keymitt to my inquiryā¦ They asked what i want do achieveā¦
Well i told them about an integration in HA with more information like battlevel, lock status, etc.
Lets see what their answer isā¦
ok thanks let us know
i just put together a facsimile with a rest_command
s for lock and unlock, a lock
instance with helper for state, and an automation triggered from the state, which is okay if you donāt mind the non-local operation.
i donāt suppose yāall have come across a webhook for getting the latest lock state, which would make this way more reasonable?