I'm setting up some sensors on my Orange LiveObjects LoRa with a routing to my server, but I'm having trouble:
- My sensor is well provided on LoRa LiveObjects and it status is
activated
(On liveObjects and on the management app). - I'm using the generic profile
Generic_classA_RX2SF12
- It send some uplinks/downlinks messages.
- The uplinks/downlinks messages are interpreted as
Activity Logs
instead ofMessages
- The logs can't be used with my routing rule.
I'm using ACS-Switch Ineo sense sensor.
I've tried to:
- Delete and add again the sensor
- Add the sensor using liveObjects interface
- Add the sensor using liveObjects API
- Set the sensor on another account of LiveObject and it works well (I received some uplinks/downlinks messages)
- Set the streamId with
!uplink
- Use a FIFO
- Deactivate and reactivate the sensor on LiveObjects
- Reset the sensor connection so it send again
join request
that wassuccess
again
It seems to be a LiveObjects bug with my account since it works fine on another.
Does anyone already had the same bug ?
Thanks.