Domintell integration

This is the item:

String                      STC_Light_MSwitch            "Manual Switch"                     <light>           (STC_Light, gManualLightSwitch)    ["Status"]
{
    channel="domintell:moduleIS8:DETH02:36D3:buttonTrigger" [profile="domintell:button-trigger", contactIdx="6"],
    autoupdate="false"
}

and this is a JS function (called from a rule) to handle the event:

context.handleManualSwitch = function (itemName, command) {
        logger.debug("Manual switch " + itemName + " received command: " + command);
        if (command == "LongPush") {
//do something
        }
    }

Hi everybody. I finally replaced my DGQG01 by a DGQG04, that includes the DETH02 functionality. So maybe it’s time for me to consider using OpenHab . Is an old Rpi sufficient for OpenHab ? I used to make some cloud links with an ESP bridge, but that’s broken now.

Any reason why the Domintell logo is not in the list of integrations on the home page ? Is this “unsupported” ? Can I find the DGQG04 or should I use the DETH02 alias for it ?

hey Christoph,
I also ugraded my master, and now i only can read the status of my switches but can’t sent a command. Did you got it to work?

Hi,
I’ve compiled a new version for OH4.
BR

Hey!! Everthing works fine! thx for the update!

Hi just wondering if someone has been able to make this binding work with the latest drag masters…

Thank you so much! Just upgraded to OH 4 flawlessly. Fresh install with restore from 3.2.

Then I put your binding in the add on folder and then everything was working again.

Still need to try to use the long push functionality though, I need to try some day.