■SONOFF ZBDongle-E
URL: https://ko.aliexpress.com/item/1005004941136388.html
SoC: EFR32MG21
USB-Serial Chip: CH9102F
Desc: SONOFF Zigbee 3.0 USB Dongle Plus V2
■GIRIER Tuya-ZigBee 3.0 스마트 허브(Wired Hub)
URL: https://ko.aliexpress.com/item/1005005225025973.html
Specifications:
대기 수량: 200 개 장치
적용 거리: 30 m
크기: 95*95*23mm
컬러: 화이트
어댑터 출력: 5V 1A
작동 전류: <1A
작동 온도: -10 ℃-55 ℃
지그비 프로토콜: 802.15.4
무선 프로토콜: 802.11 b/g/n
■Smart Air House Keeper-공기질 센서 (TS0601)
URL: https://www.aliexpress.com/item/1005004971993084.html
MQTT: https://www.zigbee2mqtt.io/devices/TS0601_smart_air_house_keeper.html
Range (폼알데하이드):0-10.00㎎/㎥
Range (휘발성 유기화합물):0-99.9ppm
Range (이산화탄소):0-1000ppm
Range (온도):0-60℃
Range (습도):0-95%
Range (PM2.5):0-1000㎍/㎥
■Motion Sensor-재실 센서 (TS0202)
URL: https://www.aliexpress.com/item/1005006704018593.html
MQTT: https://www.zigbee2mqtt.io/devices/IH012-RT01.html
Networking form: ZigBee3.0 Mesh
Detection:120°,distance < 5M
Power input:CR2450 button battery(1.5 years,10 times per day)
■Motion Sensor-재실 센서 (IH012-RT02)
URL: https://www.aliexpress.com/item/1005007862729814.html
MQTT: https://www.zigbee2mqtt.io/devices/IH012-RT02.html#tuya-ih012-rt02
Networking form: ZigBee3.0
Detection:105°
Power input:AAA x 2
■MOES Tuya Zigbee Light Sensor-조도 센서 (TS0222)
URL: https://www.aliexpress.com/item/1005007367094945.html
MQTT: https://www.zigbee2mqtt.io/devices/TS0222.html
Product name: Light sensor
Wireless connection: Zigbee
Low battery warning: Yes
Working temperature: -10℃~+50℃
Battery specifications: CR2032 (replaceable)
Detection range: 0~1000Lux
Product size: φ50x17
_TZ3000_9kbbfeho.js (외부 컨버터)
----------
const {battery, illuminance } = require('zigbee-herdsman-converters/lib/modernExtend');
const definition = {
zigbeeModel: ['TS0222'],
model: 'TS0222',
vendor: '_TZ3000_9kbbfeho',
description: 'Light Sensor',
extend: [battery(), illuminance()],
meta: {},
};
module.exports = definition;
----------
■IR 리모컨 (iH-F8260)
URL: https://www.aliexpress.com/item/1005006814193318.html
MQTT: https://www.zigbee2mqtt.io/devices/iH-F8260.html
사용법: https://cafe.naver.com/koreassistant/12641
Product Name: AI Universal Remote
Size: ∅63.5 * 23.8mm
IR Frequency:38KHz
IR Range: ≤10m
■Milfra Smart Light Switch Zigbee No Neutral Wire Required-스마트 스위치
URL: https://www.aliexpress.com/item/1005006352346499.html
MQTT(1구): https://www.zigbee2mqtt.io/devices/TS0011.html
MQTT(2구): https://www.zigbee2mqtt.io/devices/TS0012.html
Specifications:
Model: KS-811
Material: High-quality Plastic
Wireless Standard: IEEE802.11 b/g/n
Working Frequency: 2.412-2.484 GHz
Load Power 1: INC 600W(Max)/Gang
Load Power 2: LED 150W(Max)/Gang
Compatibility: AU, KR, Brazil
■Tuya 6 gang Zigbee Smart Switch-스마트 스위치
URL: https://www.aliexpress.com/item/1005006457663893.html
Name:4*4 WiFi/Zigbee Switch
Product Size: 120 x 120x 36mm
Support:No Neutral Wire and Neutral Wire
Wireless Protocal: Wi-Fi 2.4G
Material: ABS flame retardant
Panel Material: tempered glass
Rated Power: 500W/gang
Rated Current: 10A
Input Voltage: AC100~250V, 50/60hz
Standby Power:<0.6W
_TZE204_w1wwxoja.js (외부 컨버터)
----------
const {} = require('zigbee-herdsman-converters/lib/modernExtend');
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const ota = require('zigbee-herdsman-converters/lib/ota');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const e = exposes.presets;
const ea = exposes.access;
const definition = {
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_w1wwxoja']),
model: 'TS0601_switch_6_gang',
vendor: 'Tuya',
description: '6 gang switch',
fromZigbee: [tuya.fz.datapoints],
toZigbee: [tuya.tz.datapoints],
configure: async (device, coordinatorEndpoint, logger) => {
await tuya.configureMagicPacket(device, coordinatorEndpoint);
//await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff']);
//await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ['genOnOff']);
//await reporting.bind(device.getEndpoint(3), coordinatorEndpoint, ['genOnOff']);
//await reporting.bind(device.getEndpoint(4), coordinatorEndpoint, ['genOnOff']);
//await reporting.bind(device.getEndpoint(5), coordinatorEndpoint, ['genOnOff']);
//await reporting.bind(device.getEndpoint(6), coordinatorEndpoint, ['genOnOff']);
device.powerSource = 'Mains (single phase)';
device.save();
},
exposes: [
tuya.exposes.switch().withEndpoint('l1'),
tuya.exposes.switch().withEndpoint('l2'),
tuya.exposes.switch().withEndpoint('l3'),
tuya.exposes.switch().withEndpoint('l4'),
tuya.exposes.switch().withEndpoint('l5'),
tuya.exposes.switch().withEndpoint('l6'),
],
endpoint: (device) => {
return {l1: 1, l2: 1, l3: 1, l4: 1, l5: 1, l6: 1};
},
whiteLabel: [tuya.whitelabel('Tuya', 'TS0601_switch_6_gang', 'Living room main 6 gang switch', ['_TZE204_w1wwxoja'])],
meta: {
multiEndpoint: true,
tuyaDatapoints: [
[1, 'state_l1', tuya.valueConverter.onOff],
[2, 'state_l2', tuya.valueConverter.onOff],
[3, 'state_l3', tuya.valueConverter.onOff],
[4, 'state_l4', tuya.valueConverter.onOff],
[5, 'state_l5', tuya.valueConverter.onOff],
[6, 'state_l6', tuya.valueConverter.onOff],
],
},
};
module.exports = definition;
----------
■2 Gang Wireless 6 Scene Switch
URL: https://ko.aliexpress.com/item/1005004644217026.html
MQTT: https://www.zigbee2mqtt.io/devices/IH012-RT02.html#tuya-ih012-rt02
Specifications:
Single click, Doudle click, Long press
Model: WKD-DS08
Product name:Scene Switch (2 Gang)
Dimensions:51x51x16.5mm
Weight:18.5g
Battery:AAA x 2
■MOES Tuya ZigBee Smart Switch (2 Gang)
URL: https://www.aliexpress.com/item/1005007247890194.html
MQTT: https://www.zigbee2mqtt.io/devices/ZS-EUB_2gang.html#moes-zs-eub_2gang
Specifications:
Model: ZS-B-US
Voltage: 90-240V AC,50/60Hz
Max. Current: 10A/Gang; Total 10A
Wireless Protocol: ZigBee 3.0
■GIRIER Tuya ZigBee Smart Plug
URL: https://www.aliexpress.com/item/1005005121447225.html
Model: ZB03B Plug 20A
Specifications:
Material: ABS+PC
Voltage: 100-240V 50/60Hz
Max. Current: 20A
Max. Power: 4200W
Power Monitor: Yes
■Loonas Tuya Zigbee Electric Smart Curtain Motor-전동 커튼
URL: https://www.aliexpress.com/item/1005003796260309.html
MQTT: https://www.zigbee2mqtt.io/devices/TS0601_lilistore.html
Specifications:
Working voltage: 100~240Vac 50/60hz
Rated Power: 45W
Plug: EU, US (optional)
Main Color: white
Maximum Load: 40kg
Main body weight: 1.05kg
Running Speed: 14cm/s
Rated Torque: 1.2Nm
Radio Frequency: 2.4G/433Mhz
Material: Aluminum/ABS
Main body Size: Approx. 225 * 46 * 71mm
페어링 방법
1.까만 버튼을 살짝눌러 녹색램프에 불이 들어오는 것 확인
2.3초간 길게 눌러서 장치 초기화
3.5초내에 3번 딸깍딸깍 누르고 네번째에 길게 누르면 녹색램프가 깜빡깜빡 하면서 페이링
■Tuya Smart Zigbee Sunlight Rain Sensor
URL: https://ko.aliexpress.com/item/1005007455034223.html
MQTT: https://www.zigbee2mqtt.io/devices/RB-SRAIN01.html
Specifications
Dimensions(excluding bracket): 10.4 * 10.4 * 2 cm
Power Supply: Lithium Battery 3.7V/1300mAh
Communication Method: ZigBee
Waterproof Rating: IPX6
Operating Temperature: -10℃ to 50℃
Data Sampling Cycle: 60 seconds