Z-Uno and HC2 loses communication

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
MastrUsr
Posts: 15
Joined: 13 Sep 2017 18:54

Z-Uno and HC2 loses communication

Post by MastrUsr »

Hello!
I'm sure this is easy when you know how, but i can't figure it out so... :roll:

Everything works fine for a few hours. Then the connection is lost.
Anteckning 2019-03-27 111847.jpg
Anteckning 2019-03-27 111847.jpg (7.21 KiB) Viewed 3235 times
If I do something externally (like trigger a pin with a button) OR force communication with the 'X' i get comms again.
Anteckning 2019-03-27 111841.jpg
Anteckning 2019-03-27 111841.jpg (5.5 KiB) Viewed 3235 times

Polling is like this:
Anteckning 2019-03-27 111835.jpg
Anteckning 2019-03-27 111835.jpg (15.83 KiB) Viewed 3235 times


What am I doing wrong? Do i need to periodically send data from the Z-Uno with the sketch or can this be handled in some better way?




Best regards,
Eric
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Z-Uno and HC2 loses communication

Post by PoltoS »

Is your Z-Uno sleeping? It is better to use unsolicited reports from the device rather than poll it
MastrUsr
Posts: 15
Joined: 13 Sep 2017 18:54

Re: Z-Uno and HC2 loses communication

Post by MastrUsr »

I haven't changed any settings regarding sleep so default should be never sleeping.

Unsolicited reports; how do I do that? Where can I read about it?

Thanks :)

Edit: I noticed I shouldn't have multi command enabled with HC2, but I do. Would this give that symptom though?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Z-Uno and HC2 loses communication

Post by PoltoS »

I would suggest to first remove all features like Security and MultiCmd (in the IDE Tools menu) and check if the problem persists.

Read about zunoSendReport for unsolicited reports
Post Reply