For that, I have ordered a Browan TBDW100 Door/Windows Sensor.
I have managed to include it to TTN and also have set up "The Things Network (MQTT/LPP)" in Domoticz.
When I trigger an event from the sensor, I receive " Error: TTN: Invalid data received! Unable to decode the raw payload and the decoded payload does not contain any (valid) data!"
I assume, I have to use a payload formatter in TTN or something else?
This is the payload in TTN
Code: Select all
"uplink_message": {
"session_key_id": "xxxxxxxxxxxxxxxxxxxxxx",
"f_port": 100,
"f_cnt": 8,
"frm_payload": "AQs5AQAMAAA=",
"decoded_payload": {
"battery": 3.6,
"count": 12,
"status": 1,
"temperatureBoard": 25,
"time": 1
},