Skip to content

GS-T3E ~

Models~

  • EU model: 3 gang relay switch
  • CN model: 4 gang relay switch

Only the PCB revision v2.3 (20221205) is supported by openHASP. Specify that you want the new device with PCB revision v2.3 when ordering from known vendor Golden Security on Alibaba.

Warning

Do NOT buy PCB revision v1.23 (20220817) because the internal antenna connector is NOT soldered onto the board.

Those devices will have no WiFi reception on the ESP32! This version is now discontinued, but some sellers might have old stock.

Form factor~

  • EU model: 86mm x 86mm
  • CN model: info not available

Maximum load is 200W per gang, 600W in total EU version.

The models have the same recessed housing sliding into the wall, sized 50x50mm, with rounded corners creating a diameter of about 59mm. This makes them suitable for both EU and UK wall fixtures. The EU model fits in a properly deployed, standard 60mm round wall box and can be fixed with two side screws (use the screws which belong to the box instead of the ones shipped with the device).

The CN model has not been tested yet.

Features:~

  • Input voltage 110-250V ~ 50-60Hz AC
  • ESP32-S3-WROOM-1 (Xtensa-LX7 dual core 240MHz)
  • 8 MB PSram - Octal SPI
  • 16 MB flash - Quad SPI
  • Capacitive GT911 touch screen
Pros Cons
8 MB flash Tuya device with ZS3L Tuya chip on PCB (unused)
16 MB PSram Flash header pins not populated
480x480 HD IPS LCD
Capactitive touch
Built-in PSU
Standard wallmount form factor both EU and UK

Buy

Note

openHASP does not support the proprietary Tuya chip, but you can still flash the firmware and use the other GS-T3E features just fine.

Packaging~

Flashing~

Disclaimer

Never connect high-voltage when the panel is not properly secured in place.

Device can be flashed by either using the USB port or the flash header pins and a FTDI serial programmer device.

Steps to flash via USB:

  1. Disengage the panel from high-voltage power
  2. Detach the panel from the PSU power supply
  3. Connect a Micro USB cable
  4. Connect IO0 to GND to activate flash mode!
  5. Press the KEY button to powercycle (RESET) the board

Steps to flash via UART:

  1. Disengage the panel from high-voltage power
  2. Detach the panel from the PSU power supply
  3. Connect jumper wires:
    • GND <--> GND
    • 5V <--> 5V
    • RX <--> RX   (not reversed!)
    • TX <--> TX   (not reversed!)
  4. Connect IO0 to GND to activate flash mode!
  5. Press the KEY button to powercycle (RESET) the board

Once the connections are made, flash the GS-T3E ESP32 binary like on any other device.

GPIO Settings~

3-gang EU version GS-T3E~

Pin Mode GS-T3E Group Default
45 Output Relay L1 1 Low (Normal)
46 Output Relay L2 2 Low (Normal)
44 Output Relay L3 3 Low (Normal)

Tip

To configure the GPIOs as light switches at once for GS-T3E send to topic hasp/<nodename>/config/gpio a message with payload:

1
{"config":[655918,656172,655661,0,0,0,0,0]}
Or for power switches:
1
{"config":[721454,721708,721197,0,0,0,0,0]}
The difference is only the device class you want them to be autodetected as in Home Assistant: light vs. switch

Example jsonl

To create a page displaying the local relays as switches, try this very simple pages.jsonl:

1
2
3
{"page":1,"id":1,"obj":"switch","x":30,"y":40,"w":180,"h":75,"radius":40,"radius20":40,"groupid":1}
{"page":1,"id":2,"obj":"switch","x":30,"y":122,"w":180,"h":75,"radius":40,"radius20":40,"groupid":2}
{"page":1,"id":3,"obj":"switch","x":30,"y":205,"w":180,"h":75,"radius":40,"radius20":40,"groupid":3}
lanbon-3-switch-display

Wiring Diagram~

The switch supports this wiring configuration:

Warning

Always follow the instructions from the installation guide and local safety regulations. Consult a licensed electrician when changing your electrical wiring.

Product Video~


Last update: 2024-04-26