Javier Alvarez CTIC

Results 14 comments of Javier Alvarez CTIC

Additionally, I have another small question. I'm looking to enable hot reload in this deployment. To accomplish this, I've added the following line within the tb-gateway service in the Docker...

Hi again. I tried to downgrade Thingsboard and tb-gateway versions and now its working: ``` version: '3.0' services: thingsboard: restart: always image: "thingsboard/tb-postgres:3.4.1 ... tb-gateway: restart: always image: "thingsboard/tb-gateway:3.2" command:...

Hi! Yes, If i downgrade the gateway services or the pyrhon package its works. It seems to be a bug in the most recent(3.4.4) version of the docker image. I...

Hi!! Apologies for the delay in getting back to you; I had to jump to other projects. I am glad to inform you that with the proposed changes, everything is...

I would like to follow the same process to create a backup of my Thingsboard instance (both configuration and historical telemetry data are needed). I don't understand what the deployment...

For my side I use the same docker compose file and the same environment file. I have cloned the same repository.

Hi, sorry for the delayed response, I was away on vacation. I've managed to resolve the issue. It turns out that on the new instance, I do need to completely...

Hi, I have the Pandas Version 2.2.2 installed and I have the same issue. I tried to downgrade the version and use version 2.0.1 or 2.0.2 (thats require downgrade Numpy...

Hi again! You only need to change the OMIEData/DataImport/omie_data_importer_from_responses.py code from: `df = df.concat([df, self.fileReader.get_data_from_response(response=response)], ignore_index=True)` To this: `df = pd.concat([df, self.fileReader.get_data_from_response(response=response)],ignore_index=True)` I have created a new [Pull request](https://github.com/acruzgarcia/OMIEData/pull/9), please...

Hi. As I said in my first message, I do actually have Pandas installed in my environment... In fact, I have a version higher than 2.0.1, exactly version 2.2.2. I...