# Device Connection Log

**URL:** https://forums.losant.com/t/device-connection-log/2015
**Category:** Help
**Tags:** dashboard, device
**Created:** [July 20, 2019, 11:10am UTC](https://forums.losant.com/t/device-connection-log/2015 "2019-07-20T11:10:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Hendrik\_Boshoff](https://avatars.discourse-cdn.com/v4/letter/h/a8b319/32.png) [@Hendrik\_Boshoff](https://forums.losant.com/u/Hendrik_Boshoff)
#### Post date: [July 20, 2019, 11:10am UTC](https://forums.losant.com/t/device-connection-log/2015/1 "2019-07-20T11:10:05Z")

</div>

Hi there,

I created a few simulated devices and also created a workflow to generate random numbers for this devices.  
I want to show the Device Connection Log on a dashboard but gets a message “No Log entries found”  
Although this is not real devices is there a way to populate the connection log?

Thank You

---

<div class="post-metadata">

### Author: ![Dylan\_Schuster](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/dylan_schuster/32/2850_2.png) [@Dylan\_Schuster](https://forums.losant.com/u/Dylan_Schuster)
#### Post date: [July 20, 2019, 1:20pm UTC](https://forums.losant.com/t/device-connection-log/2015/2 "2019-07-20T13:20:58Z")

</div>

There is an [API endpoint](https://docs.losant.com/rest-api/device/#set-connection-status) you can use to manually set a device’s connection status. The easiest way to leverage this is to use the [Losant API Node](https://docs.losant.com/workflows/data/losant-api/) in a workflow and choose the ‘Device: Set Connection Status’ Resource/Action. Then, set either `{"status": "connected"}` or `{"status": "disconnected"}` in the request body.

---

<div class="post-metadata">

### Author: ![Hendrik\_Boshoff](https://avatars.discourse-cdn.com/v4/letter/h/a8b319/32.png) [@Hendrik\_Boshoff](https://forums.losant.com/u/Hendrik_Boshoff)
#### Post date: [July 20, 2019, 8:53pm UTC](https://forums.losant.com/t/device-connection-log/2015/3 "2019-07-20T20:53:15Z")

</div>

Thank You, it is working now
