Page 1 of 1

Fibaro FGSD-002

Posted: 24 Oct 2017 02:37
by pierre2302
Hello

Firmware version v3.0.0-rc5
I do not have the return of state for the detection of smoke, it is necessary to modify the file ??:

/opt/z-way-server/automation/modules/ZWave/index.js

Code: Select all

switch (notificationTypeId) {
  case 0x01: // Smoke
  a_defaults.metrics.icon = 'smoke';
  a_defaults.probeType = a_defaults.metrics.icon;
by

Code: Select all

switch (notificationTypeId) {
  case 0x01: // Smoke
  a_defaults.metrics.icon = 'smoke';
  a_defaults.probeType = 'alarm_smoke';



or the file:

/opt/z-way-server/automation/modules/ZWave/postfix.json

Code: Select all

"id": "6",
"p_id": "271.3074.4098",
"product": "Fibaro Smoke Sensor",
"preInterview": [],
"postInterview": [
"preventDeviceCreation(0,156, {});"
]

thank you