CyrilP / hass-deltadore-tydom-component

Delta Dore Tydom Home Assistant custom component
MIT License
12 stars 3 forks source link
delta-dore hacs hacs-integration home-assistant home-assistant-component homeassistant homeassistant-integration tydom

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.

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 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