Hi.
I try to recreate this project and followed the steps, but when i test the Push Monitor in api explorer it appears inactive, and from there on i can't run the Freeboard app.
Can anybody gave me advice where could i be wrong?
https://www.digi.com/resources/documentation/digidocs/pdfs/90002251.pdf
Those are the steps i make
1.Create a Push Monitor in api explorer digi manager
<Monitor>
<monTopic> DataPoint/dia/channel/00000000-00000000-00409DFF-FF6BA6D5/router/temperature </monTopic>
<monTransportType>http</monTransportType>
<monTransportUrl>https://dweet.io/dweet/for/00000000-00000000-00409DFF-FF6BA6D5-router-temperature</ monTransportUrl>
<monFormatType>json</monFormatType>
<monBatchSize>1</monBatchSize>
<monCompession>none</monCompession>
<monBatchDuration>1</monBatchDuration>
<monTransportMethod>POST</monTransportMethod>
</Monitor>
https://dweet.io/get/dweets/for/00000000-00000000-00409DFF-FF5C525A-router-temperature
2. Test the Push Monitor in api explorer digi manager
<?xml version="1.0" encoding="ISO-8859-1"?>
<result>
<resultTotalRows>2</resultTotalRows>
<requestedStartRow>0</requestedStartRow>
<resultSize>2</resultSize>
<requestedSize>1000</requestedSize>
<remainingSize>0</remainingSize>
<Monitor>
<monId>765614</monId>
<cstId>22067</cstId>
<monLastConnect>2019-07-05T13:39:34.827Z</monLastConnect>
<monLastSent>2019-06-25T09:50:45.890Z</monLastSent>
<monTopic>DeviceCore</monTopic>
<monTransportType>tcp</monTransportType>
<monTransportUrl>http://fakehost/dashboard/fakeendpoint</monTransportUrl>
<monFormatType>json</monFormatType>
<monBatchSize>1000</monBatchSize>
<monCompression>zlib</monCompression>
<monStatus>INACTIVE</monStatus>
<monBatchDuration>1</monBatchDuration>
<monDescription>DHD session cache: 4e46dd92461e92c6aee1d363ec1795c7</monDescription>
<monAutoReplayOnConnect>false</monAutoReplayOnConnect>
<monAckOption>explicit</monAckOption>
</Monitor>
<Monitor>
<monId>850502</monId>
<cstId>22067</cstId>
<monLastConnect>2020-04-22T12:08:26.583Z</monLastConnect>
<monLastSent>2019-10-19T14:07:30.623Z</monLastSent>
<monTopic>DeviceCore</monTopic>
<monTransportType>tcp</monTransportType>
<monTransportUrl>http://fakehost/dashboard/fakeendpoint</monTransportUrl>
<monFormatType>json</monFormatType>
<monBatchSize>1000</monBatchSize>
<monCompression>zlib</monCompression>
<monStatus>INACTIVE</monStatus>
<monBatchDuration>1</monBatchDuration>
<monDescription>DHD session cache: a348a17d470f80878f657093b00dbf27</monDescription>
<monAutoReplayOnConnect>false</monAutoReplayOnConnect>
<monAckOption>explicit</monAckOption>
</Monitor>
</result>
3. Perform a GET to https://dweet.io/get/dweets/for/00000000-00000000-00409DFF-FF5C525A-router-temperature to get the last five data points.
{"this":"failed","with":404,"because":"we couldn't find this"}
Can i upload files in this forum?