Ok I got your logs thank you.
I am replying on the public thread for the benefit of others who may have the same issue.
I can see that your FoH switch does have different capabilities than your own four button switch from Philips. See the capabilities log excerpts below. From my experience I can confirm that the FoH switch is declaring – shall we say it politely – a rather exotic set of capabilities – so we would probably need to add some new functionality to the binding in order to add support for such a device. => Can you please tell what exact manufacturer and model is this device? Can you send me a link to its datasheet? How many buttons etc. and what are their respective functions?
1. Four button switch from Philips
"capabilities": {
"certified": true,
"primary": true,
"inputs": [
{
"repeatintervals": [
800
],
"events": [
{
"buttonevent": 1000,
"eventtype": "initial_press"
},
{
"buttonevent": 1001,
"eventtype": "repeat"
},
{
"buttonevent": 1002,
"eventtype": "short_release"
},
{
"buttonevent": 1003,
"eventtype": "long_release"
},
{
"buttonevent": 1004,
"eventtype": "long_press"
}
]
},
{
"repeatintervals": [
800
],
"events": [
{
"buttonevent": 2000,
"eventtype": "initial_press"
},
{
"buttonevent": 2001,
"eventtype": "repeat"
},
{
"buttonevent": 2002,
"eventtype": "short_release"
},
{
"buttonevent": 2003,
"eventtype": "long_release"
},
{
"buttonevent": 2004,
"eventtype": "long_press"
}
]
},
{
"repeatintervals": [
800
],
"events": [
{
"buttonevent": 3000,
"eventtype": "initial_press"
},
{
"buttonevent": 3001,
"eventtype": "repeat"
},
{
"buttonevent": 3002,
"eventtype": "short_release"
},
{
"buttonevent": 3003,
"eventtype": "long_release"
},
{
"buttonevent": 3004,
"eventtype": "long_press"
}
]
},
{
"repeatintervals": [
800
],
"events": [
{
"buttonevent": 4000,
"eventtype": "initial_press"
},
{
"buttonevent": 4001,
"eventtype": "repeat"
},
{
"buttonevent": 4002,
"eventtype": "short_release"
},
{
"buttonevent": 4003,
"eventtype": "long_release"
},
{
"buttonevent": 4004,
"eventtype": "long_press"
}
]
}
]
2. Your FoH Switch
"capabilities": {
"certified": true,
"primary": true,
"inputs": [
{
"repeatintervals": [],
"events": [
{
"buttonevent": 16,
"eventtype": "initial_press"
},
{
"buttonevent": 20,
"eventtype": "short_release"
}
]
},
{
"repeatintervals": [],
"events": [
{
"buttonevent": 17,
"eventtype": "initial_press"
},
{
"buttonevent": 21,
"eventtype": "short_release"
}
]
},
{
"repeatintervals": [],
"events": [
{
"buttonevent": 19,
"eventtype": "initial_press"
},
{
"buttonevent": 23,
"eventtype": "short_release"
}
]
},
{
"repeatintervals": [],
"events": [
{
"buttonevent": 18,
"eventtype": "initial_press"
},
{
"buttonevent": 22,
"eventtype": "short_release"
}
]
}
]