0 votes
by (120 points)

Hi Squix,

I followed your blog on using the http dataintegration with your description how to log into a google spread sheet.

Works fine except the payload formats are strange

payload raw:           01B9                          in google spreadsheet:               Abk=

payload decoded:

{
  "voltage": 11.97                                       in google spreadsheet:               
}

do you have any idea?

btw the process further works very good, like it.

Felix

below the google result

jsonData.app_idjsonData.dev_idjsonData.hardware_serialjsonData.portjsonData.counterjsonData.payload_rawjsonData.payload_decodedjsonData.metadata.timejsonData.metadata.frequencyjsonData.metadata.modulationjsonData.metadata.data_rate

 

arduinolorahat1voltage_sensor70B3D57EF0006B4C121883Abk=2017-09-30T20:11:31.194226064Z868100000LORASF7BW125

1 Answer

0 votes
by (10.0k points)
My first guess was that the payload was base64 encoded and needed some decoding. A quick test with this tool proved otherwise: https://www.base64decode.org/

So right now I'm not really sure what is happening... Maybe someone else has an idea?

Welcome to ThingPulse Q&A, where you can ask questions and receive answers from other members of the community.

https://thingpulse.com

...