FiLiP
FiLiP copied to clipboard
FIWARE Library for Python (FiLiP) to work with FIWARE API
Closes #237. ## Current state of `examples\ngsiv2` that have been worked on: - Changes in every example: - Logger does not show the name of the module and class, but...
Closes #272 Closes #270 I also removed a redundant warning in the subscription handling, which leads to this messages: ``` 18-Apr-2024 12:32:58 INFO: pong/NotifiedAttributesContextBroker: Posting subscription to topic '/agentlib/agentlib/myEmulatorExample/ContextBrokerSubscriptions/pong_NotifiedAttributesContextBroker' with...
**Is your feature request related to a problem? Please describe.** Orion has updated the behavior of custom notifcation. Users can define more flexible notification to forward data to external endpoint....
**Is your feature request related to a problem? Please describe.** Updating entities with `keyValues` form is now supported by [`update_entity_key_values`](https://github.com/RWTH-EBC/FiLiP/blob/44a70591fbf589f34b71bf36cd90c1b2346832a8/filip/clients/ngsi_v2/cb.py#L822C9-L822C33) and [`update_entity_attributes_key_values`](https://github.com/RWTH-EBC/FiLiP/blob/44a70591fbf589f34b71bf36cd90c1b2346832a8/filip/clients/ngsi_v2/cb.py#L859C11-L859C44). However, the request options like `append `, `overrideMetadata...
**Is your feature request related to a problem? Please describe.** Currently, filip is closely to the UNECE unit model. However, depending on the system requirements one want to add other...
A testcase for each endpoint should be created. The main focus will be on subscriptions and batch operations.
Create an NGSI-LD ContextBorker client in Filip. Update any NGSI-LD endpoints that are already integrated and integrate any that are missing.
In order to integrate the NGSI-LD datamodel creation, implement additional logic to update the V2 datamodels regarding the migration steps defined by fiware: https://fiware-datamodels.readthedocs.io/en/stable/ngsi-ld_howto/