Page 1 of 1

Disable WAKEUP_NO_MORE_INFORMATION ?

Posted: 13 Sep 2018 01:34
by brianaker
Is it possible to disable the sending of WAKEUP_NO_MORE_INFORMATION ?

Re: Disable WAKEUP_NO_MORE_INFORMATION ?

Posted: 14 Sep 2018 11:36
by PoltoS
No. This is a must by protocol. But you can make Wakeup time very big

Re: Disable WAKEUP_NO_MORE_INFORMATION ?

Posted: 16 Sep 2018 00:22
by brianaker
How do you set the time to delay WAKEUP_NO_MORE_INFORMATION? I see how to set the WakeupInterval, but I don't believe that what you are suggesting.
Thanks!

Re: Disable WAKEUP_NO_MORE_INFORMATION ?

Posted: 16 Sep 2018 08:43
by PoltoS
Wake-up Interval is governing this. Why don't you believe?

Re: Disable WAKEUP_NO_MORE_INFORMATION ?

Posted: 17 Sep 2018 03:06
by brianaker
Sorry, let me better explain what I am asking.

Z-way-server by default sets Wake-up Interval to 3600 ( or if 0 it sets it to devices default ).

The device will then wake up based on whatever the value is.

After the device wakes up, the z-way-server will send a packet to the z-way-server ( assuming it is set to be the controller to receive the wake up; else if no controller is set a broadcast wake up is sent ).

Z-way-server upon receiving the wake up will then send a 'No More Info' notification to the node ( which the node should interpret as " go back to sleep until next event/interval ").

The "no more info" packet is what I am suggesting should be configurable; the specification does not require that the "no more" packet be sent immediately, or at all, it is just suggested.

Re: Disable WAKEUP_NO_MORE_INFORMATION ?

Posted: 19 Sep 2018 23:51
by PoltoS
It is suggested to send this. You can set in z-way devices[N].data.keepAwake=true to prevent this