How to begin integration ======================== Hi, so you want to write some integration? Choose one of supported scenarios: Full internet, Bluetooth or local network, follow provided steps and have fun. .. _get-client-id: Integration via Cloud API ------------------------- You bought a Tedee Lock and you want to write some automation? You want to create a plugin to existing Smart Home system to integrate it with Tedee Lock via internet? Your company provide smart home platform and want to integrate with Tedee Lock via internet? You are in good place, our Open REST API allows you do everything what you need. You will need: * Tedee Lock added to your Tedee account * Tedee Bridge connected to the Internet and paired with the lock Follow these tutorials: * :doc:`How to authenticate ` * :doc:`Get and sync locks ` * :doc:`Operate locks ` * :doc:`How to manage device shares ` * :doc:`Update locks settings ` Integration via Bridge API -------------------------- If you want to integrate with Tedee Lock via a local network, you can use Bridge API. Bridge must have an internet connection to obtain and periodically refresh access certificate for paired devices. You will need: * Tedee Lock added to your Tedee account * Tedee Bridge connected to the Internet and paired with the lock Documentation: * `Bridge API documentation `_ Follow these tutorials: * `How to authenticate `_ * `Get and sync locks `_ * `Operate locks `_ Integration via Bluetooth ------------------------- If you already own bridge/device then you can connect it to Tedee Lock via Bluetooth. Your device must have internet connection to refresh access certificate used to communicate with Tedee Lock. You will need: * Tedee Lock added to your Tedee account * Your own bridge/device with internet connection Follow these tutorials: * :doc:`How to authenticate ` * :doc:`How to prepare your device to connect to Tedee Lock via Bluetooth ` * `How to connect your device to Tedee Lock via Bluetooth `_ Examples: * `PTLS connection from iOS app `_ * `PTLS connection from Android app `_ More information ---------------- If you need more information about integration please check following links: * You can user our logo but first read the :doc:`logo guidance <../logo-guidance>` * Check existing :doc:`integration examples ` * Use `community forum `_ if you need help