Domintell custom component

I updated module readme here.

YES! Thank you!
After adding the port number I can control the lights.

Are shutters (DTRV01) supported?

Also, I defined a dimmer but it doesn’t work.
It appears as a switch (not a slider) in the overview page.
under the ‘light’ group I have:

      - type: DMR
        module: 8B3
        channel: 1
        name: Domintell dimmer1       
        location: Home

Is this correct? How do you set it up?

Hi,
Good to know.

I have no DTRV01 in my installation so I have never tested it. So officially it’s not supported.

For a dimmer to work you need to use type: DIM like here:

light:
  - type: DIM
    module: 8B3
    channel: 1
    name: Domintell dimmer1       
    location: Home

Type DMR is for DMR01 relay module
Type DIM is for DDIM01 dimmer module

Than you, changing to DIM solved this.

HI,
iv been trying to install the has_domintell on a Debian with venv (if it matters) with no luck

I keep getting ERROR (MainThread) [homeassistant.setup] Setup failed for domintell: Integration not found.
can you please advice?
I followed the instruction from https://github.com/shamanenas/has_domintell but probably I’m missing something

TIA

I had a network problem and resetting the switch solved an issue where domintell devices didn’t always respond to commands.

It would be a nice if the integration will verify that sent commands have been performed.

Hi Shamanenas
I am new to HA !
I would like to modify, add DALI module to python domintell but I can’t find or HA to install .py files
Can you help me ?

Thanks in advance
Joseph

Hi Yaccri, Did you test the DTRV01 integration ? Did you find a way to make it works ?

Hi Shamamenas,

Very nice work ! congratulation !

Do you think you can implement control for DTRV01 ?

I have the driver element that i put in attachment coming from iridium, it can maybe help ?

Frédéric

Yes, it works fine.
I’m not sure whether the author added it to the distribution.

great ! can you show me an example of config for dtrv01 ?
refards
frédéric

cover:

  • platform: domintell
    devices:
    • type: TRV
      module: 117D
      channel: 1
      name: your_shutter_name
      location: Home

Thank you yaccri, working perfectly ! but where did you find the information ? for example cover: ?
Frédéric

The ‘cover’ section is where shutters are defined in HA.
‘TRV’ is a type-name that is defined within the domintell plugin

Hi Shamanenas, do you think it would be possible to add support for module DTRP02 in cover ? today it support DTRP01 only. i see that in the python bib that you use DTRP02 is supported.

Also , any plan to support the new master DGQ04 ?

Best regards,

Frédéric

Hi did anyone tried using serial connection to domintell?
I have only DETH03 and disconnected DETH04 modules no DETH02.
Should I just connect with cable to main unit (Idk component name, but old one I think DGQ01?) ? And how will I initialize serial connection from homeassistant?
Thank you so much for your help.
I will try to get it working tomorrow, so any help is good, thanks :smiley:

Hi,

First off all big thanks for all your work
I implemented the most modules.

The only thing i couldn’t add where

  • the temperature sensors on the touchscreens [TSB]
  • and the longpress on the BU2 and BU4
  • the touch buttons on the LCD screens [PBL]
    are thes things possible?

I would also be interested for support of DGQG04, seems Websockets need to be used instead of UDP

Hello I followed the procedure on Github, but I can’t make the integration work. I always get the message :[547785412176] The system cannot restart because the configuration is not valid: Platform error light.domintell - Integration ‘domintell’ not found. Integration error: domintell - Integration ‘domintell’ not found.

My configuration.yaml:
image
and the path:
image
What am I doing wrong?

The day after: my first button suddenly worked. However the button does not remeber its position. :roll_eyes: