Questions tagged [watson-iot]

Watson IoT is IBM's platform for connecting devices, building Internet Of Things applications and making sense of the data. Communications between devices and the cloud happen via the open, lightweight MQTT protocol. With IBM's Watson IoT Platform for Bluemix, you can connect devices, gateways and applications, allowing for analytics to be performed on the real-time data collected from your organization.

The IBM Watson IoT service lets your apps communicate with and consume data collected by your connected devices, sensors, and gateways. Recipes make it easy to get devices connected to the Bluemix cloud. Your apps can then use real-time and REST APIs to communicate with your devices and consume data. For additional information on how to connect specific device types to Watson IoT Platform, see developerWorks recipes.

enter image description here

Watson IoT Platform allows you to perform device management operations, and store and access device data. You can connect a wide variety of devices and gateway devices and Watson IoT Platform provides secure communication to and from your devices by using MQTT and TLS.

Tips for asking questions about Watson-IoT:

  • Ensure you are asking a technical question about using the Watson IoT service. (For questions about your account or billing, ask at IBM developerWorks Answers or open a support ticket.)
  • Search Stack Overflow to see if somebody else has already asked the
    same question.
  • Explain what you were trying to do when you encountered the problem. What device are you using? What programing language? Was this previously working?
  • Provide the error and code samples when possible.
  • Include the watson-iot tag and ibm-bluemix tag if applicable.
  • Provide your unique 6-character org ID and any logs you have.

Getting support for Watson IoT

Stack Overflow is the best option for technical questions about programming and deploying applications using the Watson IoT service on Bluemix PaaS. The Bluemix and IoT Support teams monitor Stack Overflow closely. If you have a non-technical question, it should be posted on IBM developerWorks Answers forum or via a support ticket.

Helpful links

Watson IoT service on Bluemix documentation

Bluemix status

Watson IoT Platform Status Page

193 questions
1
vote
1 answer

To d or not to d, what is the point?

Some Watson IoT samples use a d in device payloads {"d":{"temp":20}}. As here in embedded c: : "{\"d\" : {\"temp\" : 34 }}" Others don't use this d, they just send in format {"temp":20}. Like this java sample: //Generate a JSON object of the event…
amadain
  • 2,724
  • 4
  • 37
  • 58
1
vote
2 answers

IBM/BlueMix iOT dashboard line graph not using database (only works in realtime)?

(See picture) I have successfully connected my iOT device to the BlueMix IoT platform I can see all the events nicely flowing into the dashboard I now enabled the extension in BlueMix IoT to store all data in "Historical Data Storage" (refer to…
HixField
  • 3,538
  • 1
  • 28
  • 54
1
vote
1 answer

Publish event in ibmiot cloud using json

I want to send accelerometer data to IBM iot cloud using c language. In this i am using json format to publish event in cloud. char *data="{\"d\" : {\"x\" : 43 }}"; //is working correctly .. I want to send instant values through this pointer in…
raj
  • 53
  • 1
  • 7
1
vote
1 answer

Watson IoT Cloudant DBs are not being created automatically for historical data

I am following the instructions in https://developer.ibm.com/recipes/tutorials/cloudant-nosql-db-as-historian-data-storage-for-ibm-watson-iot-parti/ however, no databases are created automatically in the Cloudant instance. The data from my sensor…
Max Toll
  • 11
  • 1
1
vote
1 answer

Arduino does not connect to Watson IoT with MQTT

I am trying to connect an arduino to Watson IoT. With the following command: mqtt.connect(0, "d6acq3.messaging.internetofthings.ibmcloud.com",1883,"d:d6acq3:Arduino_Helligkeit:1234567890","use-token-auth",""); This is the lib I…
1
vote
2 answers

Converting sensor tag data in DSX

I'm working on converting the existing recipe for Data Science Experience (DSX) to use data from a connected Sensor Tag device. However the mobile applications for that device send the data as strings rather than numerics - this is causing the DSX…
1
vote
2 answers

Sending commands back to raspberry pi from bluemix node red

I am reading sensor values from Raspberry Pi 2 and sending it to bluemix IoT platform using node-red application on the Pi. After monitoring the values, I would like to send the command back to raspberry pi from the node red starter in the bluemix…
Dipumon
  • 149
  • 2
  • 16
1
vote
1 answer

Registering support for a custom device management extension in Node.js javascript

My goal is to define a new management extension in the Watson IoT Platform. I have read the following article: https://console.ng.bluemix.net/docs/services/IoT/devices/device_mgmt/custom_actions.html and have prepared my JSON document that…
Kolban
  • 13,794
  • 3
  • 38
  • 60
1
vote
3 answers

IBM Watson-IOT Platform Dashboard Public URL

I have sensors connected to a Raspberry Pi and using Node-Red on the Pi, I have them connected to IBM Watson-IOT. I created a board with 2 cards showing nice gauges. I want to 'share' this with a 'public' url - does anyone know how to easily do…
1
vote
0 answers

connection lost when waiting for connack response using mqtt websockets for ibm bluemix watson iot

I'm able to perform ssl & websocket handshake. The http connection is getting upgraded to websocket connection which is fine. The erlang websocket client is getting connected to the IBM Bluemix server. But after some time I receive ssl_closed…
irf_zack
  • 33
  • 5
1
vote
2 answers

Connecting ibm bluemix watson IoT using erlang mqtt websocket client on port 443

MQTT over Websocket protocol I'm trying to connect IBM Watson IoT service using erlang mqtt websockets on port 443(ssl/tls). But, I was receiving error. The IBM dos(https://console.ng.bluemix.net/docs/services/IoT/iotplatform_task.html#devices) says…
irf_zack
  • 33
  • 5
1
vote
3 answers

How to get a device/gateway IP address from Bluemix IoT service?

What needed? I need to obtain device/gateway current IP address to determine its location. How to achieve this? I found 2 options: Get a gateway IP address through Bluemix API because I see it in admin panel so decide it's available through API…
1
vote
1 answer

Connecting IBM Containers (Dockers) to Watson IoT service instance

I wonder if I can connect my Dockers running in IBM Containers service with a Watson IoT service instance (of course, running in the same organization and space). I can always assign a public IP to my Docker and connect through the public IP but I…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

IBM Watson IoT Platform: What is the best way to send heartbeat from IP capable device to IBM Watson IoT Platform for device tracking

I know we can send heartbeat payload through device monitoring topic. But do we have any another way where any IP capable device can send heartbeat to IBM Watson Platform through any IBM services or database for device tracking?
1
vote
1 answer

mqtt device regularly disconnecting

MQTT elements in my Node-RED canvas won't stay connected to a device. If I add a single MQTT element, it will connect every 15 to 18 seconds for approximately 1 second (sometimes up to 10 seconds) before it disconnects. For example here is an…
Vic Roy
  • 19
  • 2
1 2
3
12 13