Hello together
I have come one step further.
I found out that there is already a drive mapped to my Synology NAS.
I have placed the csv file in which I want to save my data directly in this folder. I have entered the following path for the node:
The payload is written correctly to the file and looks like this:
{"end_device_ids":{"device_id":"eui-a840413aa1844bb6","application_ids":{"application_id":"eschenweg11tempkeller"},"dev_eui":"A840413AA1844BB6","join_eui":"A840410000000101","dev_addr":"260B02E0"},"correlation_ids":["gs:uplink:01J0PGJA1XACWJ8KPYX0VN0W3A"],"received_at":"2024-06-18T20:28:13.449518301Z","uplink_message":{"session_key_id":"AYLfEYQASCGoMuEcCRCw9w==","f_port":2,"f_cnt":190476,"frm_payload":"DkYAAAEkAAC6AyE=","decoded_payload":{"batteryV":"3.654","hum_sht":"80.1","tempc_sht":"18.60"},"rx_metadata":[{"gateway_ids":{"gateway_id":"loragardener1","eui":"58A0CBFFFE8028ED"},"time":"2024-06-18T20:28:13.108084917Z","timestamp":2115280988,"rssi":-55,"channel_rssi":-55,"snr":11,"location":{"latitude":47.17489679472269,"longitude":7.554766237735748,"altitude":447,"source":"SOURCE_REGISTRY"},"uplink_token":"ChsKGQoNbG9yYWdhcmRlbmVyMRIIWKDL//6AKO0Q3MDS8AcaCwjd28ezBhCI3YF1IODOyYTIjRA=","received_at":"2024-06-18T20:28:13.221250293Z"}],"settings":{"data_rate":{"lora":{"bandwidth":125000,"spreading_factor":7,"coding_rate":"4/5"}},"frequency":"867700000","timestamp":2115280988,"time":"2024-06-18T20:28:13.108084917Z"},"received_at":"2024-06-18T20:28:13.246183773Z","consumed_airtime":"0.061696s","network_ids":{"net_id":"000013","ns_id":"EC656E0000000181","tenant_id":"ttn","cluster_id":"eu1","cluster_address":"eu1.cloud.thethings.network"}}}
Which node do I have to use if I only want to write individual parts of the long payload to my csv file?
What do I have to enter in the node?