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 FGFS-101 ZW5 v3.3 #135

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,88 @@
{
"name": "FGFS-101 ZW5 Flood Sensor",
"type": "Fuite",
"comlink": "3582-fibaro-detecteur-d-inondation-z-wave-fgfs-101-5902020528357",
"remark": "",
"imglink": "fibaro.fgfs101zw5",
"configuration": {
"battery_type": "1x3V CR123A"
},
"commands": [
{
"name": "Fuite",
"type": "info",
"isVisible": 1,
"isHistorized": 1,
"configuration": {
"class": 113,
"value": "",
"index": 8,
"instance": 1,
"calculValueOffset": "#value#==2"
},
"subtype": "binary",
"display": {
"invertBinary": "1",
"generic_type": "FLOOD"
},
"template": {
"dashboard": "inondation",
"mobile": "inondation"
}
},
{
"name": "Température",
"type": "info",
"isVisible": 1,
"isHistorized": 1,
"configuration": {
"class": 49,
"value": "",
"index": 1,
"instance": 1
},
"subtype": "numeric",
"display": {
"generic_type": "TEMPERATURE"
},
"unite": "°C"
},
{
"name": "Sabotage",
"type": "info",
"isVisible": 0,
"isHistorized": 0,
"configuration": {
"class": 113,
"value": "",
"index": 10,
"instance": 1,
"calculValueOffset": "#value#==3"
},
"subtype": "binary",
"display": {
"invertBinary": "1",
"generic_type": "SABOTAGE"
}
},
{
"name": "Batterie",
"type": "info",
"isVisible": 0,
"isHistorized": 0,
"configuration": {
"class": 128,
"value": "",
"index": 0,
"instance": 1,
"minValue": 0,
"maxValue": 100
},
"subtype": "numeric",
"display": {
"generic_type": "BATTERY"
},
"unite": "%"
}
]
}
1 change: 1 addition & 0 deletions resources/openzwaved/config/manufacturer_specific.xml
Expand Up @@ -514,6 +514,7 @@
<Product type="0b00" id="2001" name="FGFS101 Flood Sensor" config="fibaro/fgfs101.xml" />
<Product type="0b00" id="9e00" name="FGFS101 Flood Sensor" config="fibaro/fgfs101.xml" />
<Product type="0b01" id="1002" name="FGFS101 Zwave+ Flood Sensor" config="fibaro/fgfs101zw5.xml" />
<Product type="0b01" id="1003" name="FGFS101 Zwave+ Flood Sensor" config="fibaro/fgfs101zw5.xml" />
<Product type="0b01" id="2002" name="FGFS101 Zwave+ Flood Sensor" config="fibaro/fgfs101zw5.xml" />
<Product type="0900" id="1000" name="FGRGBWM441 RGBW Controller" config="fibaro/fgrgbwm441.xml" />
<Product type="0900" id="2000" name="FGRGBWM441 RGBW Controller" config="fibaro/fgrgbwm441.xml"/>
Expand Down