Hi @Luxxii
Yesterday I changed the entity context_type in config.json as described here:
https://firos.readthedocs.io/en/latest/install/configuration-files.html
My config.json now has the additional line with the parameter "context_type" as:
{
"environment": "fof_lab",
"fof_lab": {
"context_type": "CentralSP",
"server": {
etc...
In OCB now I can see:
"id":"map","type":"CentralSP", etc...
Now, what is interesting is that I can not receive the data from another docker container also using firos because there I have the default type "ROBOT", although I can see the data in a web browser under entities. If I rename the default type of the firos config.json of this other docker container to the same name "CentralSP", then the data are received!
To have more info how OCB looks of this other docker container, it begins with:
"id":"robot_0","type":"CentralSP", ...
The problem is that the type needs to be the same in all the containers that communicate through firos to each other. However, it would be nice if the type does not prevent the communication of different types.
best regards,
Marija