Tattelecom Intercom integration component

Tattelecom Intercom for Home Assistant

hacs_badge Telegram

The component is designed to integrate Tattelecom Domofon into Home Assistant.

:exclamation: The intercom manufacturer uses HLS streaming for video, which results in a video delay of about 5-10 seconds.

Requirements

  • Enabled integration: ffmpeg
  • Package installed: httpx[http2]
  • UDP port is open for SIP окрыт UDP порт: 60266
  • UDP port is open for RTP: 10000-20000

More info

Install

The easiest way to set up integration with Tattelekom Domofon is to use HACS. Install HACS first if you don’t already have it installed. After installation, you need to add this repository as a custom one, after which you can find this integration in the HACS store in the integrations section.

Alternatively, you can install it manually. Just copy and paste the contents of the hass-tattelecom-intercom/custom_components folder into the config/custom_components directory. For example, you will get the sensor.py file in the following path: /config/custom_components/tattelecom_intercom/sensor.py. The downside to manual installation is that you won’t get notifications for updates.

Config

Via GUI

Settings > Integration > Plus > Tattelecom Intercom

:exclamation: If you enter your phone number, it will deauthorize you on your phone. For integration, I recommend inviting a user (who will not have an application) in your profile and setting up integration on his phone.

:exclamation: Via YAML (legacy) not supported

Disclaimer

This software is in no way associated with or approved by PJSC TATTELECOM, the owner of the Domofon Fly trademark. Use it at your own risk. The author is under no circumstances liable for damage or loss of your property and possible harm to third parties.

All brand and product names belong to their respective owners.

Telegram

Changes in v1.0.1

BREAKING CHANGES

  • Corrected translation.

Telegram

Changes in v1.1.0

BREAKING CHANGES

  • Replaced stream url with less lagging one;
  • Added new attributes (stream_url, sip_login) to the camera;
  • Lowered the ffmpeg logging level when converting audio to media_player.

Telegram

Changes in v2.0.0

BREAKING CHANGES

  • :exclamation: The minimum version of HASS has been raised to 2023.3.0