Federico M. Facca

Results 68 issues of Federico M. Facca

Hi I have the following scenario, and I am a bit blocked.... I have a container that I use to load all configurations `Configuration`, and to ensure that, when changes...

is there a way to change the owner of an organisation?

I think (and this may be related to JSON-LD, but I am not totally sure), it would be nice to have a way when i define a reference to a...

we are trying to set up a dbpool connection for crate using SqlAlchemy (1.3.4), but we get the following error: ``` Traceback (most recent call last): File "/Users/facca/.local/share/virtualenvs/ngsi-timeseries-api-x5Z2-yqd/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 697,...

question

As of today if orion returns 400 during registration, the registration fails. This means that the configuration data of the device are deleted, and you have to provide them again....

hi, we have experience quite massive issues with multicore: process constantly spawn and get killed. do you have any clue what could be the cause?

as discussed here: https://github.com/telefonicaid/fiware-orion/issues/432 for `DataTime` type orion strips milliseconds. now timestamp send by the iot agent lib are all in `DataTime` type. So despite IoT Agent handles milliseconds, these...

1. looking at the code and the docs it looks like that at creation time a deviceGroup is identified by the tuple (`resource`,`apiKey`). This means that under the same `service`,`subservice`...

documentation

It would be nice to inform the iot agent manager about the supported protocols by the deployed agents. @cerfoglg can work on that (in the lib and in the iot...

current code is as follows: ``` if (device.cbHost) { options.uri = 'http://' + device.cbHost + '/v2/subscriptions'; } else { options.uri = config.getConfig().contextBroker.url + '/v2/subscriptions'; } ``` while it should (probably)...