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
0
votes
1 answer

Unable to add device credentials set up in Watson IoT to your IoT device

I am using my mobile phone as a IoT device and I was able to access the URL from my phone however the device does not appear as connected in Watson IoT. Based on the below screen shot I need to understand how to add the credentials to my phone. I…
max092012
  • 365
  • 1
  • 5
  • 25
0
votes
1 answer

Unable to recieve data from device in ibmiotin

I'm using my mobile phone as an IoT device and it does appears in the "Browse Devices" section in IBM Watson IoT platform. The events of this device are also getting recorded like below, { "d": { "id": "iotdemodev", "ts":…
max092012
  • 365
  • 1
  • 5
  • 25
0
votes
1 answer

How to install node-red-dashboard to Node-RED on IBM Watson IoT?

I started Watson IoT Platform Starter on IBM Cloud, Node-RED deployed a boilertemplate. Now I remodeled the template node, and got following fluctuating numerical data per inject. node: cpu status msg.payload: string[4] "18.5" I'd like to draw line…
tyro
  • 3
  • 2
0
votes
1 answer

How to subscribe a Watson IoT Device events using MQTT?

I'm creating a MQTT client with Paho and Python to connect with a device in Watson IoT Platform. I correctly assembled the broker: .messaging.internetofthings.ibmcloud.com:1883 And the client: d::: And published values…
0
votes
2 answers

Unable to connect Node-Red running locally with Watson IoT platform on IBM Cloud

I am unable to connect to the Watson IoT platform from a Node Red installed locally on my system. I have installed the ibmiot node. In connection details, I selected Authentication as "API Key". In the API Key settings, for API Key, I specified the…
ShwetaJ
  • 462
  • 1
  • 8
  • 32
0
votes
1 answer

How to subscribe IBM Watson IOT Platform with CC3220s launchpad and Code Composer Studio?

I have been trying to send messages to IBM IOT Platform using CC3220s Launchpad and Code Composer Studio cc32xx SDK, watson_mqttclient_CC3220S_Launchxl_tirtos_ccs project. I can send the messages to quickstart broker. However, I got: Invalid…
enez2692
  • 77
  • 5
0
votes
1 answer

How to extract the event data using HTTP API from IBM watson device

I have the ibm Watson account and connected my labview device to the IBM cloud. I need to extract the data which I sent from labivew in order to view the data in MIT app inventor. I am able to get the location, timestamp and other information like…
0
votes
0 answers

Watson IoT Platform stuck in "Binding" state connecting to Cloudant

I've been trying for a few days now to use Cloudant as my Watson IoT Platform´s Historian service, but still no success. I've finally managed to connect them with help I got here: Can't connect Watson IoT Platform to Cloudant, so I was able to set…
Tomaz Fernandes
  • 2,429
  • 2
  • 14
  • 18
0
votes
1 answer

Can't connect Watson IoT Platform to Cloudant

I've been trying for some time now to connect my Watson IoT Platform to a Cloudant database as a Historian service. I´ve followed instructions from a variety of tutorials available but one service never appears as an possible connection to the…
Tomaz Fernandes
  • 2,429
  • 2
  • 14
  • 18
0
votes
0 answers

Don't receive from wiotp

I'm sending events to the Watson IoT platform using the wiotp out node on a RPi, the event name is eventfromasset. The wiotp in node on the IBM Cloud is connected to the same organization, but doesn't get any event. I tried all commands and…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
0
votes
1 answer

Watson IOT Out and In nodes alternating status

Related to that question: My wiotp out node is on a RPi, the wiotp in node on IBM Cloud. They can connect to the platform using the same credentials, but only one of them is connected, disconnecting after some seconds and vice versa. What needs to…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
0
votes
1 answer

wiotp out Node-RED node on Raspberry Pi connects to Watson IoT and stays disconnected after flow change

I added a wiotp out node to the flow and created a device on the Watson IoT platform. The initial connect was successful and logged on the platform: Token auth succeeded: ClientID='d:ltxxxx:RaspberryPi:RPi3', ClientIP=146.52.28.xxx I then added an…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
0
votes
1 answer

MQTT client disconnects from Watson IoT platform: "The topic is not valid: temp The topic does not match an authorized rule"

I'm using the Node-RED MQTT client to send an event to the Watson IoT platform. The client connects successfully. However, when I inject the payload and send it to the platform the clients gets disconnected immediately and re-connects after some…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
0
votes
2 answers

Can not connect to Watson IoT - connection refused

I'm following these instructions using the orgID given by the Watson IoT platform. I then created the MQ Client in Node-RED using this orgID and d:orgID:mydevicetype:mydevicedid using arbitrary mydevicetype and mydevicedid. These are the Node-RED…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
0
votes
1 answer

How to handle SSL Certificate Expiry for IOT devices connected to the Watson IOT Platform

We developed IOT based devices which connects to Watson IOT Platform ; we intend to use SSL Certificates. The devices are based on GPRS and would be installed at remote location. Remote Certificate Updates are not possible. Now as I read, SSL…