Tektelic

Connecting Tektelic to MClimate’s LoRaWAN broker

1. Create a new application server

2. Create new Custom Data Converter

Encode function is generated automatically.

Decode function should be a valid Tektelic Decoder for one of our devices, for example the script from the Vicki Tektelic Decoder, which you need to copy over.

3. Go to Manage Integrations

4. Create new HTTP Integration

  • Fill the fields

    • Type - should be HTTP

    • Data Converter - use the one you created - MClimate Vicki

    • Application address - lorawan-broker.mclimate.eu

    • port - 80

    • Base path - /tektelic

  • Copy token in the HTTP URL path.

  • Copy the token

  • Create Headers

    • 1st header

      • Key - should be "mclimate_token".

      • Value - Paste the token from developers portal.

    • 2nd header

5. Move device to Application

6. Done

Last updated

Was this helpful?