does someone have already used zwave device on windows iot?
Posted: 10 Oct 2015 17:13
Hi everyone,
I'm trying to use my zwave devices on windows iot installed on my raspberry pi.
in fact, I'd like to create a program that react according to some specific event from a zwave device(ie: send me a text if my zwave smoke detector has detected smoke) and I have an USB receptor Aeotec Z-Stick Series 2.
I found a quick tutorial on microsoft iot: https://ms-iot.github.io/content/en-US/ ... torial.htm.
it seemed to be a good start,
but when I launch ZwaveBackgroundService, the dsb bridge cannot start properly.
I've this log(I highlighted in bold the errors) :
Exception thrown at 0x774BB71B (KernelBase.dll) in backgroundTaskHost.exe: 0x000006BA: The RPC server is unavailable.
Exception thrown at 0x774BB71B (KernelBase.dll) in backgroundTaskHost.exe: 0x0000000E: Not enough storage is available to complete this operation.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\DevDispItemProvider.dll'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\deviceaccess.dll'. Cannot find or open the PDB file.
The thread 0xe34 has exited with code 0 (0x0).
The thread 0xe38 has exited with code 0 (0x0).
The thread 0xe30 has exited with code 0 (0x0).
The thread 0xe04 has exited with code 0 (0x0).
The thread 0xe2c has exited with code 0 (0x0).
The thread 0xe0c has exited with code 0 (0x0).
The thread 0xe28 has exited with code 0 (0x0).
The thread 0xe08 has exited with code 0 (0x0).
The thread 0xe10 has exited with code 0 (0x0).
The thread 0xe14 has exited with code 0 (0x0).
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\threadpoolwinrt.dll'. Cannot find or open the PDB file.
The thread 0xdf4 has exited with code 0 (0x0).
Exception thrown at 0x774BB71B (KernelBase.dll) in backgroundTaskHost.exe: 0x40080201: WinRT originate error (parameters: 0x80049078, 0x00000021, 0x002EF4E0).
Exception thrown at 0x774BB71B in backgroundTaskHost.exe: Microsoft C++ exception: Platform::Exception ^ at memory location 0x002EFA44. HRESULT:0x80049078 The text associated with this error code could not be found.
WinRT information: DSB Bridge initialization failed!
it seems that there is not enough memory, however that's a fresh windows iot installation and there are still plenty of space on my sd card.I'm wondering if someone has already had this error?
As I wrote I just want to use my zwave devices on windows iot, so I'm open to other solutions than alljoyn.
so does someone have already used zwave on windows iot ?
Thank you for your help,
David
I'm trying to use my zwave devices on windows iot installed on my raspberry pi.
in fact, I'd like to create a program that react according to some specific event from a zwave device(ie: send me a text if my zwave smoke detector has detected smoke) and I have an USB receptor Aeotec Z-Stick Series 2.
I found a quick tutorial on microsoft iot: https://ms-iot.github.io/content/en-US/ ... torial.htm.
it seemed to be a good start,
but when I launch ZwaveBackgroundService, the dsb bridge cannot start properly.
I've this log(I highlighted in bold the errors) :
Exception thrown at 0x774BB71B (KernelBase.dll) in backgroundTaskHost.exe: 0x000006BA: The RPC server is unavailable.
Exception thrown at 0x774BB71B (KernelBase.dll) in backgroundTaskHost.exe: 0x0000000E: Not enough storage is available to complete this operation.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\DevDispItemProvider.dll'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\deviceaccess.dll'. Cannot find or open the PDB file.
The thread 0xe34 has exited with code 0 (0x0).
The thread 0xe38 has exited with code 0 (0x0).
The thread 0xe30 has exited with code 0 (0x0).
The thread 0xe04 has exited with code 0 (0x0).
The thread 0xe2c has exited with code 0 (0x0).
The thread 0xe0c has exited with code 0 (0x0).
The thread 0xe28 has exited with code 0 (0x0).
The thread 0xe08 has exited with code 0 (0x0).
The thread 0xe10 has exited with code 0 (0x0).
The thread 0xe14 has exited with code 0 (0x0).
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\threadpoolwinrt.dll'. Cannot find or open the PDB file.
The thread 0xdf4 has exited with code 0 (0x0).
Exception thrown at 0x774BB71B (KernelBase.dll) in backgroundTaskHost.exe: 0x40080201: WinRT originate error (parameters: 0x80049078, 0x00000021, 0x002EF4E0).
Exception thrown at 0x774BB71B in backgroundTaskHost.exe: Microsoft C++ exception: Platform::Exception ^ at memory location 0x002EFA44. HRESULT:0x80049078 The text associated with this error code could not be found.
WinRT information: DSB Bridge initialization failed!
it seems that there is not enough memory, however that's a fresh windows iot installation and there are still plenty of space on my sd card.I'm wondering if someone has already had this error?
As I wrote I just want to use my zwave devices on windows iot, so I'm open to other solutions than alljoyn.
so does someone have already used zwave on windows iot ?
Thank you for your help,
David