zilvinasbin / has_domintell

Domintell modules for Home Assistant
MIT License
7 stars 8 forks source link

Domintell Smart Home integration custom component for Home Assistant (has_domintell)

Domintell modules for Home Assistant

Basic Home Assistant modules mapped to domintell devices

Installation

  1. Copy contents of the custom_components folder to your home assistants' /config/custom_components
  2. Configure component via configuration.yaml (see instructions below)
  3. Restart home assistant

Note: You should not need to install python-domintell manually, it will be installed automatically

Configuration

Configure connection to DETH02 module in your configuration.yaml

# DOMINTEL
domintell:
  host: deth02_host_ip:17481
  password: !secret deth02_pass

Notes:

Configure lights

# LIGHTS and LAMPS
light:
  - platform: domintell
      devices:
      - type: BIR
        module: 1AE4       
        channel: 1
        name: My night lamp       
        location: Home|Second floor|My Room
      - type: BIR
        module: 1AE4       
        channel: 2
        name: Emmas bed light       
        location: Home|Second floor|My Room
      - type: DIM
        module:  ACF       
        channel: 1
        name: TV zone (dimmer)       
        location: Home|First floor|Main Room
      - type: DIM
        module:  ACF       
        channel: 2
        name: Kitchen       
        location: Home|First floor|Kitchen

Parameters

Note: use type:TRP for trip switch

Binary sensors & buttons

#Domintell buttons and sensors
binary_sensor:     
  # IS4, IS8
  - platform: domintell
      devices:
      - type: IS8
        module: 247C
        channel: 1
        name: My button
        location: Home|First floor|Kitchen
      - type: IS8
        module: 247C
        channel: 2
        name: My sensor
        location: Home|First floor|Kitchen

Parameters

Climate

climate:
  - platform: domintell
    devices:
      - type: TE1   
        module: 898
        channel: 1
        name: Bedroom T°
        force_update: true
        location: Home|Second floor|Bedroom

Parameters

Switches

Using DTRP01 Domintell module

switch: 
  - platform: domintell
    devices:
      - type: TRP 
        module: 850
        channel: 1
        name: Parents room sockets
        path: Namas|2nd Floor|Master Bedroom
      - type: TRP
        module: 850
        channel: 2
        name: Parents TV
        path: Namas|2nd Floor|Master Bedroom
      - type: TRP
        module: 850
        channel: 3
        name: Bathroom sockets
        path: Namas|2nd Floor|Bathroom
      - type: TRP
        module: 850
        channel: 4
        name: Kids PC
        path: Namas|2nd Floor|Bedroom

Parameters

Dependencies

This module depends on python-domintell (ver 0.0.17)

More info at https://pypi.org/project/python-domintell/

Supported HA devices

Supported Home Assistant versions

Not suported anymore: