Closed sandervandevelde closed 7 years ago
Yes. This now time
It's fixed already but it requires a publish to npm (see https://github.com/TheThingsNetwork/integration-azure/blob/master/index.js#L22)
It seems the issue is not server_time or time, but the undefined metadata in:
time: message.metadata.time,
I commented out the whole line and I got no exception anymore.
Would love to see a new publish. Is downlink supported too? Current version does not seem to pass them
Should be fixed in https://github.com/TheThingsNetwork/integration-azure/commit/bc605a88f450c1417e1eaada2b333b278af880c1. Can you check?
ttn-azure-iothub@2.0.0
has been published to npm
Hoi Johan, it works. The telemetry is passed without any error. Thanks. But downlink doesn't seem to be supported, or does it?
Great. Let's talk in #15
I installed the integration using
npm install --save ttn-azure-iothub
And I added
The bridge connects and messages are received. But upon receiving, I get this error:
It seems the message is not parsed correctly. Does this have to do with changes in the message structure in production?
Regards,
Sander