In Built Parser For Custom Helium Connector

Hi,

I am parsing data from my device via Helium and into my bucket on TagoIO but the name of my variables come through as 1, 2, 3, 4 etc.

Is there anyway to obtain and edit the parser used for the connector so that I can change the parsed variables are named correctly before they are stored in my bucket?

Maybe another method of doing this but I can’t see anything on the device side/local decoding function in Helium to achieve this. Everything is named correctly there but these arbitrary numbers appear to be applied on the TagoIO end.

Thank you,

Mark

Hi Mark,

You can use the device payload parser to alter the data that is coming from the connector and going to the bucket.

Here’s a tutorial on how to do that.

Thanks Freddy.

I’ll check out the tutorial and give it a go. I’ll report back on my progress :slight_smile:

Hi Mark,

Great! Don’t forget to use the code snippets provided in the device payload parser. They’ll help a lot when you first start out.