Unable to See DataStreams on DeviceCloud

I got an Xbee Gateway WIFI registired in DeviceCloud, it is working as a Coordinator. I got 2 Xbee EndDevices and 1 Xbee Router; all of them appear in the tab DeviceManagement/Xbee Networks.

I’ve done very simple test using Xbee USB Explorer store data in DeviceCloud. I’ve seen python.log uploading data succesfully. When I go to DataServices/Datastreams or Datafiles to recover the information sent from Xbee USB Explorer, there is nothing at all.

Could you help me please?

Here you have a log sample:

ul 13 15:48:47 local7.info pylog: 2016-07-13 17:48:47,885 DEBUG xbgw.reporting.device_cloud: xbee.serialIn from (‘[00:13:A2:00:40:9B:BB:12]!’,)
Jul 13 15:48:47 local7.info pylog: 2016-07-13 17:48:47,899 DEBUG xbgw.reporting.device_cloud: Topic xbee.serialIn, ident (‘[00:13:A2:00:40:9B:BB:12]!’,), value Hola Mon!! with extra data {}
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,379 INFO xbgw.reporting.device_cloud: Uploading data to DataPoint/upload.csv
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,392 DEBUG xbgw.reporting.device_cloud: stream_id: xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,403 DEBUG xbgw.reporting.device_cloud: data: (‘xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!’, ‘Hola Mon!!’, {})
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,418 DEBUG xbgw.reporting.device_cloud: stream_id: xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,429 DEBUG xbgw.reporting.device_cloud: data: (‘xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!’, ‘Hola Mon!!’, {})
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,446 DEBUG xbgw.reporting.device_cloud: stream_id: xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,453 DEBUG xbgw.reporting.device_cloud: data: (‘xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!’, ‘Hola Mon!!’, {})
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,472 DEBUG xbgw.reporting.device_cloud: stream_id: xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,483 DEBUG xbgw.reporting.device_cloud: data: (‘xbee.serialIn/[00:13:A2:00:40:9B:BB:12]!’, ‘Hola Mon!!’, {})
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,490 INFO xbgw.reporting.device_cloud: Upload contains 4 datapoints
Jul 13 15:48:49 local7.info pylog: 2016-07-13 17:48:49,769 INFO xbgw.reporting.device_cloud: Upload successful

I don’t see a problem here. Where are you looking for the DataStreams? You should be able to see the data in your Device Cloud account under the Data Streams menu. Since this is not numeric or integer data, be sure you select the Raw Data option rather than chart to see the readings.

Additionally, serial data is encoded (I believe it is base64 UTF8) on the Device Cloud.