I see the following headers / values on the working request in Insomnia:
"measuringPointId": "75z2w",
"channelName": "Zuluft 1",
"value": "19.1",
"unit": "°C",
"isoValue": "19.1",
"isoUnit": "°C",
"timestamp": "2025-02-05T09:30:00Z"
But in the nodered debug it's only them:
measuringPoints: array[14]
[0 … 9]
0: object
id: "75z2w"
name: "Zuluft 1"
description: "T2_45858433_1"
group: "Zuluft"
area: "Rottehalle"
Is there any documentation on how the format for the header should be?
Are you 100% certain the URL is the same in your application and in node-red? Copy and paste both into a text editor on two lines and inspect them closely.
What versions of node js and node red are you using?
Are you processing the data after the request node?
Can you share a screenshot of your flow?
Would you be willing to share the URL & token so I can try (obviously you would send this privately in a direct message)
and in Node Red the value was missing. As the URL was not visible completely I missed that! And I don't know, how this happened as I was sure (at least thought it) that I cpoied the URL from Insomnia!
Anyways, great catch and another layer 8 user fail