dominicusmento / CSharpTradFriLibrary

This is a .NET Standard (2.0) library to communicate with the IKEA Home (Tradfri) ZigBee-based Gateway.
GNU General Public License v3.0
37 stars 20 forks source link

No devices returned by GetDeviceObjects, stalls application #26

Closed juliusdeblaaij closed 5 years ago

juliusdeblaaij commented 5 years ago

Everything worked fine up until some days ago when GetDeviceObjects started to "break" my application. I added the source code to my project so I could debug the code, I've found that inside GatewayController the GetEntityCollectionIDs task doesn't return anything and silently stalls my application. Therefore GetDeviceObjects doesn't even hit its return statement. If anyone could look into this that would be great. Since this is quite a breaking issue I've taken it upon me to mention you @tomidix

dominicusmento commented 5 years ago

@juliusdeblaaij can you provide your gateway version? Latest tested version is: 1.8.25.

juliusdeblaaij commented 5 years ago

Thank you for your reply. My current version is 1.8.0026. It might be good to know the testing thus isn't fully up to date. I found out through my IP scanning software that my Hub has changed it's IP address. I fixed this in my code and all seems to be working. I will now close the issue.