Smart Dial
Model TERNCY-SD01 manufactured by Terncy
Zigbee ID: TERNCY-SD01
Supports: |
---|
battery |
ota |
rotation direction |
action |
Action types: |
double click |
quadruple |
rotate |
triple click |
single click |
Available from: |
---|
Aliexpress.com |
Banggood.com |
Manufacturer: |
---|
Terncy.com |
Confirmed working with
If the device is following Zigbee standards it is possible it will work with other gateway solutions, it is just not confirmed as working yet!
ZHA
OTA upgrade
Create a folder where your HA configuration.yaml resides named zigpy_ota
. Download TERNCY-SD01_v46.OTA file and place it in zigpy_ota
folder.
Add to configuration.yaml
zha:
zigpy_config:
ota:
otau_directory: /config/zigpy_ota
and restart Home Assistant.
Open Developer Tool - Services and select “Zigbee Home Automation: Set zigbee cluster attribute”. In YAML mode input where ieee can be found in ZHA’s Device Card Info field.
service: zha.set_zigbee_cluster_attribute
data:
ieee: '00:00:00:00:00:00:00:00'
endpoint_id: 1
cluster_id: 25
attribute: 2
cluster_type: out
value: 49502
Upgrade will take a while (10 or more minutes).
More about ZHA OTA firmware updates…