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.
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.
The preferred way to install the Delta Dore Tydom integration is by addig it using HACS.
Add your device via the Integration menu
Manual method :
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called deltadore_tydom
.custom_components/deltadore_tydom/
directory (folder) in this repository.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
If you want to contribute to this please read the Contribution guidelines