Domintell integration

The drive is readable for anybody with the link. You can find it in an earlier post, but here it is again.

Is there a way to configure the DETH02 password (without login) ?

The binding doesn’t support authentication as it doesn’t really matter if you are behind a firewall. In this scenario the Domintell is in the background and you use openHAB as frontend.

Has anyone any idea if the binding works with DNET01 (the brand new domintell communication module)? And as a mater of a fact with their new Golden gate software that runs on the master.

I have a DNET01, but it doesn’t seem to work for me (or I’m doing something wrong)

This is a document I found on the website regarding DNET01 (you need to be logged in):

I managed to setup 2.5.0 and it seems to auto discover a lot more (but still not everything).
However things remain in state unknown.

Is there anyone that can help me, pretty please? :slight_smile:

not sure if the status “unknown” is really a problem.

have you tried to set up a thing and an item to see if it works?

Yes, I tried it, but doesn’t seem to work…

2019-09-19 10:14:55.695 [hingStatusInfoChangedEvent] - 'domintell:bir:DETH02:20930' changed from UNINITIALIZED to INITIALIZING
2019-09-19 10:15:51.391 [hingStatusInfoChangedEvent] - 'domintell:bir:20930' changed from INITIALIZING to REMOVING
2019-09-19 10:15:51.395 [hingStatusInfoChangedEvent] - 'domintell:bir:20930' changed from REMOVING to REMOVED
2019-09-19 10:15:51.486 [hingStatusInfoChangedEvent] - 'domintell:bir:20930' changed from REMOVED to UNINITIALIZED
2019-09-19 10:15:51.522 [hingStatusInfoChangedEvent] - 'domintell:bir:20930' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2019-09-19 10:17:07.069 [.ItemChannelLinkAddedEvent] - Link 'Output4-domintell:bir:DETH02:20930:output-4' has been added.
2019-09-19 10:18:42.159 [ome.event.ItemCommandEvent] - Item 'Output4' received command ON
2019-09-19 10:18:42.160 [nt.ItemStatePredictedEvent] - Output4 predicted to become NULL
2019-09-19 10:18:45.553 [ome.event.ItemCommandEvent] - Item 'Output4' received command ON
2019-09-19 10:18:45.554 [nt.ItemStatePredictedEvent] - Output4 predicted to become NULL
2019-09-19 10:18:47.522 [ome.event.ItemCommandEvent] - Item 'Output4' received command ON
2019-09-19 10:18:47.522 [nt.ItemStatePredictedEvent] - Output4 predicted to become NULL
2019-09-19 10:18:48.894 [ome.event.ItemCommandEvent] - Item 'Output4' received command ON
2019-09-19 10:18:48.894 [nt.ItemStatePredictedEvent] - Output4 predicted to become NULL
2019-09-19 10:18:58.181 [ome.event.ItemCommandEvent] - Item 'Output4' received command ON
2019-09-19 10:18:58.183 [nt.ItemStatePredictedEvent] - Output4 predicted to become NULL
2019-09-19 10:18:59.301 [ome.event.ItemCommandEvent] - Item 'Output4' received command ON
2019-09-19 10:18:59.302 [nt.ItemStatePredictedEvent] - Output4 predicted to become NULL

Could you try to put this in an .things file?

Bridge domintell:bridge:DETH02 "Domintell Bridge" [address="YOUR IP 192.168.X.X", port=17481] {
    
    //Relais
    Thing moduleBIR 1 "Domintell BIR 20930" [moduleType="BIR", serialNumber="20930"]
}
    ```

Can you describe what doesn’t work? Because I see in your log that OpenHAB detects that the Item ‘Output4’ changed so it detects that the light goes on.

Hi,

I will try your suggestion this evening and revert back.
No, it changes because I click on a habpanel button (linked to output 4) and then the light should go on, but it doesn’t.

Thank you for your help!

If I were you I wouldn’t do this on HABPannel for now. Do you see a switch button in Paper UI?

Hi,
Can you set the binding log level to TRACE and send me lines showing the binding restart? (use the karaf console to stop and start the binding)

Hi Gabor, Pascal,

For some reason everything is working now! Cool!
Probably due to a recent firmware I did this week (Goldengate 1.43).

How hard would it be to make something for shutters? (DTRV01)

Thank you both!

I can add DTRV01 support but you need to be online with me to help with testing. I don’t have this device… I might need to debug, to see your logs online, use your console temporarily, your help to press the buttons physically. Let me know if you are ready/open for this.

1 Like

Hi Marnick, Gabor,

It would be nice to have a new module working. The more complete the binding will be, the more useful it will be and the more people will use it and maybe help make it work even better.

Anyway it’s good to know the binding works with Deth01 and Goldengate!

@gabor any idea if the binding could support double press and/or long press?

Hi @gbicskei

I would be more than happy helping you with this!
What do you suggest? I think it would come in handy to reach out to Skype for example?
I can share my screen, push the buttons, tell you what happens, …
When would you have time for this?

A really big thank you in advance for this!
Marnik

My Skype name is gabor.bicskei. Let’s continue there…

The protocol supports long press only as input on Domintell side - the ISM modules will not send any special message in case you’ve long/double pressed your button. What I could do is to measure the time on binding side and decide there whether it was a long/double press.