Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:smart2b:home [2024/02/28 15:29] jsanchez_odins.es |
public:smart2b:home [2024/10/09 08:53] (current) |
||
---|---|---|---|
Line 163: | Line 163: | ||
- Note the `ABL-.*` at the end of the URL. As a consequence, | - Note the `ABL-.*` at the end of the URL. As a consequence, | ||
+ | ### Verification of Context Source Registrations | ||
+ | After registering the Context Source it can be checked if the registrations process was successful --- i.e. the integrating partner software component that receives the messages from the NGSI-LD Broker in WP3 Smart2B Platform is supposed to be registered before actuation can carry over from the WP3 Smart2B platform all the way down to the building equipment. | ||
+ | |||
+ | The following POSTMAN collection can be employed in order to verify if the Context Source Registration took place successfully. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **IMPORTANT** | ||
+ | |||
+ | There is a limitation of `1000` items per query, specified as an URL option like this: | ||
+ | |||
+ | ``` | ||
+ | https:// | ||
+ | ``` | ||
+ | |||
+ | In order to request the following 1000 items, the `offset` variable must be set like this: | ||
+ | |||
+ | ``` | ||
+ | https:// | ||
+ | ``` | ||
+ | |||
+ | - For more information about the high-level architecture and flow of Actuation, please refer to [Low level interaction for actuation with NGSI-LD Broker](# | ||
## Smart2B platform resource monitoring processes | ## Smart2B platform resource monitoring processes | ||
Line 422: | Line 444: | ||
- E.g. Query with a GET request the same ACTUATOR entity and look at the `command` attributes and their info. | - E.g. Query with a GET request the same ACTUATOR entity and look at the `command` attributes and their info. | ||
- Query the broker itself to get relevant information about the Context Source registration for its entities --- should get the partner IP address and TCP port. | - Query the broker itself to get relevant information about the Context Source registration for its entities --- should get the partner IP address and TCP port. | ||
+ | - Check that a Context Source Registration exists for the particular entity in the Broker. For this, follow [these instructions](# | ||
- If the context source registration is not propertly done --- get in contact with the relevant pilot owner. (For SCML it would be EDP SEL, for AOC its either ODINS or EB, for ABL its Martin Kaufman, for CJC is EB, for ARA is EDP Miguel) | - If the context source registration is not propertly done --- get in contact with the relevant pilot owner. (For SCML it would be EDP SEL, for AOC its either ODINS or EB, for ABL its Martin Kaufman, for CJC is EB, for ARA is EDP Miguel) | ||
- If the context source is successfully registered, when the commands are not reaching the building equipment, get in contact with the relevant pilot owner. | - If the context source is successfully registered, when the commands are not reaching the building equipment, get in contact with the relevant pilot owner. | ||
- | ## Consult | + | ## Get a complete list of Smart2B platform entities by type |
Below is attached a JSON file that contains a Postman collection with the necessary requests to recover all the information corresponding to the entities of each type that are registered on the Smart2B platform: | Below is attached a JSON file that contains a Postman collection with the necessary requests to recover all the information corresponding to the entities of each type that are registered on the Smart2B platform: | ||
Line 447: | Line 470: | ||
### Steps to follow by non-technical partners (Project coordination or Pilot Leaders) | ### Steps to follow by non-technical partners (Project coordination or Pilot Leaders) | ||
- | TODO | + | - Gotify is the chosen tool to notify relevant partners (coordination, |
+ | |||
+ | - In your favourite device, go to https:// | ||
+ | |||
+ | - user: `smart2b` | ||
+ | - pass: `52MTf4hxcYnNJCrM` | ||
+ | |||
+ | Alternatively you might install the official Gotify SmartPhone Tools | ||
+ | |||
+ | - https:// | ||
+ | |||
+ | Check periodically this notification web when an experiment is near. If there are recent notifications, | ||
### Steps to implement by Integrating/ | ### Steps to implement by Integrating/ |