openhab / org.openhab.binding.zwave

openHAB binding for Z-Wave
Eclipse Public License 2.0
170 stars 202 forks source link

Fibaro Multisensor will not be recognized #270

Closed chris922 closed 7 years ago

chris922 commented 7 years ago

Hi OpenHab Community!

I've got a Fibaro Multisensor that worked with OpenHAB 1.8, but I couldn't get this working with OH 2 that I just setted up. First I installed the beta 4 version via package repository, afterwards changed to snapshot, but today I started again from scratch with the snapshot manual installation.

I removed all openhab files from my debian system (on a RasPi 2 using Raspbian). The node10.xml file wasn't regenerated afterwards. The device is listed in the things overview in HABmin, but is shown as unknown. In the attributes tab no information are available (e. g. no manufacturer). My other devices are working.

Maybe the first lines of the log is already helpful, the full log for this node you will find in the attachment (see below):

2016-12-19 23:19:14.228 [INFO ] [age.SerialApiGetInitDataMessageClass] - NODE 10: Node found
2016-12-19 23:20:54.956 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 10: Device discovery could not resolve to a thingType! 7FFFFFFF:7FFFFFFF:7FFFFFFF::0.0
2016-12-19 23:21:16.790 [WARN ] [ding.zwave.handler.ZWaveThingHandler] - NODE 10: Initialising Thing Node...
2016-12-19 23:45:45.962 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 10: MANUFACTURER not set
2016-12-19 23:45:49.532 [INFO ] [age.SerialApiGetInitDataMessageClass] - NODE 10: Node found
2016-12-19 23:45:49.683 [DEBUG] [ve.internal.protocol.ZWaveController] - NODE 10: Init node thread start
2016-12-19 23:45:50.589 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 10: Serializing from file /opt/openhab2/userdata/zwave/node10.xml
2016-12-19 23:45:50.590 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 10: Error serializing from file: file does not exist.
2016-12-19 23:45:50.786 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 10: Starting initialisation from EMPTYNODE

Looks like communication is working:

2016-12-20 00:01:00.541 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 10: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 19.9

I attached the log where I only extracted loggings related to the node, I hope that's enough: node10-20161219.log.txt Right now no new xml file was generated, but here is an old one for this device I saved before reinstalling everything: node10.xml.txt

Thanks for your support and best regards, Christian

cdjackson commented 7 years ago

Please discuss support questions on the forum rather than raising an issue report. There will be more people to help on the forum and the issue list is really for bugs and enhancements.

From the quick look I ad of the log, everything looks ok though - not sure if you added this as a thing of if it's still in the inbox. If the XML is not generated, then it's probably not finished initialisation. Once it finishes it should be ok. If it doesn't finish once woken up a few times, then post a log on the forum.

Thanks Chris