RaZberry2 inclusion not working with z-uno

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

RaZberry2 inclusion not working with z-uno

Post by randy54 »

Hello. I just recently got my razberry2 and z-uno, and am running them on my raspberry pi 3b. I get an error when trying to include my z-uno though, saying that "INCLUSION takes a long time to start up". Below is my output from z-way-server.log:

When ran unsecurely:

Code: Select all

[2019-01-04 23:09:02.380] [D] [zway] SETDATA controller.data.secureInclusion = False
[2019-01-04 23:09:06.822] [I] [zway] Adding job: Add/re-include node to network
[2019-01-04 23:09:06.824] [D] [zway] SENDING (cb 0x04): ( 01 05 00 4A C1 04 75 )
[2019-01-04 23:09:06.825] [D] [zway] RECEIVED ACK
[2019-01-04 23:09:06.835] [D] [zway] RECEIVED: ( 01 07 00 4A 04 01 00 00 B7 )
[2019-01-04 23:09:06.835] [D] [zway] SENT ACK
[2019-01-04 23:09:06.835] [D] [zway] SETDATA controller.data.lastIncludedDevice = Empty
[2019-01-04 23:09:06.835] [D] [zway] SETDATA controller.data.lastExcludedDevice = Empty
[2019-01-04 23:09:06.835] [I] [zway] Job 0x4a (Add/re-include node to network): Ready to add - push button on the device to be added
[2019-01-04 23:09:06.835] [D] [zway] SETDATA controller.data.controllerState = 1 (0x00000001)
[2019-01-04 23:11:06.980] [I] [zway] Removing job: Add/re-include node to network
[2019-01-04 23:11:06.981] [I] [zway] Adding job: Add/re-include node to network
[2019-01-04 23:11:06.986] [D] [zway] SENDING (cb 0x00): ( 01 05 00 4A 05 00 B5 )
[2019-01-04 23:11:06.987] [D] [zway] RECEIVED ACK
[2019-01-04 23:11:06.987] [I] [zway] Job 0x4a (Add/re-include node to network): Stop done
[2019-01-04 23:11:06.987] [D] [zway] Job 0x4a (Add/re-include node to network): success
[2019-01-04 23:11:06.987] [I] [zway] Removing job: Add/re-include node to network
[2019-01-04 23:11:06.987] [D] [zway] SETDATA controller.data.controllerState = 0 (0x00000000)
[2019-01-04 23:11:27.147] [D] [zway] Job 0x4a: deleted from queue
[2019-01-04 23:11:27.157] [D] [zway] Job 0x4a: deleted from queue
When ran securely:

Code: Select all

[2019-01-04 23:29:42.741] [D] [zway] SETDATA controller.data.secureInclusion = True
[2019-01-04 23:29:46.953] [I] [zway] Adding job: Add/re-include node to network
[2019-01-04 23:29:46.954] [D] [zway] SENDING (cb 0x05): ( 01 05 00 4A C1 05 74 )
[2019-01-04 23:29:46.955] [D] [zway] RECEIVED ACK
[2019-01-04 23:29:46.964] [D] [zway] RECEIVED: ( 01 07 00 4A 05 01 00 00 B6 )
[2019-01-04 23:29:46.964] [D] [zway] SENT ACK
[2019-01-04 23:29:46.964] [D] [zway] SETDATA controller.data.lastIncludedDevice = Empty
[2019-01-04 23:29:46.964] [D] [zway] SETDATA controller.data.lastExcludedDevice = Empty
[2019-01-04 23:29:46.964] [I] [zway] Job 0x4a (Add/re-include node to network): Ready to add - push button on the device to be added
[2019-01-04 23:29:46.964] [D] [zway] SETDATA controller.data.controllerState = 1 (0x00000001)
[2019-01-04 23:31:47.156] [I] [zway] Removing job: Add/re-include node to network
[2019-01-04 23:31:47.157] [I] [zway] Adding job: Add/re-include node to network
[2019-01-04 23:31:47.160] [D] [zway] SENDING (cb 0x00): ( 01 05 00 4A 05 00 B5 )
[2019-01-04 23:31:47.161] [D] [zway] RECEIVED ACK
[2019-01-04 23:31:47.162] [I] [zway] Job 0x4a (Add/re-include node to network): Stop done
[2019-01-04 23:31:47.162] [D] [zway] Job 0x4a (Add/re-include node to network): success
[2019-01-04 23:31:47.162] [I] [zway] Removing job: Add/re-include node to network
[2019-01-04 23:31:47.162] [D] [zway] SETDATA controller.data.controllerState = 0 (0x00000000)
[2019-01-04 23:32:07.331] [D] [zway] Job 0x4a: deleted from queue
[2019-01-04 23:32:07.342] [D] [zway] Job 0x4a: deleted from queue

I just got both productsin the past 2 weeks and have been careful not to drop or damage them or anything. Please - any help on what's going wrong?
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Re: RaZberry2 inclusion not working with z-uno

Post by randy54 »

Also if it's worth anything, I get the same error (though unsure what the log file itself says) when i connect my z-uno to my windows laptop and try to include the device there too.
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: RaZberry2 inclusion not working with z-uno

Post by PoltoS »

Make sure they are sharing same frequency. Both can change the RF channel from the UI.

RaZberry: Expert UI -> Netowrk -> Control -> (bottom of the page)
Z-Uno: ArduinoIDE -> Tools menu -> Frequency (burn the sketch)
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Re: RaZberry2 inclusion not working with z-uno

Post by randy54 »

PoltoS wrote:
05 Jan 2019 13:58
Make sure they are sharing same frequency. Both can change the RF channel from the UI.

RaZberry: Expert UI -> Netowrk -> Control -> (bottom of the page)
Z-Uno: ArduinoIDE -> Tools menu -> Frequency (burn the sketch)
Thanks a ton for your timely correspondence!

So I ordered my RaZberry with the specification to have the United States' frequency. However, when I go into the Expert UI, I only see 4 options for EU, RU, IN, and CN. All of these countries use 50 hz though whereas I need mine to have 60. Is there still a way I can change it to the U.S.' frequency?
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Re: RaZberry2 inclusion not working with z-uno

Post by randy54 »

Also, I've checked in the expert UI and my serial API is already 5.04. The SDK version is 6.51.06
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: RaZberry2 inclusion not working with z-uno

Post by PoltoS »

Please make sure yours is indeed US. After a f/w upgrade on older versions it often happened that they fall back to EU. In that case change to US suing:

http://IP:8083/JS/Run/zway.ZMEFreqChange(3)

Just make sure you indeed ordered a US one
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Re: RaZberry2 inclusion not working with z-uno

Post by randy54 »

PoltoS wrote:
09 Jan 2019 09:01
Please make sure yours is indeed US. After a f/w upgrade on older versions it often happened that they fall back to EU. In that case change to US suing:

http://IP:8083/JS/Run/zway.ZMEFreqChange(3)

Just make sure you indeed ordered a US one
Sorry for the slow response

Well, I just ordered the part in December, so it shouldn't be old. Regardless. when I try going to the link. I just get a page with the word null. Any other options?
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: RaZberry2 inclusion not working with z-uno

Post by PoltoS »

Null is okay - it has executed the command to switch your RaZberry to US. Make sure USA is selected in the Arduino IDE too (Tools/Frequency)
Post Reply