Installation Problem

Discussions about RaZberry - Z-Wave board for Raspberry computer
Jose
Posts: 15
Joined: 16 May 2014 19:09

Installation Problem

Post by Jose »

Hi !

Well, I'm starting with all of this related to Z-Wave in order to complete an university project.

First, I installed Raspbian like OS on my SD-Card and all seem to work. In fact, I can connect it by SSH and VCN to use it from my PC.

Also, I have executed command you show (with the module Z-wave connected to my Raspberry):

wget -q -O http://razberry.z-wave.me/install | sudo bash

and it seems that something has been installed.

The problem takes place in the next step: connect to IP_RASPBERRRY:8083

I don't know what is the problem nor how to fix it, so I would glad you to help me :|

Thanks !
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: Installation Problem

Post by PoltoS »

Find the IP of your Raspberry Pi and connect to it using a browser like Chrome: http://192.168.0.100:8083, where IP have to be changed
Jose
Posts: 15
Joined: 16 May 2014 19:09

Re: Installation Problem

Post by Jose »

I found it by:

ifconfig

And I know it. However, I cannot connect to it using a browser, it doesn't find the page and I think it could be a problem with the installation. On the other hand, my teacher has seen in a "log" archive (I don't know about it) that there's something wrong:

Device is not compatible. Terminating...

:S
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Installation Problem

Post by pofs »

Are you using RaZberry extension board, or an USB stick? Z-way software is not compatible with the latter.
Jose
Posts: 15
Joined: 16 May 2014 19:09

Re: Installation Problem

Post by Jose »

I use an extension board connected to GPIO ports
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Installation Problem

Post by pofs »

Please show the entire log file then.
Jose
Posts: 15
Joined: 16 May 2014 19:09

Re: Installation Problem

Post by Jose »

Please, can you tell me how I should do it in a easy way step by step? I'm a beginner with all of this.
Thanks !
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Installation Problem

Post by pofs »

Stop z-way-server with /etc/init.d/z-way-server stop
Remove old log file from /var/log/z-way-server.log
Start z-way-server with /etc/init.d/z-way-server start
Post contents of /var/log/z-way-server.log here (in a code block)
Jose
Posts: 15
Joined: 16 May 2014 19:09

Re: Installation Problem

Post by Jose »

This is what I've done:


pi@raspberrypi /var/log $ /etc/init.d/z-way-server stop
Stopping z-way-server: start-stop-daemon: warning: failed to kill 1882: No such process
rm: remove write-protected regular file `/var/run/z-way-server.pid'? no
done.

pi@raspberrypi /var/log $ ls
alternatives.log bootstrap.log daemon.log dmesg.0 dmesg.3.gz faillog kern.log mail.err mail.warn ntpstats syslog Z-Way.log
apt btmp debug dmesg.1.gz dmesg.4.gz fontconfig.log lastlog mail.info messages regen_ssh_keys.log user.log
auth.log ConsoleKit dmesg dmesg.2.gz dpkg.log fsck lpr.log mail.log news samba wtmp

pi@raspberrypi /var/log $ /etc/init.d/z-way-server start
Starting z-way-server: done.

pi@raspberrypi /var/log $ cat Z-Way.log

Code: Select all

[2014-05-18 15:03:38.943] SETDATA controller.data = Empty
[2014-05-18 15:03:38.944] SETDATA controller.data.nodeId = Empty
[2014-05-18 15:03:38.945] SETDATA controller.data.homeId = Empty
[2014-05-18 15:03:38.945] SETDATA controller.data.SUCNodeId = Empty
[2014-05-18 15:03:38.945] SETDATA controller.data.isPrimary = Empty
[2014-05-18 15:03:38.945] SETDATA controller.data.isInOthersNetwork = Empty
[2014-05-18 15:03:38.945] SETDATA controller.data.isRealPrimary = Empty
[2014-05-18 15:03:38.945] SETDATA controller.data.isSUC = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.SISPresent = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.libType = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.SDK = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.ZWlibMajor = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.ZWlibMinor = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.ZWVersion = Empty
[2014-05-18 15:03:38.946] SETDATA controller.data.ZWaveChip = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.APIVersion = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.manufacturerId = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.vendor = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.manufacturerProductType = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.manufacturerProductId = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.capabilities = Empty
[2014-05-18 15:03:38.947] SETDATA controller.data.controllerState = Empty
[2014-05-18 15:03:38.948] SETDATA controller.data.nonManagmentJobs = Empty
[2014-05-18 15:03:38.948] SETDATA controller.data.lastIncludedDevice = Empty
[2014-05-18 15:03:38.948] SETDATA controller.data.lastExcludedDevice = Empty
[2014-05-18 15:03:38.948] SETDATA controller.data.oldSerialAPIAckTimeout10ms = Empty
[2014-05-18 15:03:38.957] SETDATA controller.data.oldSerialAPIByteTimeout10ms = Empty
[2014-05-18 15:03:38.957] SETDATA controller.data.curSerialAPIAckTimeout10ms = Empty
[2014-05-18 15:03:38.957] SETDATA controller.data.curSerialAPIByteTimeout10ms = Empty
[2014-05-18 15:03:38.957] SETDATA controller.data.libVersionId = Empty
[2014-05-18 15:03:38.958] SETDATA controller.data.countJobs = Empty
[2014-05-18 15:03:38.958] SETDATA controller.data.memoryGetAddress = Empty
[2014-05-18 15:03:38.958] SETDATA controller.data.memoryGetData = Empty
[2014-05-18 15:03:38.958] SETDATA controller.data.functionClasses = Empty
[2014-05-18 15:03:38.958] SETDATA controller.data.functionClassesNames = Empty
[2014-05-18 15:03:38.959] SETDATA controller.data.softwareRevisionVersion = Empty
[2014-05-18 15:03:38.959] SETDATA controller.data.softwareRevisionId = Empty
[2014-05-18 15:03:38.959] SETDATA controller.data.softwareRevisionDate = Empty
[2014-05-18 15:03:38.959] SETDATA controller.data.nodeId = 0 (0x00000000)
[2014-05-18 15:03:38.959] SETDATA controller.data.homeId = 0 (0x00000000)
[2014-05-18 15:03:38.959] SETDATA controller.data.SUCNodeId = 0 (0x00000000)
[2014-05-18 15:03:38.960] SETDATA controller.data.isPrimary = False
[2014-05-18 15:03:38.960] SETDATA controller.data.isInOthersNetwork = False
[2014-05-18 15:03:38.960] SETDATA controller.data.isRealPrimary = False
[2014-05-18 15:03:38.960] SETDATA controller.data.isSUC = False
[2014-05-18 15:03:38.960] SETDATA controller.data.SISPresent = False
[2014-05-18 15:03:38.960] SETDATA controller.data.libType = 0 (0x00000000)
[2014-05-18 15:03:38.960] SETDATA controller.data.ZWlibMajor = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.ZWlibMinor = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.ZWVersion = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.manufacturerId = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.manufacturerProductType = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.manufacturerProductId = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.controllerState = 0 (0x00000000)
[2014-05-18 15:03:38.961] SETDATA controller.data.nonManagmentJobs = 0 (0x00000000)
[2014-05-18 15:03:38.962] SETDATA controller.data.oldSerialAPIAckTimeout10ms = 0 (0x00000000)
[2014-05-18 15:03:38.962] SETDATA controller.data.oldSerialAPIByteTimeout10ms = 0 (0x00000000)
[2014-05-18 15:03:38.962] SETDATA controller.data.curSerialAPIAckTimeout10ms = 0 (0x00000000)
[2014-05-18 15:03:38.962] SETDATA controller.data.curSerialAPIByteTimeout10ms = 0 (0x00000000)
[2014-05-18 15:03:38.962] SETDATA controller.data.libVersionId = 1 (0x00000001)
[2014-05-18 15:03:38.962] SETDATA controller.data.countJobs = False
[2014-05-18 15:03:38.963] SETDATA controller.data.softwareRevisionVersion = "v1.5.0-rc1-1-ga232aeb"
[2014-05-18 15:03:38.963] SETDATA controller.data.softwareRevisionId = "a232aebd0bd5f8f15345f8f1c95706a263a25f02"
[2014-05-18 15:03:38.963] SETDATA controller.data.softwareRevisionDate = "2014-02-13 03:13:44 +0400"
[2014-05-18 15:03:38.963] SETDATA controller.data.functionClasses = int[43]
[2014-05-18 15:03:38.964]   [00] 2
[2014-05-18 15:03:38.964]   [01] 3
[2014-05-18 15:03:38.964]   [02] 4
[2014-05-18 15:03:38.964]   [03] 5
[2014-05-18 15:03:38.964]   [04] 6
[2014-05-18 15:03:38.964]   [05] 7
[2014-05-18 15:03:38.964]   [06] 8
[2014-05-18 15:03:38.964]   [07] 18
[2014-05-18 15:03:38.965]   [08] 19
[2014-05-18 15:03:38.965]   [09] 21
[2014-05-18 15:03:38.965]   [10] 22
[2014-05-18 15:03:38.965]   [11] 32
[2014-05-18 15:03:38.965]   [12] 33
[2014-05-18 15:03:38.965]   [13] 34
[2014-05-18 15:03:38.965]   [14] 35
[2014-05-18 15:03:38.965]   [15] 36
[2014-05-18 15:03:38.965]   [16] 65
[2014-05-18 15:03:38.966]   [17] 66
[2014-05-18 15:03:38.966]   [18] 70
[2014-05-18 15:03:38.966]   [19] 71
[2014-05-18 15:03:38.966]   [20] 72
[2014-05-18 15:03:38.966]   [21] 73
[2014-05-18 15:03:38.966]   [22] 74
[2014-05-18 15:03:38.966]   [23] 75
[2014-05-18 15:03:38.966]   [24] 76
[2014-05-18 15:03:38.966]   [25] 77
[2014-05-18 15:03:38.967]   [26] 80
[2014-05-18 15:03:38.967]   [27] 81
[2014-05-18 15:03:38.967]   [28] 82
[2014-05-18 15:03:38.967]   [29] 83
[2014-05-18 15:03:38.967]   [30] 84
[2014-05-18 15:03:38.967]   [31] 85
[2014-05-18 15:03:38.967]   [32] 86
[2014-05-18 15:03:38.967]   [33] 87
[2014-05-18 15:03:38.967]   [34] 96
[2014-05-18 15:03:38.968]   [35] 97
[2014-05-18 15:03:38.968]   [36] 98
[2014-05-18 15:03:38.968]   [37] 99
[2014-05-18 15:03:38.968]   [38] 128
[2014-05-18 15:03:38.968]   [39] 210
[2014-05-18 15:03:38.978]   [40] 211
[2014-05-18 15:03:38.979]   [41] 242
[2014-05-18 15:03:38.979]   [42] 243
[2014-05-18 15:03:38.979] SETDATA controller.data.functionClassesNames = string[43]
[2014-05-18 15:03:38.980]   [00] "SerialAPIGetInitData"
[2014-05-18 15:03:38.980]   [01] "SerialAPIApplicationNodeInformation"
[2014-05-18 15:03:38.980]   [02] "ApplicationCommandHandler"
[2014-05-18 15:03:38.980]   [03] "GetControllerCapabilities"
[2014-05-18 15:03:38.980]   [04] "SerialAPISetTimeouts"
[2014-05-18 15:03:38.980]   [05] "GetSerialAPICapabilities"
[2014-05-18 15:03:38.980]   [06] "SerialAPISoftReset"
[2014-05-18 15:03:38.981]   [07] "SendNodeInformation"
[2014-05-18 15:03:38.981]   [08] "SendData"
[2014-05-18 15:03:38.981]   [09] "GetVersion"
[2014-05-18 15:03:38.981]   [10] "SendDataAbort"
[2014-05-18 15:03:38.981]   [11] "GetHomeId"
[2014-05-18 15:03:38.981]   [12] "MemoryGetByte"
[2014-05-18 15:03:38.981]   [13] "MemoryPutByte"
[2014-05-18 15:03:38.981]   [14] "MemoryGetBuffer"
[2014-05-18 15:03:38.982]   [15] "MemoryPutBuffer"
[2014-05-18 15:03:38.982]   [16] "GetNodeProtocolInformation"
[2014-05-18 15:03:38.982]   [17] "SetDefault"
[2014-05-18 15:03:38.982]   [18] "AssignReturnRoute"
[2014-05-18 15:03:38.982]   [19] "DeleteReturnRoute"
[2014-05-18 15:03:38.982]   [20] "RequestNodeNeighbourUpdate"
[2014-05-18 15:03:38.983]   [21] "ApplicationNodeUpdate"
[2014-05-18 15:03:38.983]   [22] "AddNodeToNetwork"
[2014-05-18 15:03:38.983]   [23] "RemoveNodeFromNetwork"
[2014-05-18 15:03:38.983]   [24] "CreateNewPrimary"
[2014-05-18 15:03:38.983]   [25] "ControllerChange"
[2014-05-18 15:03:38.983]   [26] "SetLearnMode"
[2014-05-18 15:03:38.983]   [27] "AssignSUCReturnRoute"
[2014-05-18 15:03:38.983]   [28] "EnableSUC"
[2014-05-18 15:03:38.984]   [29] "RequestNetworkUpdate"
[2014-05-18 15:03:38.984]   [30] "SetSUCNodeId"
[2014-05-18 15:03:38.984]   [31] "DeleteSUCReturnRoute"
[2014-05-18 15:03:38.984]   [32] "GetSUCNodeId"
[2014-05-18 15:03:38.984]   [33] "SendSUCNodeId"
[2014-05-18 15:03:38.984]   [34] "RequestNodeInformation"
[2014-05-18 15:03:38.984]   [35] "RemoveFailedNode"
[2014-05-18 15:03:38.984]   [36] "IsFailedNode"
[2014-05-18 15:03:38.985]   [37] "ReplaceFailedNode"
[2014-05-18 15:03:38.985]   [38] "GetRoutingTableLine"
[2014-05-18 15:03:38.985]   [39] "WatchDogStart"
[2014-05-18 15:03:38.985]   [40] "WatchDogStop"
[2014-05-18 15:03:38.985]   [41] "ZMEFreqChange"
[2014-05-18 15:03:38.985]   [42] "ZMERestore"
[2014-05-18 15:03:38.992] Opened device: /dev/ttyAMA0
[2014-05-18 15:03:38.993] Worker thread successfully created
[2014-05-18 15:03:38.998] Worker thread entry point
[2014-05-18 15:03:39.004] Adding job: Get controller info and supported function classes
[2014-05-18 15:03:39.011] SENDING (cb 0x07): ( 01 03 00 07 FB )
[2014-05-18 15:03:39.021] RECEIVED ACK
[2014-05-18 15:03:39.032] RECEIVED: ( 01 2B 01 07 04 02 01 15 00 02 00 03 FE 00 16 80 0C 00 00 00 E3 97 7D 80 07 00 00 80 00 00 00 00 00 00 00 00 00 00 02 00 00 80 07 00 2E )
[2014-05-18 15:03:39.033] SENT ACK
[2014-05-18 15:03:39.033] SETDATA controller.data.APIVersion = "04.02"
[2014-05-18 15:03:39.033] SETDATA controller.data.manufacturerId = 277 (0x00000115)
[2014-05-18 15:03:39.034] SETDATA controller.data.manufacturerProductType = 2 (0x00000002)
[2014-05-18 15:03:39.034] SETDATA controller.data.manufacturerProductId = 3 (0x00000003)
[2014-05-18 15:03:39.043] SETDATA controller.data.vendor = "Z-Wave.Me"
[2014-05-18 15:03:39.044] Supported Function Classes:
[2014-05-18 15:03:39.044] ---------------------------
[2014-05-18 15:03:39.044] 0x02 SerialAPIGetInitData
[2014-05-18 15:03:39.044] 0x03 SerialAPIApplicationNodeInformation
[2014-05-18 15:03:39.044] 0x04 ApplicationCommandHandler
[2014-05-18 15:03:39.044] 0x05 GetControllerCapabilities
[2014-05-18 15:03:39.045] 0x06 SerialAPISetTimeouts
[2014-05-18 15:03:39.045] 0x07 GetSerialAPICapabilities
[2014-05-18 15:03:39.045] 0x08 SerialAPISoftReset
[2014-05-18 15:03:39.045] 0x12 SendNodeInformation
[2014-05-18 15:03:39.045] 0x13 SendData
[2014-05-18 15:03:39.049] 0x15 GetVersion
[2014-05-18 15:03:39.049] 0x20 GetHomeId
[2014-05-18 15:03:39.049] 0x23 MemoryGetBuffer
[2014-05-18 15:03:39.049] 0x24 MemoryPutBuffer
[2014-05-18 15:03:39.049] 0x41 GetNodeProtocolInformation
[2014-05-18 15:03:39.049] 0x42 SetDefault
[2014-05-18 15:03:39.049] 0x46 AssignReturnRoute
[2014-05-18 15:03:39.050] 0x47 DeleteReturnRoute
[2014-05-18 15:03:39.050] 0x48 RequestNodeNeighbourUpdate
[2014-05-18 15:03:39.050] 0x49 ApplicationNodeUpdate
[2014-05-18 15:03:39.050] 0x4a AddNodeToNetwork
[2014-05-18 15:03:39.050] 0x4b RemoveNodeFromNetwork
[2014-05-18 15:03:39.050] 0x4d ControllerChange
[2014-05-18 15:03:39.050] 0x50 SetLearnMode
[2014-05-18 15:03:39.050] 0x51 AssignSUCReturnRoute
[2014-05-18 15:03:39.051] 0x53 RequestNetworkUpdate
[2014-05-18 15:03:39.051] 0x54 SetSUCNodeId
[2014-05-18 15:03:39.051] 0x55 DeleteSUCReturnRoute
[2014-05-18 15:03:39.051] 0x56 GetSUCNodeId
[2014-05-18 15:03:39.051] 0x57 SendSUCNodeId
[2014-05-18 15:03:39.051] 0x60 RequestNodeInformation
[2014-05-18 15:03:39.051] 0x61 RemoveFailedNode
[2014-05-18 15:03:39.051] 0x62 IsFailedNode
[2014-05-18 15:03:39.052] 0x63 ReplaceFailedNode
[2014-05-18 15:03:39.052] 0x80 GetRoutingTableLine
[2014-05-18 15:03:39.052] 0xd2 WatchDogStart
[2014-05-18 15:03:39.052] 0xf0 UNKNOWN
[2014-05-18 15:03:39.052] 0xf1 UNKNOWN
[2014-05-18 15:03:39.052] 0xf2 ZMEFreqChange
[2014-05-18 15:03:39.052] 0xf3 ZMERestore
[2014-05-18 15:03:39.052] SETDATA controller.data.capabilities = int[39]
[2014-05-18 15:03:39.053]   [00] 2
[2014-05-18 15:03:39.053]   [01] 3
[2014-05-18 15:03:39.053]   [02] 4
[2014-05-18 15:03:39.053]   [03] 5
[2014-05-18 15:03:39.053]   [04] 6
[2014-05-18 15:03:39.053]   [05] 7
[2014-05-18 15:03:39.053]   [06] 8
[2014-05-18 15:03:39.053]   [07] 18
[2014-05-18 15:03:39.053]   [08] 19
[2014-05-18 15:03:39.054]   [09] 21
[2014-05-18 15:03:39.054]   [10] 32
[2014-05-18 15:03:39.054]   [11] 35
[2014-05-18 15:03:39.054]   [12] 36
[2014-05-18 15:03:39.054]   [13] 65
[2014-05-18 15:03:39.054]   [14] 66
[2014-05-18 15:03:39.054]   [15] 70
[2014-05-18 15:03:39.055]   [16] 71
[2014-05-18 15:03:39.055]   [17] 72
[2014-05-18 15:03:39.055]   [18] 73
[2014-05-18 15:03:39.055]   [19] 74
[2014-05-18 15:03:39.055]   [20] 75
[2014-05-18 15:03:39.055]   [21] 77
[2014-05-18 15:03:39.055]   [22] 80
[2014-05-18 15:03:39.055]   [23] 81
[2014-05-18 15:03:39.055]   [24] 83
[2014-05-18 15:03:39.056]   [25] 84
[2014-05-18 15:03:39.056]   [26] 85
[2014-05-18 15:03:39.056]   [27] 86
[2014-05-18 15:03:39.056]   [28] 87
[2014-05-18 15:03:39.056]   [29] 96
[2014-05-18 15:03:39.056]   [30] 97
[2014-05-18 15:03:39.056]   [31] 98
[2014-05-18 15:03:39.056]   [32] 99
[2014-05-18 15:03:39.056]   [33] 128
[2014-05-18 15:03:39.057]   [34] 210
[2014-05-18 15:03:39.057]   [35] 240
[2014-05-18 15:03:39.057]   [36] 241
[2014-05-18 15:03:39.057]   [37] 242
[2014-05-18 15:03:39.057]   [38] 243
[2014-05-18 15:03:39.057] ---------------------------
[2014-05-18 15:03:39.057] Initialization done
[2014-05-18 15:03:39.057] Job 0x07 (Get controller info and supported function classes): success
[2014-05-18 15:03:39.058] Device is not compatible. Terminating...
[2014-05-18 15:03:39.058] Removing job: Get controller info and supported function classes
[2014-05-18 15:03:39.068] Worker thread exit point
[2014-05-18 15:03:39.069] Worker thread successfully finished
[2014-05-18 15:17:26.492] SETDATA controller.data = Empty
[2014-05-18 15:17:26.494] SETDATA controller.data.nodeId = Empty
[2014-05-18 15:17:26.495] SETDATA controller.data.homeId = Empty
[2014-05-18 15:17:26.495] SETDATA controller.data.SUCNodeId = Empty
[2014-05-18 15:17:26.495] SETDATA controller.data.isPrimary = Empty
[2014-05-18 15:17:26.495] SETDATA controller.data.isInOthersNetwork = Empty
[2014-05-18 15:17:26.495] SETDATA controller.data.isRealPrimary = Empty
[2014-05-18 15:17:26.495] SETDATA controller.data.isSUC = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.SISPresent = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.libType = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.SDK = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.ZWlibMajor = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.ZWlibMinor = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.ZWVersion = Empty
[2014-05-18 15:17:26.496] SETDATA controller.data.ZWaveChip = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.APIVersion = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.manufacturerId = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.vendor = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.manufacturerProductType = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.manufacturerProductId = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.capabilities = Empty
[2014-05-18 15:17:26.497] SETDATA controller.data.controllerState = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.nonManagmentJobs = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.lastIncludedDevice = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.lastExcludedDevice = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.oldSerialAPIAckTimeout10ms = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.oldSerialAPIByteTimeout10ms = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.curSerialAPIAckTimeout10ms = Empty
[2014-05-18 15:17:26.498] SETDATA controller.data.curSerialAPIByteTimeout10ms = Empty
[2014-05-18 15:17:26.499] SETDATA controller.data.libVersionId = Empty
[2014-05-18 15:17:26.499] SETDATA controller.data.countJobs = Empty
[2014-05-18 15:17:26.499] SETDATA controller.data.memoryGetAddress = Empty
[2014-05-18 15:17:26.499] SETDATA controller.data.memoryGetData = Empty
[2014-05-18 15:17:26.499] SETDATA controller.data.functionClasses = Empty
[2014-05-18 15:17:26.499] SETDATA controller.data.functionClassesNames = Empty
[2014-05-18 15:17:26.500] SETDATA controller.data.softwareRevisionVersion = Empty
[2014-05-18 15:17:26.500] SETDATA controller.data.softwareRevisionId = Empty
[2014-05-18 15:17:26.506] SETDATA controller.data.softwareRevisionDate = Empty
[2014-05-18 15:17:26.506] SETDATA controller.data.nodeId = 0 (0x00000000)
[2014-05-18 15:17:26.506] SETDATA controller.data.homeId = 0 (0x00000000)
[2014-05-18 15:17:26.506] SETDATA controller.data.SUCNodeId = 0 (0x00000000)
[2014-05-18 15:17:26.507] SETDATA controller.data.isPrimary = False
[2014-05-18 15:17:26.507] SETDATA controller.data.isInOthersNetwork = False
[2014-05-18 15:17:26.507] SETDATA controller.data.isRealPrimary = False
[2014-05-18 15:17:26.507] SETDATA controller.data.isSUC = False
[2014-05-18 15:17:26.507] SETDATA controller.data.SISPresent = False
[2014-05-18 15:17:26.507] SETDATA controller.data.libType = 0 (0x00000000)
[2014-05-18 15:17:26.507] SETDATA controller.data.ZWlibMajor = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.ZWlibMinor = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.ZWVersion = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.manufacturerId = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.manufacturerProductType = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.manufacturerProductId = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.controllerState = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.nonManagmentJobs = 0 (0x00000000)
[2014-05-18 15:17:26.508] SETDATA controller.data.oldSerialAPIAckTimeout10ms = 0 (0x00000000)
[2014-05-18 15:17:26.509] SETDATA controller.data.oldSerialAPIByteTimeout10ms = 0 (0x00000000)
[2014-05-18 15:17:26.509] SETDATA controller.data.curSerialAPIAckTimeout10ms = 0 (0x00000000)
[2014-05-18 15:17:26.509] SETDATA controller.data.curSerialAPIByteTimeout10ms = 0 (0x00000000)
[2014-05-18 15:17:26.509] SETDATA controller.data.libVersionId = 1 (0x00000001)
[2014-05-18 15:17:26.509] SETDATA controller.data.countJobs = False
[2014-05-18 15:17:26.509] SETDATA controller.data.softwareRevisionVersion = "v1.5.0-rc1-1-ga232aeb"
[2014-05-18 15:17:26.509] SETDATA controller.data.softwareRevisionId = "a232aebd0bd5f8f15345f8f1c95706a263a25f02"
[2014-05-18 15:17:26.510] SETDATA controller.data.softwareRevisionDate = "2014-02-13 03:13:44 +0400"
[2014-05-18 15:17:26.520] SETDATA controller.data.functionClasses = int[43]
[2014-05-18 15:17:26.521]   [00] 2
[2014-05-18 15:17:26.521]   [01] 3
[2014-05-18 15:17:26.521]   [02] 4
[2014-05-18 15:17:26.521]   [03] 5
[2014-05-18 15:17:26.521]   [04] 6
[2014-05-18 15:17:26.521]   [05] 7
[2014-05-18 15:17:26.521]   [06] 8
[2014-05-18 15:17:26.521]   [07] 18
[2014-05-18 15:17:26.522]   [08] 19
[2014-05-18 15:17:26.522]   [09] 21
[2014-05-18 15:17:26.522]   [10] 22
[2014-05-18 15:17:26.522]   [11] 32
[2014-05-18 15:17:26.522]   [12] 33
[2014-05-18 15:17:26.522]   [13] 34
[2014-05-18 15:17:26.522]   [14] 35
[2014-05-18 15:17:26.522]   [15] 36
[2014-05-18 15:17:26.522]   [16] 65
[2014-05-18 15:17:26.523]   [17] 66
[2014-05-18 15:17:26.523]   [18] 70
[2014-05-18 15:17:26.523]   [19] 71
[2014-05-18 15:17:26.523]   [20] 72
[2014-05-18 15:17:26.523]   [21] 73
[2014-05-18 15:17:26.523]   [22] 74
[2014-05-18 15:17:26.523]   [23] 75
[2014-05-18 15:17:26.523]   [24] 76
[2014-05-18 15:17:26.523]   [25] 77
[2014-05-18 15:17:26.524]   [26] 80
[2014-05-18 15:17:26.524]   [27] 81
[2014-05-18 15:17:26.524]   [28] 82
[2014-05-18 15:17:26.524]   [29] 83
[2014-05-18 15:17:26.524]   [30] 84
[2014-05-18 15:17:26.524]   [31] 85
[2014-05-18 15:17:26.524]   [32] 86
[2014-05-18 15:17:26.524]   [33] 87
[2014-05-18 15:17:26.524]   [34] 96
[2014-05-18 15:17:26.525]   [35] 97
[2014-05-18 15:17:26.525]   [36] 98
[2014-05-18 15:17:26.525]   [37] 99
[2014-05-18 15:17:26.525]   [38] 128
[2014-05-18 15:17:26.525]   [39] 210
[2014-05-18 15:17:26.525]   [40] 211
[2014-05-18 15:17:26.525]   [41] 242
[2014-05-18 15:17:26.525]   [42] 243
[2014-05-18 15:17:26.526] SETDATA controller.data.functionClassesNames = string[43]
[2014-05-18 15:17:26.526]   [00] "SerialAPIGetInitData"
[2014-05-18 15:17:26.527]   [01] "SerialAPIApplicationNodeInformation"
[2014-05-18 15:17:26.527]   [02] "ApplicationCommandHandler"
[2014-05-18 15:17:26.527]   [03] "GetControllerCapabilities"
[2014-05-18 15:17:26.527]   [04] "SerialAPISetTimeouts"
[2014-05-18 15:17:26.527]   [05] "GetSerialAPICapabilities"
[2014-05-18 15:17:26.527]   [06] "SerialAPISoftReset"
[2014-05-18 15:17:26.527]   [07] "SendNodeInformation"
[2014-05-18 15:17:26.528]   [08] "SendData"
[2014-05-18 15:17:26.528]   [09] "GetVersion"
[2014-05-18 15:17:26.528]   [10] "SendDataAbort"
[2014-05-18 15:17:26.528]   [11] "GetHomeId"
[2014-05-18 15:17:26.528]   [12] "MemoryGetByte"
[2014-05-18 15:17:26.528]   [13] "MemoryPutByte"
[2014-05-18 15:17:26.528]   [14] "MemoryGetBuffer"
[2014-05-18 15:17:26.529]   [15] "MemoryPutBuffer"
[2014-05-18 15:17:26.529]   [16] "GetNodeProtocolInformation"
[2014-05-18 15:17:26.529]   [17] "SetDefault"
[2014-05-18 15:17:26.539]   [18] "AssignReturnRoute"
[2014-05-18 15:17:26.539]   [19] "DeleteReturnRoute"
[2014-05-18 15:17:26.539]   [20] "RequestNodeNeighbourUpdate"
[2014-05-18 15:17:26.539]   [21] "ApplicationNodeUpdate"
[2014-05-18 15:17:26.539]   [22] "AddNodeToNetwork"
[2014-05-18 15:17:26.540]   [23] "RemoveNodeFromNetwork"
[2014-05-18 15:17:26.540]   [24] "CreateNewPrimary"
[2014-05-18 15:17:26.540]   [25] "ControllerChange"
[2014-05-18 15:17:26.540]   [26] "SetLearnMode"
[2014-05-18 15:17:26.540]   [27] "AssignSUCReturnRoute"
[2014-05-18 15:17:26.540]   [28] "EnableSUC"
[2014-05-18 15:17:26.541]   [29] "RequestNetworkUpdate"
[2014-05-18 15:17:26.541]   [30] "SetSUCNodeId"
[2014-05-18 15:17:26.541]   [31] "DeleteSUCReturnRoute"
[2014-05-18 15:17:26.541]   [32] "GetSUCNodeId"
[2014-05-18 15:17:26.541]   [33] "SendSUCNodeId"
[2014-05-18 15:17:26.541]   [34] "RequestNodeInformation"
[2014-05-18 15:17:26.541]   [35] "RemoveFailedNode"
[2014-05-18 15:17:26.541]   [36] "IsFailedNode"
[2014-05-18 15:17:26.541]   [37] "ReplaceFailedNode"
[2014-05-18 15:17:26.542]   [38] "GetRoutingTableLine"
[2014-05-18 15:17:26.542]   [39] "WatchDogStart"
[2014-05-18 15:17:26.542]   [40] "WatchDogStop"
[2014-05-18 15:17:26.542]   [41] "ZMEFreqChange"
[2014-05-18 15:17:26.542]   [42] "ZMERestore"
[2014-05-18 15:17:26.543] Opened device: /dev/ttyAMA0
[2014-05-18 15:17:26.544] Worker thread successfully created
[2014-05-18 15:17:26.545] Worker thread entry point
[2014-05-18 15:17:26.555] Adding job: Get controller info and supported function classes
[2014-05-18 15:17:26.558] SENDING (cb 0x07): ( 01 03 00 07 FB )
[2014-05-18 15:17:26.569] RECEIVED ACK
[2014-05-18 15:17:26.579] RECEIVED: ( 01 2B 01 07 04 02 01 15 00 02 00 03 FE 00 16 80 0C 00 00 00 E3 97 7D 80 07 00 00 80 00 00 00 00 00 00 00 00 00 00 02 00 00 80 07 00 2E )
[2014-05-18 15:17:26.580] SENT ACK
[2014-05-18 15:17:26.580] SETDATA controller.data.APIVersion = "04.02"
[2014-05-18 15:17:26.581] SETDATA controller.data.manufacturerId = 277 (0x00000115)
[2014-05-18 15:17:26.581] SETDATA controller.data.manufacturerProductType = 2 (0x00000002)
[2014-05-18 15:17:26.581] SETDATA controller.data.manufacturerProductId = 3 (0x00000003)
[2014-05-18 15:17:26.592] SETDATA controller.data.vendor = "Z-Wave.Me"
[2014-05-18 15:17:26.592] Supported Function Classes:
[2014-05-18 15:17:26.592] ---------------------------
[2014-05-18 15:17:26.592] 0x02 SerialAPIGetInitData
[2014-05-18 15:17:26.593] 0x03 SerialAPIApplicationNodeInformation
[2014-05-18 15:17:26.593] 0x04 ApplicationCommandHandler
[2014-05-18 15:17:26.593] 0x05 GetControllerCapabilities
[2014-05-18 15:17:26.593] 0x06 SerialAPISetTimeouts
[2014-05-18 15:17:26.593] 0x07 GetSerialAPICapabilities
[2014-05-18 15:17:26.593] 0x08 SerialAPISoftReset
[2014-05-18 15:17:26.593] 0x12 SendNodeInformation
[2014-05-18 15:17:26.593] 0x13 SendData
[2014-05-18 15:17:26.594] 0x15 GetVersion
[2014-05-18 15:17:26.594] 0x20 GetHomeId
[2014-05-18 15:17:26.594] 0x23 MemoryGetBuffer
[2014-05-18 15:17:26.594] 0x24 MemoryPutBuffer
[2014-05-18 15:17:26.594] 0x41 GetNodeProtocolInformation
[2014-05-18 15:17:26.594] 0x42 SetDefault
[2014-05-18 15:17:26.594] 0x46 AssignReturnRoute
[2014-05-18 15:17:26.594] 0x47 DeleteReturnRoute
[2014-05-18 15:17:26.595] 0x48 RequestNodeNeighbourUpdate
[2014-05-18 15:17:26.595] 0x49 ApplicationNodeUpdate
[2014-05-18 15:17:26.595] 0x4a AddNodeToNetwork
[2014-05-18 15:17:26.595] 0x4b RemoveNodeFromNetwork
[2014-05-18 15:17:26.595] 0x4d ControllerChange
[2014-05-18 15:17:26.595] 0x50 SetLearnMode
[2014-05-18 15:17:26.595] 0x51 AssignSUCReturnRoute
[2014-05-18 15:17:26.595] 0x53 RequestNetworkUpdate
[2014-05-18 15:17:26.595] 0x54 SetSUCNodeId
[2014-05-18 15:17:26.596] 0x55 DeleteSUCReturnRoute
[2014-05-18 15:17:26.596] 0x56 GetSUCNodeId
[2014-05-18 15:17:26.596] 0x57 SendSUCNodeId
[2014-05-18 15:17:26.596] 0x60 RequestNodeInformation
[2014-05-18 15:17:26.596] 0x61 RemoveFailedNode
[2014-05-18 15:17:26.596] 0x62 IsFailedNode
[2014-05-18 15:17:26.596] 0x63 ReplaceFailedNode
[2014-05-18 15:17:26.596] 0x80 GetRoutingTableLine
[2014-05-18 15:17:26.597] 0xd2 WatchDogStart
[2014-05-18 15:17:26.597] 0xf0 UNKNOWN
[2014-05-18 15:17:26.597] 0xf1 UNKNOWN
[2014-05-18 15:17:26.597] 0xf2 ZMEFreqChange
[2014-05-18 15:17:26.597] 0xf3 ZMERestore
[2014-05-18 15:17:26.597] SETDATA controller.data.capabilities = int[39]
[2014-05-18 15:17:26.597]   [00] 2
[2014-05-18 15:17:26.597]   [01] 3
[2014-05-18 15:17:26.598]   [02] 4
[2014-05-18 15:17:26.598]   [03] 5
[2014-05-18 15:17:26.598]   [04] 6
[2014-05-18 15:17:26.598]   [05] 7
[2014-05-18 15:17:26.598]   [06] 8
[2014-05-18 15:17:26.598]   [07] 18
[2014-05-18 15:17:26.598]   [08] 19
[2014-05-18 15:17:26.598]   [09] 21
[2014-05-18 15:17:26.598]   [10] 32
[2014-05-18 15:17:26.599]   [11] 35
[2014-05-18 15:17:26.599]   [12] 36
[2014-05-18 15:17:26.609]   [13] 65
[2014-05-18 15:17:26.610]   [14] 66
[2014-05-18 15:17:26.610]   [15] 70
[2014-05-18 15:17:26.610]   [16] 71
[2014-05-18 15:17:26.610]   [17] 72
[2014-05-18 15:17:26.610]   [18] 73
[2014-05-18 15:17:26.611]   [19] 74
[2014-05-18 15:17:26.611]   [20] 75
[2014-05-18 15:17:26.611]   [21] 77
[2014-05-18 15:17:26.611]   [22] 80
[2014-05-18 15:17:26.611]   [23] 81
[2014-05-18 15:17:26.611]   [24] 83
[2014-05-18 15:17:26.611]   [25] 84
[2014-05-18 15:17:26.611]   [26] 85
[2014-05-18 15:17:26.611]   [27] 86
[2014-05-18 15:17:26.612]   [28] 87
[2014-05-18 15:17:26.612]   [29] 96
[2014-05-18 15:17:26.612]   [30] 97
[2014-05-18 15:17:26.612]   [31] 98
[2014-05-18 15:17:26.612]   [32] 99
[2014-05-18 15:17:26.612]   [33] 128
[2014-05-18 15:17:26.612]   [34] 210
[2014-05-18 15:17:26.612]   [35] 240
[2014-05-18 15:17:26.612]   [36] 241
[2014-05-18 15:17:26.613]   [37] 242
[2014-05-18 15:17:26.613]   [38] 243
[2014-05-18 15:17:26.613] ---------------------------
[2014-05-18 15:17:26.613] Initialization done
[2014-05-18 15:17:26.613] Job 0x07 (Get controller info and supported function c
[2014-05-18 15:17:26.613] Device is not compatible. Terminating...
[2014-05-18 15:17:26.613] Removing job: Get controller info and supported functi
[2014-05-18 15:17:26.624] Worker thread exit point
[2014-05-18 15:17:26.624] Worker thread successfully finished
Jose
Posts: 15
Joined: 16 May 2014 19:09

Re: Installation Problem

Post by Jose »

Anyone knows where is the trouble? and hoy to fix it? :S
Post Reply