I am using Orion Context Broker version 1.1.0
I had the only entity in my DB:
{
\"id\"=>\"Room1\",
\"type\"=>\"Room\",
\"temperature\"=&g
This is due to a problem in subscriptions cache management in Orion 1.1. So, the solution in that version is to disable cache using -noCache
CLI option.
The bug has been identified and a github issue has been created about it. It will be fixed in a newer Orion version.
EDIT: the bug has been solved in development branch, so it would be ready in Orion 1.2, to be release by early June 2016.