New automation configuration composed for the moment :
- Raspberry ,
- Razberry with z -way- server v 1.7.0
- Domoticz v 1.1783
- Fibaro Motion Sensor 2.6
- Fibaro Wall Plug
- Camera Heden 6.2
I have a lot of difficulty for the integration of Fibaro Motion Sensor (FGMS-001) .
z -way- server (same phenomena with v 1.5) :
- The 540-010f-0800-1001-03-03-43-02-04.xml file is not correct. Many parameters are not positionable .
You must use one provided by pofs (thanks to him)
viewtopic.php?f=3422&t=20363&hilit=fiba ... =30#p50681 (shame it is not included in version 1.7).
- At inclusion, it is necessary to go to manually locate the file description (Device Description Record), it does not set automatically as for most devices.
- Often, after restarting z-way-server, the file description has disappeared. It must be manually reset. It is sometimes necessary to do re-inclusion for z-way-server reaches back to communicate with the sensor motion.
- When motion is detected , the detection event is put together but it is accompanied by another event that causes an error which reads the trace (at the close of detection) :
Code: Select all
.RECEIVED: ( 01 09 00 04 00 03 03 30 03 00 C1 )
.SENT ACK
.SETDATA devices.3.data.lastReceived = 0 (0x00000000)
.SETDATA devices.3.instances.0.commandClasses.48.data.1.level = False
.SETDATA devices.3.instances.0.commandClasses.48.data.1 = Empty
.RECEIVED: ( 01 09 00 04 00 03 03 20 01 00 D3 )
.SENT ACK
.SETDATA devices.3.data.lastReceived = 0 (0x00000000)
.SETDATA devices.1.instances.0.commandClasses.32.data.srcNodeId = 3 (0x00000003)
.SETDATA devices.1.instances.0.commandClasses.32.data.srcInstanceId = 0 (0x00000000)
.SETDATA devices.1.instances.0.commandClasses.32.data.level = 0 (0x00000000)
.SETDATA devices.3.instances.0.commandClasses.48.data.1.level = False
.SETDATA devices.3.instances.0.commandClasses.48.data.1 = Empty
.RECEIVED: ( 01 09 00 04 00 03 03 60 0D 01 9E )
.SENT ACK
.SETDATA devices.3.data.lastReceived = 0 (0x00000000)
.Packet CC::MULTI_CHANNEL_CMD_ENCAP_V2 is too short: required at least 5 bytes, got 3
.Error returned from _zway_cc_call_handler(zway, command, controller->id, 0, data[4], &data[5]): Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)
Domoticz ( same phenomena with stabilized version):
- After declaring the material I get well "trigger" and "temperature" events but not the "brightness ". It sometimes appears after a re-interview for the blue UI z-way-server , but the information is not very long back in Domoticz . In fact we see pass the event in the log but it does not seem to be identified by Domoticz .
- After a reboot (reboot raspberry , stop/restart of domoticz and/or Domoticz) events are not recover in Domoticz . It is necessary to make a re-inclusion or re-interview and a lot of patience to get (or not) the events in Domoticz.
These are all the problems I encounter with Fibaro Motion Sensor . For information I also Fibaro Wall Plug, it works perfectly.
What could be the origin(s) of these problems Motion Sensor, the Razberry , z -way- server , Domoticz ... maybe me
