Skip to content

CyrilP/hass-deltadore-tydom-component

Repository files navigation

Delta Dore Tydom

License

BuyMeCoffee

This a custom component for Home Assistant.

The Delta Dore Tydom integration allows you to observe and control Delta Dore Tydom smart home gateway.

This integration can work in local mode or cloud mode depending on how the integration is configured (see Configuration part) The Delta Dore gateway can be detected using dhcp discovery.

GitHub release hacs_badge

This integration will set up the following platforms.

Platform Description
binary_sensor Show something True or False.
sensor Show info.
switch Switch something True or False.
cover controls an opening or cover.
climate controls temperature, humidity, or fans.
light controls a light.
lock controls a lock.
alarm_control_panel controls an alarm.
update firmware update

This integration has been tested with the following hardware.

  • Cover (Up/Down/Stop)
  • Tywatt 5400, Tywatt 1000
  • Tyxal+ DFR
  • K-Line DVI (windows, door)
  • Typass ATL (zones temperatures, target temperature, mode (Auto mode is used for antifrost), water/heat power usage) with Tybox 5101
  • Calybox
  • Tyxal+, Tyxal CSX40
  • TYXIA 6610
  • BSO
  • Naviclim Atlantic 875311
  • RF 6600 FP : partial issue #92

Some other functions may also work or only report attributes.

Installation

The preferred way to install the Delta Dore Tydom integration is by addig it using HACS.

Add your device via the Integration menu

Open your Home Assistant instance and start setting up a new integration.

Manual method :

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called deltadore_tydom.
  4. Download all the files from the custom_components/deltadore_tydom/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Delta Dore Tydom"

Configuration is done in the UI

The hostname/ip can be :

  • The hostname/ip of your Tydom (local mode only). An access to the cloud is done to retrieve the Tydom credentials
  • mediation.tydom.com. Using this configuration makes the integration work through the cloud

The Mac address is the Mac of you Tydom

Email/Password are you Dela Dore credentials

The alarm PIN is optional and used to set your alarm mode

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines