Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion device_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6246,4 +6246,31 @@ SWITCH_ZEMISMART_TS0601_6GANG:
status: in_progress
info: Needs pinout. Secondary MCU. 6-gang!
threads: https://github.com/romasku/tuya-zigbee-switch/issues/209
store: https://www.zemismart.com/products/tb26-6
store: https://www.zemismart.com/products/tb26-6
MODULE_YNTDQ_TS0001:
human_name: Tuya YNTDQ 1-gang
category: module
power: mains
neutral: required
output: relay
device_type: router
stock_model_name: TS0001
stock_manufacturer_name: _TZ3000_olo5jhjk
stock_converter_manufacturer: Tuya
stock_converter_model: TS0001
override_z2m_device: null
tuya_module: ZT2S_real
mcu_family: Telink
mcu: TLSR8258
config_str: olo5jhjk;TS0001-YNTDQ;BB4u;LC4i;SB5u;RD2;SB4u;
alt_config_str: olo5jhjk;TS0001-YNTDQ;BB4u;LC4i;SB5u;RD2;
old_manufacturer_names: null
old_zb_models: null
stock_manufacturer_id: 4417
stock_image_type: 54179
firmware_image_type: 45700
build: yes
status: fully_supported
info: Supported. Board button on B4 doubles as a second switch (alt config = reset only)
threads: null
store: null
8 changes: 8 additions & 0 deletions docs/changelog_fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Please describe what you are working on, under ## Upcoming
- **Hommyn 2-gang L-only relay module** (`_TZ3000_0e6uvexf`, `MODULE_HOMMYN_TS0012`)
- Pinout: L1 `RB5`, L2 `RB4`, switches `SC2f`/`SC3f`
- Defaults to momentary switch mode (`M;` in config)
- **Tuya YNTDQ 1-gang relay module** (`_TZ3000_olo5jhjk`, `MODULE_YNTDQ_TS0001`)
- ZT2S module (TLSR8258), board YNTDQ_Ver1.0, relay board TDQXB_Ver1.0, L+N
- Pinout: button `BB4u`, network LED `LC4i`, switch `SB5u`, relay `RD2`
- The board button on `B4` is declared both as reset (`BB4u`) and as a second
switch (`SB4u`), reproducing stock behaviour: short press toggles the relay,
long press still resets. Verified on hardware — the two handlers coexist.
- `alt_config_str` keeps the plain variant where `B4` is reset only
- Each pin verified on hardware after OTA from stock firmware

### Features

Expand Down