Questions tagged [orange-api]

Orange offers a variety of APIs on developer.orange.com. Orange API is a collection of APIs that allow for interaction with Orange products and services. They have been developed by Orange, most are free to use.

Orange offers a variety of APIs on developer.orange.com

Orange API is a collection of APIs that allow for interaction with Orange products and services. They have been developed by Orange, most are free to use.

33 questions
1
vote
2 answers

Orange API: How to post on AWS with HTTP from Live Objects?

How to send data from Orange Live Objects to AWS using HTTP POST, knowing that AWS needs authentication (CA, cert and private key) ? Currently I got a 403 forbidden error as I don't send anything relative to secure connection. I tried…
BaptisteR
  • 13
  • 3
1
vote
1 answer

How do i define AppEUI?

I'm trying to add an lora device on Live Objects. There is 'AppEUI' field on device registration form. I don't know how to define AppEUI. The FAQ explains: The AppEUI and AppKey parameters are specific to the owner of the object and/or the…
meta
  • 47
  • 5
1
vote
1 answer

Getting Authentication error while calling the Orange Product Order event service

We are implementing the Orange business apps API. For this, we need to call an Orange service. This service has Bearer type authentication (Oauth2). I am able to get access token successfully and access token validity is 90 days. By using latest…
user3616545
  • 90
  • 10
1
vote
1 answer

Get image list using Orange Cloud API

Using the endpoint /folders of the Orange Cloud API, I can only get the listing of the files in the main directory: curl -X GET -H "X-Orange-CA-ESID: OFR-2588c...2e64f249ab" -H \ "Authorization: Bearer OFR-2588c...2e64f249ab" \ …
Pascal Le Merrer
  • 5,883
  • 20
  • 35
0
votes
1 answer

Unable to Run Topic Modeling in Orange - Icon does not appear within Text Mining Add-on

Sorry I am a Novice to Orange and have a very basic question. I just downloaded Orange 3.26 and installed the Text Mining Add-on through the Orange Command Prompt conda install -c conda-forge orange3-text. However, I am not able to run Topic…
Ayush Saxena
  • 105
  • 2
  • 12
0
votes
1 answer

Search returns no result in Live Object's Kibana

I have an account on the tenant ZZZ OBE smart tracking. Kibana seems available, but when I click on it I don't see any data. Search returns empty results. How can I configure Kibana properly for this account ?
0
votes
2 answers

LiveObjects receive only 'Activity logs' instead of 'Uplinks/Downlinks' messages from device

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…
E.Berthier
  • 83
  • 5
0
votes
1 answer

Orange SMS Gateway APi 1.1 is not working with php

I purchased a number of messages , and followed all the steps including 1. access token 2. client id and secret id but the sms never reach the mobile number iam using this code based on the api documentation
0
votes
1 answer

The order of uplink and unhandled downlinks on Live Objects

I have questions about sending uplink and downlink I'm receiving uplink from FIFO queue. I discovered that uplink sent later arrived first to my server despite uplink's order seems guaranteed on LiveObjects console. Do the queue ensure uplink's…
meta
  • 47
  • 5
0
votes
2 answers

Does Orange API sms sends messages to Etisalat and Vodafone?

I tried to send an sms to Orange phone number and it was sent successfully! but when i tried to send to Etisalat or Vodafone number there weren't sent and the bundle decreased by two. does orange API sms sends sms messages to Etisalat and Vodafone…
Wael Mourad
  • 144
  • 1
  • 3
  • 11
0
votes
2 answers

does MQTT API exist to send downlink to lora device?

I'm making an application to communicate with LoRa Device. I found a guide to the REST API to send downlink. However, i'm finding MQTT API to do. Does it exist?
meta
  • 47
  • 5
0
votes
1 answer

Export data from Orange-API

I would like to know if it's possible to, automatically, export the data of an object from the Orange-API to AWS ? If so, how ? Thank you !
Am ly
  • 7
  • 3
0
votes
1 answer

Receiving Json Data in a Yii2 basic application controller

I am integrating Orange Money Payment gateway with my Yii2 basic Application to be able to receive local payments on this application. In this API, when the user initiates a transaction, I receive some data after sending a curl request to the…
Nges Brian
  • 479
  • 1
  • 8
  • 22
0
votes
1 answer

Can I use Orange Authentication France to connect to Live Object?

When I look to APIs doc, it seems that there is a distinct mechanism to authentify user on Live Object : Live Object API and Orange API What should I use to develop a Live Object based LORA web application where user identify themself with their…
davidonet
  • 660
  • 4
  • 17
0
votes
1 answer

Routing Key logic

For the Orange Live Objects, I want to "filter" the messages coming from a certain "profile" and sends them to a MQTT queue. For messages with another profile, I would like to send them to a different MQTT queue. It seems that I can use the Routing…
1
2 3