Fibaro FGSD-002

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
pierre2302
Posts: 132
Joined: 15 Oct 2013 19:04

Fibaro FGSD-002

Post 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
" Raspi 2 (RaZberry) / Raspi B (Razberry) " With OpenRemote Free 2.2.0_TTS-Email-Serial and Z-Way
Post Reply