OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Associations cached #340

Closed cburghardt closed 4 years ago

cburghardt commented 5 years ago

I am currently testing a lot to assign, remove and request associations. What I have noticed is that sometimes the addition of an association works (the devices react accordingly) but the getAssociations request delivers an empty list. I am not quite sure under which circumstances but the issue is definitely there. Are the results eventually cached?

cburghardt commented 4 years ago

I have followed up on this and can reproduce this issue with battery powered devices. The associations are written correctly by openzwave and are also visible in the ozwave cache file. However when I query them via getAssociations I get empty results.