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

In Watson IoT can we publish events and subscribe for commands using the same auth-token on the Device?

What is the approach to be followed (on the device) if we have to publish events to cloud and subscribe for MQTT messages on the Device at the same time using the auth-token provided by the Watson IoT platform. When we try to publish to a topic when…
NitishDeshpande
  • 435
  • 2
  • 6
  • 19
2
votes
2 answers

Is there a way to create rules, actions, message schemas programatically in IBM Watson IoT platform?

Is there a way to create rules, actions, message schemas from a program using REST APIs? I want a simple rule to be configured like eventData.temperature > 50 C do some action. Can this be done programatically? Also, Can this value 50 C be…
NitishDeshpande
  • 435
  • 2
  • 6
  • 19
1
vote
0 answers

Cannot visualize data in IBM Watson IoT Platform

I have a TI sensortag CC2650 connected to a Raspberry Pi using Node-Red and I have connected them to IBM Watson IoT output. I am trying to create a card in a board in IBM Watson IoT Platform in order to see the data but when I click on "boards" =>…
1
vote
2 answers

SocketException after publishCommand, ApplicationClient

I have created an application in the IBM Watson IoT Platform, and I used the code sample provided to connect an ApplicationClient object. The connection is fine, but when the publish command is sent, after a second or two I got this in the output…
Mackhdo
  • 110
  • 8
1
vote
1 answer

Watson-IoT event listener in python

I'm trying to create a listener in python that automatically retrieve events from devices in Watson-IoT as they occur. When an event occurs I want to call a specific function. I have read through the documentation and the API-specifications but…
Johan
  • 55
  • 5
1
vote
1 answer

ibmiotf client doesn't publish when using mqtt.js simultaneously

I am working on a project with multiple brokers, the first one is IBM IoT Watson, and the second one is my broker. I am trying to connect to both of them, listen to changes to my broker, and publishing them to IBM Watson IOT. I am using nodejs…
Mostafa Khattab
  • 554
  • 6
  • 18
1
vote
1 answer

Failed with exception Connection lost (32109) when an Android app subscribes events from IBM IoT platform

I am trying to subscribe events from IBM IoT platform. The example I tested is from an IBM blog: https://www.ibm.com/developerworks/library/iot-mobile-phone-iot-device-bluemix-apps-trs/. In this link, the codes can be downloaded. With this example,…
Qinrui
  • 21
  • 3
1
vote
1 answer

How to use device metadata on Watson IoT Platform dashboard cards

I'm trying to map my devices using map card on IoT Platform. The devices don't send location data so I added the following JSON to device's metadata: { "location" : { "long": "32.333333", "lat":"32.333333" } } Then, added…
Anton G
  • 11
  • 1
1
vote
1 answer

IBM Internet of Things Platform Starter application create fails with BXNUI0005E

I am trying to create an application in IBM Internet of Things Platform Starter and getting following message: BXNUI0005E: The 'xxxxxx' app wasn't created because a problem occurred contacting Cloud Foundry. Try again later. If you see this…
1
vote
1 answer

IBM IOT C# client thowing invalid ip address exception when constructing gatewayclient

I am beginning to use the sample IBM-IOT C# sample code as per https://github.com/ibm-watson-iot/iot-csharp/blob/master/docs/Gateway.rst however I get "An invalid IP address was specified." thrown when the gateway constructor is called using the org…
Zaphod
  • 11
  • 3
1
vote
2 answers

Bluemix Connection Refused: not authorised, can't register device

I have read several tutorials and topics and I did everything as described, but still I am not able to register device. I have been trying to use MQTTlens and mosquitto but same problem, not authorised Bellow is command for mosquitto mosquitto_pub…
emir
  • 1,336
  • 1
  • 14
  • 33
1
vote
2 answers

Visualize Historian Device Data in Watson IoT Platform: Issue

I am very new with IBM Bluemix, right now I'm working with a Raspberry Pi and IBM Watson Platform. I have followed this tutorial And I can't storage the information, only the information is available in real time. furthermore in my Cloudant always…
1
vote
1 answer

Message is not publishing to ESP8266 from IBM Bluemix

I have programmed to my ESP8266 and subscribed one topic to keep listening messages. This is my graphical view of injecting message to IBM Iot node. This is my settings of inject view This is my settings of IBM Iot node. Here are my logs at…
N Sharma
  • 33,489
  • 95
  • 256
  • 444
1
vote
2 answers

Error: Connection refused: Not authorized on debug view on IBM Bluemix

I am trying to do some experiments with IBM Bluemix platform for my IOT application. I am able to publish the events which are logging well also on Bluemix. I have checked this thread but didn't work for me IBM Bluemix: Device connected, but…
N Sharma
  • 33,489
  • 95
  • 256
  • 444
1
vote
1 answer

Access-Control-Allow-Origin, IBM Bluemix

I create a service for adding IOT devices to the list. When sending data I get an error: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource I tried like…
DENVOL
  • 11
  • 2
1
2
3
12 13