Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TZ3000_fa9mlvja and TZ3000_rcuyhwe3 #1161

Open
wants to merge 4 commits into
base: SDK3
Choose a base branch
from
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
175 changes: 175 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,132 @@
"label": {
"en": "Horizontal Flag"
}
}
]
}
]
},
{
"id": "siren_alarm",
"title": {
"en": "Siren Alarm",
"nl": "Sirene Alarm",
"de": "Sirenenalarm",
"sv": "Siren Alarm",
"it": "Allarme Sirena"
},
"titleFormatted": {
"en": "Siren Alarm",
"nl": "Sirene Alarm",
"de": "Sirenenalarm",
"sv": "Siren Alarm",
"it": "Allarme Sirena"
},
"hint": {
"en": "This card will trigger when siren is activated.",
"nl": "Deze kaart wordt alleen geactiveerd wanneer de sirene actief is.",
"de": "Diese Karte wird ausgelöst, wenn die Sirene aktiviert wird.",
"sv": "Detta kort kommer att utlösa när siren är aktiverad.",
"it": "Questa carta verrà attivata quando la sirena è attivata."
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=siren"
}
]
},
{
"id": "smart_button_switch_buttons",
"title": {
"en": "Button Action"
},
"titleFormatted": {
"en": "Button had [[action]]"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=smart_button_switch"
},
{
"name": "action",
"type": "dropdown",
"title": {
"en": "Button Action"
},
"values": [
{
"id": "oneClick",
"label": {
"en": "1 Click"
}
},
{
"id": "twoClicks",
"label": {
"en": "2 Clicks"
}
}
]
}
]
},
{
"id": "alarm_siren",
"title": {
"en": "Siren Alarm",
"nl": "Sirene Alarm",
"de": "Sirenenalarm"
},
"titleFormatted": {
"en": "Siren Alarm",
"nl": "Sirene Alarm",
"de": "Sirenenalarm"
},
"hint": {
"en": "This card will trigger when siren is activated.",
"nl": "Deze kaart wordt alleen geactiveerd wanneer de sirene actief is.",
"de": "Diese Karte wird ausgelöst, wenn die Sirene aktiviert wird."
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=sirentemphumidsensor"
}
]
},
{
"id": "smart_knob_switch_button",
"title": {
"en": "Button",
"sv": "Knapp"
},
"titleFormatted": {
"en": "The [[button]]",
"sv": "[[button]]"
},
"hint": {
"en": "This card will trigger when the button is used",
"sv": "Detta kort körs när knappen används"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=smart_knob_switch"
},
{
"name": "button",
"type": "dropdown",
"title": {
"en": "Button Used",
"sv": "Knappen används"
},
"values": [
{
"id": "waves",
"label": {
Expand Down Expand Up @@ -3175,6 +3300,7 @@
],
"productId": [
"RH3001",
"TS0203",
"TS0203"
],
"endpoints": {
Expand Down Expand Up @@ -7563,6 +7689,55 @@
},
"settings": []
},
{
"id": "smart_button_switch",
"name": {
"en": "Smart Button Switch"
},
"class": "remote",
"platforms": [
"local"
],
"connectivity": [
"zigbee"
],
"capabilities": [],
"images": {
"large": "/drivers/smart_button_switch/assets/images/large.png",
"small": "/drivers/smart_button_switch/assets/images/small.png"
},
"energy": {
"batteries": [
"CR2032"
]
},
"zigbee": {
"manufacturerName": [
"_TZ3000_fa9mlvja"
],
"productId": [
"TS0041"
],
"endpoints": {
"1": {
"clusters": [
0,
6
],
"bindings": [
6
]
}
},
"learnmode": {
"image": "/drivers/smart_button_switch/assets/icon.svg",
"instruction": {
"en": "Press the button for aprox 10 seconds (the LED should start blinking)."
}
}
},
"settings": []
},
{
"id": "smart_door_window_sensor",
"name": {
Expand Down
1 change: 1 addition & 0 deletions drivers/doorwindowsensor/driver.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
],
"productId": [
"RH3001",
"TS0203",
"TS0203"
],
"endpoints": {
Expand Down