-
Notifications
You must be signed in to change notification settings - Fork 40
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
LoraServer.io + cayennelpp flow, empty measure on Orion #70
Comments
Could you please include the log of the LoRaServer.io application server where the messages published in the MQTT topics can be seen? Please check https://www.loraserver.io/guides/troubleshooting/application-server/ in order to see what we expect, something like:
|
We would need also to know which version of LoRaServer.io you are using. |
Attached a piece of docker-compose logs about Lora components, including the LoRaServer.io application server. I found some messages similar to the info you wrote (note "integration/mqtt" instead of "handler/mqtt")
We are using version 2.8.1. |
Hi, There are several problems in your setup:
All these changes have been merged. In order to try again, please clean all the previously registered devices in the IoT Agent. |
I've tested this new version and it works fine.
|
About that I wrote in the previous post at 2). In the first instance, something probably got dirty in the db. |
Great! Then we can close this issue. :) |
I installed the loraserver.io architecture and registered a real device, it sends measures and I see them subscribing to all topics of the MQTT broker.
Considering an application with name hCfjWFtMwX8l38x and loraServer id = 4 and a device with a DevEUI 17446f057c1054a1, I have these measures on this topic application/4/device/17446f057c1054a1/rx
I've tried to do the provisioning of this device on the IoTagent-LoRaWAN:
it creates the entity on Orion and these messages about Mqtt topic subscription appears on the agent log:
after other logs:
The entity on Orion is created correctly, but the value of the measure is empty
As you can see I've tried both barometer and barometer_2 as parameters.
Note that the topic where the measures arrive application/4/device/17446f057c1054a1/rx is different than the subscribed topic shown on the log message 4/devices/17446f057c1054a1/up
I also tried to change
but in any cases the result was always the same.
Did I any mistake or is there any issue on the agent ?
Full log attached
The text was updated successfully, but these errors were encountered: