Page cover image

Calec ST III LoRaWAN

Product Datasheet

Device Profile for Tesenso IoT Cloud

Decoder/Payload Converter for Tesenso IoT Cloud

Device dataKeys

in manual
dataKey
dataType
dataFormat

address

secondaryAdress

serverAttribute

string

manufacturer

manufacturer

serverAttribute

string

device_type

medium

serverAttribute

string

Flow temperature [°C]

flowTemperature [°C]

telemetry

integer

Return temperature [°C]

returnFlowTemperature [°C]

telemetry

integer

Flow [l/h]

flowRate [l/h]

telemetry

integer

Main Energy [kWh, kJ, kBTU]

heatMeterEnergy [kWh, kJ, kBTU]

telemetry

integer

Main Volume

waterMeter

telemetry

integer

current power

power

telemetry

integer

{
    "DevEUI_uplink": {
        "Time": "2022-09-06T11:01:51.751+02:00",
        "DevEUI": "F023B90005851845",
        "FPort": 2,
        "FCntUp": 1372,
        "ADRbit": 1,
        "MType": 2,
        "FCntDn": 222,
        "payload_hex": "2044b42545188505c0047a640000000406cd7a0200046d3023b52c0c7845188505",
        "mic_hex": "4c1cabd6",
        "Lrcid": "00000401",
        "LrrRSSI": -117.0,
        "LrrSNR": 2.25,
        "LrrESP": -119.029411,
        "SpFact": 9,
        "SubBand": "G1",
        "Channel": "LC3",
        "DevLrrCnt": 1,
        "Lrrid": "080E04C7",
        "Late": 0,
        "LrrLAT": 47.480103,
        "LrrLON": 7.519519,
        "Lrrs": {
            "Lrr": [{
                "Lrrid": "080E04C7",
                "Chain": 0,
                "LrrRSSI": -117.0,
                "LrrSNR": 2.25,
                "LrrESP": -119.029411
            }]
        },
        "CustomerID": "100047263",
        "CustomerData": {
            "loc": {
                "lat": "47.5054475",
                "lon": "7.553139499999999"
            },
            "alr": {
                "pro": "LORA/Swisscom",
                "ver": "1"
            }
        },
        "ModelCfg": "0",
        "InstantPER": 0.5,
        "MeanPER": 0.121212,
        "DevAddr": "087B7D29",
        "TxPower": 16.0,
        "NbTrans": 2,
        "Frequency": 868.5,
        "DynamicClass": "A"
    }
}
{
    "msg": {
        "ts": 1662405706215,
        "time": "2022-09-05T21:21:46.215+02:00",
        "rssi": -115,
        "snr": -1.5,
        "frequency": 866.7,
        "data": "2044b42545188505c0047a640000000406cd7a0200046d3023b52c0c7845188505",
        "port": 2,
        "heatMeterEnergy": 162509
    },
    "metadata": {
        "deviceType": "CalecSTIII",
        "deviceName": "F023B90005851845",
        "ts": "1662405707125"
    },
    "msgType": "POST_TELEMETRY_REQUEST"
}

sample hex Code

20 44 b4 25 45 18 85 05 c0 04 7a 00 00 00 00 04 06 aa 77 02 00 04 6d 1c 27 b4 2c 0c 78 45 18 85 05

Decoded:

header:

  • len: 20

  • send/no replay: 44

  • manufacture: 25b4

  • sec. addres: 45 18 8 05

  • version: c0

  • medium: 04

  • ci-field: 7a

  • access couner: 00

  • status: 00

  • signature: 00 00

Energy Reading:

  • DIF: 04

  • VIF: 06 (0.001MW/h)

  • value: aa 77 02 00 (Note: these value should be evaluated as LSB UINT 32)

current data/time stamp

  • dif: 04

  • vif: 6d

  • value: 1c 27 b4 2c (Note: thes value should be evaluated as LSB UINT 32)

Fabrication number:

  • dif: 0c

  • vif: 78

  • value: 45 18 85 05 (Note: these value should be evaluated as LSB UINT 32)

Last updated