Skip to content

Commit b259641

Browse files
πŸŽ‰πŸ—ƒοΈ Add Tuya DIN circuit breaker (WIP)
DIN_RELAY_TUYA_TS011F_PM `_TZ3210_vbfp8eyv` Thanks bb
1 parent 2a02517 commit b259641

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

β€Ždevice_db.schema.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"category": {
1515
"type": "string",
16-
"enum": ["module", "switch", "remote", "outlet", "board", "plug"],
16+
"enum": ["module", "switch", "remote", "outlet", "board", "plug", "din_relay"],
1717
"description": "Device category"
1818
},
1919
"power": {

β€Ždevice_db.yamlβ€Ž

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ BOARD__SCIMAGIC_TS0001:
148148
info: Supported
149149
threads: https://github.com/romasku/tuya-zigbee-switch/issues/330
150150
store: https://aliexpress.com/item/1005004657817159.html
151-
BOARD__SCIMAGIC_TS0002 :
151+
BOARD__SCIMAGIC_TS0002:
152152
human_name: Scimagic ZG-2002-RF πŸ…°
153153
category: board
154154
power: mains
@@ -175,7 +175,7 @@ BOARD__SCIMAGIC_TS0002 :
175175
info: No RF, inching, power-on behavior??
176176
threads: https://github.com/romasku/tuya-zigbee-switch/pull/282
177177
store: https://www.aliexpress.com/item/1005009646584697.html
178-
BOARD__SCIMAGIC_TS0002_1 :
178+
BOARD__SCIMAGIC_TS0002_1:
179179
human_name: Scimagic ZG-2002-RF πŸ…±
180180
category: board
181181
power: mains
@@ -229,6 +229,33 @@ BOARD__ZIGBEE_ZTU_2:
229229
info: Supported
230230
threads: null
231231
store: https://www.aliexpress.com/item/1005007599675462.html
232+
DIN_RELAY_TUYA_TS011F_PM:
233+
human_name: Tuya DIN circuit breaker
234+
category: din_relay
235+
power: mains
236+
neutral: required
237+
output: relay
238+
device_type: router
239+
stock_model_name: TS011F
240+
stock_manufacturer_name: _TZ3210_vbfp8eyv
241+
stock_converter_manufacturer: Tuya
242+
stock_converter_model: TS011F_din_smart_relay
243+
override_z2m_device: null
244+
tuya_module: ZTU
245+
mcu_family: Telink
246+
mcu: TLSR825x
247+
config_str: vbfp8eyv;TS011F-TD;LC4;SC0u;RD7;IB6;M;
248+
alt_config_str: null
249+
old_manufacturer_names: null
250+
old_zb_models: null
251+
stock_manufacturer_id: 4417
252+
stock_image_type: 54179
253+
firmware_image_type: 45599
254+
build: yes
255+
status: in_progress
256+
info: Power monitoring not implemented
257+
threads: null
258+
store: https://www.aliexpress.com/item/1005008782778996.html
232259
MODULE_AUBESS_TS0001:
233260
human_name: Aubess WHD02
234261
category: module

β€Žhelper_scripts/templates/supported_devices.md.jinjaβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ Support new devices: [contribute/porting.md](/docs/contribute/porting.md)
124124
{% set category = "πŸ‡΅" %}
125125
{% elif device.category == "board" %}
126126
{% set category = "πŸ‡§" %}
127+
{% elif device.category == "din_relay" %}
128+
{% set category = "πŸ‡©" %}
127129
{% else %}
128130
{% set category = "❓" %}
129131
{% endif %}

0 commit comments

Comments
Β (0)