Domintell modules for Home Assistant
Basic Home Assistant modules mapped to domintell devices
Note: You should not need to install python-domintell manually, it will be installed automatically
Configure connection to DETH02 module in your configuration.yaml
# DOMINTEL
domintell:
host: deth02_host_ip:17481
password: !secret deth02_pass
Notes:
# 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
Note: use type:TRP for trip switch
#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
climate:
- platform: domintell
devices:
- type: TE1
module: 898
channel: 1
name: Bedroom T°
force_update: true
location: Home|Second floor|Bedroom
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
This module depends on python-domintell (ver 0.0.17)
More info at https://pypi.org/project/python-domintell/
Not suported anymore: