Skip to content

Commit 748d94a

Browse files
committed
- Ajout de la configuration *Shelly Qubino Wave Door/Window (QNDW-002C)* (propriétés : Opening, Luminance, Direction, Battery) - Ajout de la configuration *Shelly Qubino Wave Plug (QNPL-0A112)* (propriétés : Switch, Power, Energy) - Ajout de la configuration *Zooz ZEN58 Low Voltage XS Relay* (propriétés : Switch, Power, Energy, Voltage, Current) - Correction de la configuration *Aeotec ZWA001* (valeur par défaut du paramètre de température de couleur)
1 parent 888247b commit 748d94a

8 files changed

Lines changed: 128 additions & 1 deletion

File tree

core/config/config/Aeotec_0x0371/zwa001.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"valueSize": 2,
5555
"minValue": 5000,
5656
"maxValue": 6500,
57-
"defaultValue": 6500,
57+
"defaultValue": 6500
5858
}
5959
]
6060
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "QNDW-002C Shelly Wave Door/Window",
3+
"type": "Ouverture",
4+
"comlink": "",
5+
"remark": "",
6+
"versions": {
7+
"256": [
8+
"129"
9+
]
10+
},
11+
"configuration": {
12+
"battery_type": "CR2032"
13+
},
14+
"properties": {
15+
"Opening": {},
16+
"Luminance": {},
17+
"Direction": {},
18+
"Battery": {},
19+
"Indicator": {},
20+
"Notification|alarmLevel": {"type": "alarmLevel"}
21+
},
22+
"commands": [
23+
{
24+
"name": "Porte (simple)",
25+
"type": "info",
26+
"isVisible": 0,
27+
"isHistorized": 1,
28+
"configuration": {
29+
"class": 113,
30+
"endpoint": 0,
31+
"property": "Access Control-Door state (simple)",
32+
"calculValueOffset": "#value#==22"
33+
},
34+
"subtype": "binary",
35+
"display": {
36+
"invertBinary": "1",
37+
"generic_type": "OPENING"
38+
},
39+
"template": {
40+
"dashboard": "timeDoor",
41+
"mobile": "timeDoor"
42+
}
43+
}
44+
]
45+
}
6.38 KB
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "QLPL-0A112",
3+
"type": "Prise",
4+
"comlink": "",
5+
"remark": "",
6+
"versions": {
7+
"2": [
8+
"135"
9+
]
10+
},
11+
"properties": {
12+
"Switch": {"type": "prise"},
13+
"Indicator": {},
14+
"Power": {},
15+
"Energy": {},
16+
"Notification|heat-sensor": {"type": "heat-sensor"},
17+
"Notification|over-current": {"type": "over-current"},
18+
"Notification|over-voltage": {"type": "over-voltage"},
19+
"Notification|alarmLevel": {"type": "alarmLevel"}
20+
},
21+
"commands": [
22+
{
23+
"name": "Reset consommation kWh",
24+
"type": "action",
25+
"isVisible": 0,
26+
"isHistorized": 0,
27+
"configuration": {
28+
"class": 50,
29+
"endpoint": 0,
30+
"property": "reset-65537",
31+
"value": "true"
32+
},
33+
"subtype": "other",
34+
"display": {
35+
"generic_type": "DONT"
36+
}
37+
},
38+
{
39+
"name": "Identify",
40+
"type": "action",
41+
"isVisible": 0,
42+
"isHistorized": 0,
43+
"configuration": {
44+
"class": 135,
45+
"endpoint": 0,
46+
"property": "identify",
47+
"value": "true"
48+
},
49+
"subtype": "other",
50+
"display": {
51+
"generic_type": "DONT"
52+
}
53+
}
54+
]
55+
}
45.6 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Zooz / Low Voltage XS Relay",
3+
"ref": "ZEN58",
4+
"manufacturer": "Zooz",
5+
"type": "Relais",
6+
"remark": "",
7+
"versions": {
8+
"4": [
9+
"802"
10+
]
11+
},
12+
"properties": {
13+
"Switch": {"type": "switch"},
14+
"Power": {},
15+
"Energy": {},
16+
"Voltage": {},
17+
"Current": {},
18+
"Indicator": {}
19+
}
20+
}
17.2 KB
Loading

docs/fr_FR/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
>
55
>S'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
66
7+
# 09/03/2026
8+
9+
- Ajout de la configuration *Shelly Qubino Wave Door/Window (QNDW-002C)* (propriétés : Opening, Luminance, Direction, Battery)
10+
- Ajout de la configuration *Shelly Qubino Wave Plug (QNPL-0A112)* (propriétés : Switch, Power, Energy)
11+
- Ajout de la configuration *Zooz ZEN58 Low Voltage XS Relay* (propriétés : Switch, Power, Energy, Voltage, Current)
12+
- Correction de la configuration *Aeotec ZWA001* (valeur par défaut du paramètre de température de couleur)
13+
714
# 02/03/2026
815

916
- Correction mineure sur la page *Statistiques*

0 commit comments

Comments
 (0)