-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a lorawan user in the context of the new energy domain, I'd like to integrate the data coming from Milesight sensors in the Open Data Hub #10
Comments
Deployment in testing environment done. |
Hi @luhodaan , I tested the tool and, before going into production, I would suggest to do the following changes:
|
Hi @sseppi, |
Hi @luhodaan , I tested the calla and I have seen that it seems that the import is blockes from yesterday morning. As example the call below answers with the data of the NOI-A1-Floor1-CO2 sensor with the data of yesterday at 9:34 am. Can you please chack if the sync with the LoRa portal is working fine? Moreover is there a way to get all measurement of the sensor with one single |
Hi @sseppi, I've checked and the sinc with the LoRa is fine, since the data is correctly imported in the Mongo. So it is not a data collector problem but probably a transformer issue. |
@luhodaan super! Many thanks for checking. I will wait for you to fix the bug, before finalizing the integration in the testing energy tool. |
@sseppi now the data is being correctly imported, you can check the endpoints. This is due on the current implementation of transformers, which involves pushing each new data type as a single record, followed by all the other data types for each station. Let me know if you need further clarification or if you think we should adjust things further. |
@luhodaan super, now everything seems to work fine! I integrated it in the Energy Tool: https://energy-tools.opendatahub.testingmachine.eu/ To solve the problem of getting the right values, I added the filter on the "tname" value. Did I got the right value? I hat a problem with the time that was 1 hour back. To solve the problem, I put the parameter I share here below an example of call I did, so you can easily check if I made the right call: |
@sseppi Great Job! |
Develop a new data collector and a transformer to integrate data from the lorawan on the new infrastructure
The text was updated successfully, but these errors were encountered: