Sensors data not getting pushed into IBM Bluemix - ibm-cloud

I have setup one meshlium gateway with four waspmote(AC_1, AC_2, SC_1, EN_1) devices, I have configured IBM Bluemix configuration in IoT Platforms page in the meshlium web manager. The devices are getting created in the IBM Bluemix IoTF(Watson IOTF) devices section. But sensors data not getting pushed into IBM Bluemix IoTF, in the recent logs(events) section of each devices. Could please help me out to resolve the issue.
Current version of meshlium web manager is: 3.2.5 Model Kit
My sensors in the waspmote(AC_1) is sending data to meshlium in every 10 seconds.
Bluemix Config. here:
http://img4.imagetitan.com/img.php?image=13_meshlium_ibm_bluemix_cloud_connecttor_config.png
Devices got created in IBM Bluemix IoTF(Watson IOTF):
http://img4.imagetitan.com/img.php?image=13_meshlium_waspmote_devices_ibm_bluemix.png

Related

How to connect Node-RED flow to the IoT Platform in IBM Cloud?

How to connect Node-RED flow to the IoT Platform in IBM Cloud now, since the ibmiot nodes from Node-RED are gone? Almost all Node-RED based IoT tutorials for IBM Cloud referred to IoT Platform starter and those nodes. When running Node-Red in the IBM Cloud, there used to be "IBM IoT in" and "IBM IoT out" nodes which allowed to easily connect to the IBM Watson IoT platform. But now, they are no longer available.
The IoT Platform Starter has been removed from IBM Cloud for some time now. Yet it is fairly easy to add the IoT Platform service to the “vanilla” Node-Red Starter app in IBM Cloud. As soon as it is provisioned you can install the “IBMIoT” input and output nodes using the manage palette menu option in Node-RED. Follow this blog post for more details: https://medium.com/#blumareks/iot-adventure-with-a-sensor-for-a-pet-hamster-part-2-ed56b7e3d21e?source=friends_link&sk=8b9bc03fd0521ae52413476f73c6d987

Can't find Blockchain Cloud Foundry app

I followed the instructions on IoT Asset Tracking on a Hyperledger Blockchain . BUILD and DEPLOY finished successfully, but I can't find the composer-rest-server- app under Cloud Foundry Applications.
I can use the CF Blockchain services, enter the Monitor and open the Swagger UI. The question is, where can I find the application-specific APIs mentioned in the tutorial:
If everything deployed correctly, you can find the app in the IBM Cloud dashboard at https://console.bluemix.net. If you have many apps and services deployed, make sure to filter correctly or to be aware of paging.
If you suspect that something got wrong during build and deploy, go to the toolchain and check the logs. The toolchains can also be reached from the dashboard.

How to rename validating peers in IBM Bluemix blockchain: starter developer plan beta

I am planning to do a demo blockchain implementation for asset sharing among my application instances. For that I am using the Hyperledger Fabric V0.6 service provided in IBM Bluemix blockchain(starter developer plan beta).
But in Network tab it is showing the 4 peers as Validating Peer 0, Validating Peer 1, Validating Peer 2 and Validating Peer 3.
Will it be possible to rename this peers to some name which is closely related to my business to identify them easily?
Thanks in advance.
IBM Bluemix Blockchain service based on Hyperledger Fabric v0.6 will soon be removed. Instead, the new Blockchain service(currently it's vNext Limited Beta, based on Hyperledger Fabric v1.0) will be officially supported. So, I would recommend you to do the demo based on the new version.
Back to your question, you can not rename the peers. But in vNext, you can customize your channel names and also chaincode name&version

Why can't I retrieve data from historian in Bluemix Watson IoT Platform ?

For the past week, I get error message http 503 when trying to query historical data one for one of my devices. Previously this was working and the application has not been modified. The device has not been changed. The data is correctly supplied (according to dashboard).
Has IBM changed the interface or the service has been disabled? The solution worked for over a month without error.
What can cause historical data in Bluemix Watson IoT Platform to not be accessible?
Earlier this month, the "built-in" historian feature for Watson-IoT was withdrawn. Please use the last value cache to access the most recent events from a device.
In addition to the last value cache, the old timeseries historian has been replaced by a managed connector from Watson IoT Platform to the IBM Cloudant NoSQL DB service on Bluemix.
See these blog posts for more details:
Notice of withdrawal of the ‘built-in’ Time Series historian component of IBM Watson IoT Platform
Enhanced data storage capabilities for IBM Watson IoT Platform

IBM Bluemix IOT for TIVA Launchpad communication

I have coded TIVA launchpad using the quickstart example for IBM bluemix and it works perfectly fine with data available on the quickstart dashboard, however when I use the registered option following the steps given here https://developer.ibm.com/recipes/tutorials/energia-tm4c1294/ the device does not connect to the Bluemix server(doesn't show connected status on serial port nor on active device status dashboard). Please help.