[Custom Component] tedee Doorlock

pytedee won’t work without the bridge, I assume you want to connect your Tedee lock through the HomeKit integration to HomeAssistant? Keep in mind that this is happening through bluetooth so your Home Assistant host needs to have Bluetooth adapters which are available to HA and your host needs to be in BT range to your lock (which is pretty short, so 2-3 meters)

so, I have delete the lock from Tedee app, in HA it was show. I enter the parring code and it was ok, the lock was added. when I try to unlock/lock nothing it is happening :(, I will attache a screen shot with the lock, I have a bt on my HA server, witch is 1m distance from the lock, the lock I added as a HomeKit Controller.

what am I doing wrong :frowning: ???

If I try now to add him to the Tedee app, the app prompt me to to a factory settings for him, and try to add from HomeKit he told me that the lock it is already add and I need to reset it, I think I have to add to Tedee app to calibrate him

I have solved the probleme :)) YEYYYYYYYY, after add to HA I will need to wait 5-10 minutes, after that It will be available in Tedee app, so there I calibrate the lock, I have now added to HomeKit and it is working perfect, thanks for your support and help me, I really appreciate your help. :wave: :pray: :pray: :pray: :fist_right: :fist_left:

When Thread / Matter is added to the Tedee Go, will we be able to control the lock without the bridge (if you have a Thread Border Router of course) so it will be fully local?

I would assume so, as if you add the Tedee PRO through HomeKit to Home Assistant communication is already fully local. Keep in mind this has nothing to do with this integration! This integration only talks through the Bridge to the lock (remote and local once tedee releases that API). HomeKit & Matter are independent from that.

Hi! Does anyone have any idea how I can completely reinstall my tedee go smart lock? Like a new device? Is it possible via API? Or how can I do it?

Hello,
I wanna show you my video presenting Tedee Lock with ESPHome:

1 Like

I love how you have done the “Identify” feature :slight_smile: Did you use the “calibrate” mode to achieve this?

Hi Konrad. I did nothing, this entity showed up immediately in HomeKit device integration. Maybe it is helpful when there is more tedee locks?

1 Like

A question about using BTProxy… does the lock response “immediately” after some minutes of inactivity or it takes 5-8 seconds to work?
I am using Raspberry BT and it takes some time to response after inactivity.

Hello, the lock actually has delays after a long period of inactivity. It doesn’t bother me because I use this functionality to check the lock status remotely, and not necessarily to lock/unlock it. Of course, it would be better if it acted immediately.

Yes, it doesnt bother, just curious if with BT proxy will work better. Thanks.

It should work better. ESPHome has better working BT now with Home Assistant than Raspberry Pi.

Thanks for info… i’ll give it a try

No other theme with Tedee lock found, so sorry for asking here.

  1. Does anybody tried Tedee GO lock with Euro cylinder deadbold? Found no adapters so far, thinking about custom 3D printing possibly…

  2. And is it working fine with bluetoth_proxy component already? Or better to use their Hub?

  3. And the last one - is it possible to use 2 locks simultaniously with one Hub / proxy on one door?

Hi there, I just got a new tedee GO with a bridge and the integration works like a charm! Thanks for the good work! One question: Is it possible to receive the information which tedee user opened the door in HA? The tedee app’s log file shows the information and from the API documentation it seems like the API exposes the data, too.

1 I don’t know.
2. Bluetooth is not supported by this integration and I don’t know if the GO even has Bluetooth as it got Thread. If you are talking about Bluetooth connectivity that’s the HomeKit integration which is connecting to the lock, not this one, though it should support Bluetooth Proxies. This integration is HTTP based and ONLY works if you have the bridge.
3. I don’t understand your use case? Why have 2 on one door?

2 Likes

It’s not supported currently, but as you said, the API would support it.

2 Likes

Will this be implemented in the future? Can I support the implementation? From what I saw, a separate API request to /my/deviceactivities endpoint needs to be added to the existing API request to /my/lock/ endpoint. However, I could not quite understand how the GET requests are implemented in the integration…