Saadiatalkpool

Results 8 comments of Saadiatalkpool

- **The DB snapshot:** ![2019-08-30 12_58_54-Start](https://user-images.githubusercontent.com/40622347/64003785-6aa67380-cb26-11e9-8d45-87504c9f95fd.png) - This is the request I am using to get data: curl --location --request GET "http://localhost:8666/STH/v1/contextEntities/type/multiSensor/id/urn:ngsi-ld:70-B3-D5-D7-20-1C-01-A7/attributes/Temperature?lastN=10" \ --header "fiware-service: myHome" \ --header "fiware-servicepath: /building7"...

![2019-08-30 17_42_41-Start](https://user-images.githubusercontent.com/40622347/64021753-1adba280-cb4e-11e9-97d5-88fcb5cdc742.png) Log file showing logs for **Manual as well as Wirecloud Hist Module** (http://124.109.46.189:8666/STH/v1/contextEntities/type/multiSensor/id/urn:ngsi-ld:70-B3-D5-D7-20-1C-01-A7/attributes/Temperature?lastN=10) GET Requests

But as you can see, the collection exists in Mongo DB with latest data

- Response on STH Startup: ![3](https://user-images.githubusercontent.com/40622347/64022650-1c0dcf00-cb50-11e9-9b0d-bd494640a41b.png) - Response on GET: ![4](https://user-images.githubusercontent.com/40622347/64022673-27f99100-cb50-11e9-9712-e9b1a2460397.png)

- Subscription logs: ![5](https://user-images.githubusercontent.com/40622347/64022956-b79f3f80-cb50-11e9-9c7c-c3bd7831a37d.png)

That could be the problem I am notifying to "url": "http://sth-comet:8666/notify"

Now I am facing Connection issues: ![2019-09-03 16_37_06-Start](https://user-images.githubusercontent.com/40622347/64173107-fa725780-ce6f-11e9-8b7c-eca814bc54d3.png) ![2019-09-03 16_38_05-Start](https://user-images.githubusercontent.com/40622347/64173108-fa725780-ce6f-11e9-965e-52d3931d9fe8.png) ![2019-09-03 16_48_47-Start](https://user-images.githubusercontent.com/40622347/64173110-fb0aee00-ce6f-11e9-85d0-33be1bf4e022.png)

Now seems like cygnus is working properly and persisting data to mongoDB. But still when I query sth: curl -G -X GET 'http://124.109.46.189:8666/STH/v1/contextEntities/type/multiSensor/id/urn:ngsi-ld:70-B3-D5-D7-20-1C-01-A7/attributes/Temperature' \ -d 'lastN=3' \ -H 'fiware-service: myHome'...