# Device Simulator

The **device simulator** allows you to send data to your **HTTP device** on akenza without the need of a physical device.&#x20;

The following steps are required to make use of the device simulator:

### 1. Create a Data Flow

* **Device Connector:** HTTP
* **Device Type:** Akenza Device Simulator
* **Output Connector:** Akenza DB

### 2. Create a device

Go to *Assets* and start with *Create device*. Proceed with the creation of an HTTP device.&#x20;

{% hint style="info" %}
Find out more about [here](#2.-create-a-device) how to create an HTTP device.&#x20;
{% endhint %}

### 3. Use of the Device Simulator

Select your HTTP device in *Assets*. The device detail page will be shown. The data generator is displayed in the header of your device detail page. Select *Edit* and the sidebar of the **data generator** will appear.  &#x20;

You can choose to have data generated automatically or manually specify the sensor values. Send it in intervals or manually.\
The following values are currently available for simulation:

* Temperature
* Humidity
* CO2
* Noise level
* Illuminance
* Occupancy

![Data Generator](/files/umLr8ZPLFtOR8yQaQgsQ)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akenza.io/akenza.io/get-started/create-new-device/device-simulator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
