Skip to content

Commit

Permalink
somme shelly configs
Browse files Browse the repository at this point in the history
  • Loading branch information
an0Nym0us63 committed Dec 11, 2023
1 parent 4656bc0 commit c315830
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 3 deletions.
19 changes: 19 additions & 0 deletions core/config/devices/shellyqubino_1120/wave2_pm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Wave 2 PM",
"type": "Micromodule",
"comlink": "",
"remark": "",
"versions": {
"2": [
"129"
]
},
"properties": {
"Switch": {"multi": [1,2],"replace": {"#endpoint#": "multiKey"}},
"Power": {"multi": [1,2],"replace": {"#endpoint#": "multiKey"}},
"Energy": {"multi": [1,2],"replace": {"#endpoint#": "multiKey"}},
"Notification|Heat":{"type":"heat-sensor","multi": [1,2],"replace": {"#endpoint#": "multiKey"}},
"Notification|over-current":{"type":"over-current","multi": [1,2],"replace": {"#endpoint#": "multiKey"}},
"Notification|mains":{"type":"mains","multi": [1,2],"replace": {"#endpoint#": "multiKey"}}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions core/config/devices/shellyqubino_1120/wave_shutter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Wave Shutter",
"type": "Micromodule",
"comlink": "",
"remark": "",
"versions": {
"3": [
"130"
]
},
"properties": {
"Shutter": {"type":"downup","replace": {"#endpoint#": 1}},
"Power": {"replace": {"#endpoint#": 1}},
"Energy": {"replace": {"#endpoint#": 1}},
"Notification|Heat":{"type":"heat-sensor","replace": {"#endpoint#": 1}},
"Notification|over-current":{"type":"over-current","replace": {"#endpoint#": 1}},
"Notification|mains":{"type":"mains","replace": {"#endpoint#": 1}}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/config/zwavejs.config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[zwavejs]
wantedVersion=9.5.0
wantedVersion=9.5.1
prefix=zwave
auto_applyRecommended=1
autoRemoveExcludeDevice=1
15 changes: 13 additions & 2 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
>
>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.
# 01/12/2023
# 11/12/2023

**Améliorations**

- Passage à la version *9.5.0* de ZwaveJsUI
- Passage à la version *9.5.1* de ZwaveJsUI (pour pouvoir choisir un port au format path nécessaire sur certaines VMs il faut mettre le core à jour)
**Corrections**

- Correction du bug d'inclusion *S2* corrigé côté ZwaveJS UI suite a remonté (en effet les callbacks n'étaient pas fait à moins d'avoir une fenêtre ouverte sur l'interface ZwaveJS UI)

**Ajouts de Configurations**

- Ajout de la configuration *Shelly Qubino Wave 1PM* (propriétés : Switch, Power, Energy, Notification Mains, Notification Over-Current, Notification Heat-Sensor)
- Ajout de la configuration *Shelly Qubino Wave 1* (propriétés : Switch, Power, Energy, Notification Mains, Notification Over-Current, Notification Heat-Sensor)
- Ajout de la configuration *Shelly Qubino Wave Shutter* (propriétés : Shutter, Power, Energy, Notification Mains, Notification Over-Current, Notification Heat-Sensor)
- Ajout de la configuration *Shelly Qubino Wave 2PM* (propriétés : Switch, Power, Energy, Notification Mains, Notification Over-Current, Notification Heat-Sensor)


# 27/10/2023

Expand Down

0 comments on commit c315830

Please sign in to comment.