Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Changing entity context_type to something else than default "ROBOT" causes communication problems #28

Description

@marija185

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions