You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: