GISE GSBT-ZB 44065 is a quad Zigbee scene switch with mechanical clicky buttons, battery power, and Home Assistant support for click, double-click, and hold actions.
Inside, it uses a simple Z3L-based design on PCB ESW-4ZAA-CN KER_V1.2.1, with room planned for a 5-button version.
It runs on one CR2430 battery and pairs easily with Home Assistant as TS0044 by long-pressing the third button.
HA exposes battery level, signal quality, battery voltage, and an event containing button index 1-4 plus single, double, or hold, giving 12 scene combinations.
The switch costs £80, feels satisfying to press, but seems overpriced and likely cheaper from China.
Generated by the language model.
.
Do you also prefer classic mechanical buttons with a distinct click? In my opinion, they are much better than tactile ones - not only because they offer a better feel, but also because one button can trigger different actions. An example is this quadruple Zigbee controller, which differentiates between click, hold and double click - and costs just £80.
Let's start with the unboxing. The product discussed here is under the brand name GISE and the model is GSBT-ZB 44065. The lettering on the packaging is in our language, as it was purchased from a distributor in our country.
.
A strip of tape is included to stick the product to a smooth surface, but potential screw holes are also available on the case. The instructions are in Polish.
.
The product is powered by one CR2430 battery.
Let's take a look inside the product. Opening it is extremely difficult - you have to push in a lever and slide the casing to the side. This is not a USB port, although from the outside it looks like one.
.
The battery inside is one.
.
The product is built on the Z3L. Inside you can see that a 5-button version was also in production (or at least in the plans).
.
PCB designation: ESW-4ZAA-CN KER_V1.2.1
.
The circuit is very simple, but this is understandable. Any inverters between the Zigbee module and the battery would introduce additional losses.
Let's get to the operation of the device already. First, a small audiovisual presentation - in the video you can hear the click we want and you can also see that an additionally pressed button lights up the corresponding LED.
.
Pairing with the gateway/Home Assistant is very simple. Press the third button for longer as instructed.
.
The device is seen as TS0044:
.
.
The entities provided are battery level, signal quality, voltage on battery in mV and current event.
.
.
.
An event consists of a button index (1 to 4) and an action name - single, double or hold. Single click, double or press. That's all we need and you can already trigger scenarios in HA with this.
In summary , this was a quadruple Zigbee scene trigger bought for £80. Basically I liked it a lot, although the price could have been a bit less. You could probably get it from China cheaper. The product itself is very functional, and the physical ability to press a button with the additional still of an LED blink signal is satisfying to me. The four buttons with three actions each represent as many as twelve different combinations designed to control scenes in HA - it will probably allow you to control a lot of things.
Do you also use this type of action or scene trigger, and if so, which ones?
About Author
p.kaczmarek2 wrote 14238 posts with
rating 12142 , helped 647 times.
Been with us since 2014 year.
Is it possible to send a feedback signal for the LED from the button? [Read more]
p.kaczmarek2
16 Jul 2025 18:14
I have not found such an option, it seems to me that the LEDs are permanently controlled directly by the buttons. [Read more]
krzbor
16 Jul 2025 20:36
If I see it correctly, this grey base has marked screw mounting points for a standard box? If so, a ZigBee 1 or 2 channel controller can be inserted into the box, e.g. to control lighting (e.g. outside),... [Read more]
Home Assistant exposes battery level, battery voltage (mV), link quality (LQI) and a zha_event with fields button (1-4) and action (single, double, hold) [Elektroda, p.kaczmarek2, post #21608458]
Can I toggle the front LED from an automation?
No. The four LEDs are hard-wired to their respective buttons; the firmware does not expose LED control, so HA cannot send a feedback blink [Elektroda, p.kaczmarek2, post #21608646]
Yes. The grey base has two marked screw holes matching the 60 mm spacing of EU boxes, enabling flush mounting beside mains switches [Elektroda, krzbor, post #21608779]
What battery life should I expect?
A CR2430 holds about 285 mAh; with typical 20 µA idle draw, runtime approaches 400 days, assuming 20 presses per day [Panasonic CR2430 Datasheet].
If your coordinator changes PAN ID after a firmware update, the switch stops reporting until re-paired—common in Zigbee 3.0 networks [Zigbee Spec 3.0].
Can I flash custom firmware or OTA updates?
The PCB lacks an exposed UART; desoldering the CC2530-based module is required, so community firmware is currently impractical [Elektroda, p.kaczmarek2, post #21608458]
How do I use double-click actions in YAML automations?
Listen for zha_event where data.button == 2 and data.action == "double"; then define your service call. Example snippet:
Comments
Is it possible to send a feedback signal for the LED from the button? [Read more]
I have not found such an option, it seems to me that the LEDs are permanently controlled directly by the buttons. [Read more]
If I see it correctly, this grey base has marked screw mounting points for a standard box? If so, a ZigBee 1 or 2 channel controller can be inserted into the box, e.g. to control lighting (e.g. outside),... [Read more]