07-28-2025, 09:15 AM
Hi,
I have a system with 128 keys
2 h32bs controllers which gives me 64 inputs for dry contact keys in total
1. i got 2 pieces of Serial Terminal Switches board v2 that gives me more 64 in total
I want to set each input to action like what i want and not directly to trigger a relay, i do this in home assistant so i set SW_TRIGGER off on the H32bs config page
But, the problem is , if i connect the terminal board to the h32bs, it doesn't extends the inputs to 64 channels , it keeps receive the switches as 1 to 32
The solution to make the switch terminal board to extend the h32bs inputs channels to 64 is to make a feature in the h32bs firmware.
The feature will "mask" the messages that comes from the serial terminal board v2 so they will be output as RELAY-KEY-255,33,1 or RELAY-KEY-255,34,0 RELAY-KEY-255,34,1 and so on.
Then we can use separated 64 dry contact inputs for switches on each h32bs.
2. Then, if we use SW trigger output OFF and home assistant we dont need the DoubleClick function of the h32bs firmware, so also keypress delay time that is used for keypress scanning can be disabled, then we get faster tcp / mqtt state messages from the h32bs after a keypress.
Please make these features
1. Masking / reformatting terminal board v2 messages coming from h32bs serial port
2. A button to disable/enable doubleclick feature to disable the caused delay because of the keypress scanning
I have a system with 128 keys
2 h32bs controllers which gives me 64 inputs for dry contact keys in total
1. i got 2 pieces of Serial Terminal Switches board v2 that gives me more 64 in total
I want to set each input to action like what i want and not directly to trigger a relay, i do this in home assistant so i set SW_TRIGGER off on the H32bs config page
But, the problem is , if i connect the terminal board to the h32bs, it doesn't extends the inputs to 64 channels , it keeps receive the switches as 1 to 32
The solution to make the switch terminal board to extend the h32bs inputs channels to 64 is to make a feature in the h32bs firmware.
The feature will "mask" the messages that comes from the serial terminal board v2 so they will be output as RELAY-KEY-255,33,1 or RELAY-KEY-255,34,0 RELAY-KEY-255,34,1 and so on.
Then we can use separated 64 dry contact inputs for switches on each h32bs.
2. Then, if we use SW trigger output OFF and home assistant we dont need the DoubleClick function of the h32bs firmware, so also keypress delay time that is used for keypress scanning can be disabled, then we get faster tcp / mqtt state messages from the h32bs after a keypress.
Please make these features
1. Masking / reformatting terminal board v2 messages coming from h32bs serial port
2. A button to disable/enable doubleclick feature to disable the caused delay because of the keypress scanning

