Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

AllJoyn ZWave Adapter Headless Host not receive signals from sleeper devices after reboot #543

Open
NexVII opened this issue Dec 21, 2017 · 0 comments

Comments

@NexVII
Copy link

NexVII commented Dec 21, 2017

Hi,
I'm working with a Raspberry Pi3 and Windows IoT Core v.10.0.16299.125 and USB Aeon Labs Z-Stick Gen 5 attacched to RPi.
The ZWave Provider works great with all ZWave devices until I reboot RPi, after which I do not receive any signal from sleeper device until they send the message "WAKE_UP_NOTIFICATION", but this could happen after a day.
So every signals sent by these devices in this period are lost.

I think it depends from the provider that does not save the information about the devices, so when I restart it the provider must query them again to discover the implemented classes, which cannot happen for the sleeping devices.

Examining the code I noticed that the saving of this information was explicitly deactivated at samples/AllJoyn/Samples/ZWaveAdapter/AdapterLib/ZWaveAdapter.cpp: 171 "Options::Get()->AddOptionBool("SaveConfiguration", false);".

Could be this the cause?
It's possible to receive signals from sleepers devices after reboot?

Thanks
Best Regards
Marco

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant