# What steps should be taken when a unit shows as disconnected?

#### **Step 1: Check Wiring**

* **Action:** Begin by inspecting all wiring connections to ensure that they are secure and correctly installed. Loose or faulty connections can often cause a unit to appear disconnected.

#### **Step 2: Verify Device Firmware**

* **Action:** Check if the device's firmware (FW) is functioning properly. You can do this by attempting to download the unit's firmware and observing whether the device appears as connected during the process.
* **Status LED Check:** If you're unable to verify through the software, observe the status LED on the unit:
  * **Constant LED:** Indicates that the unit is not communicating with the Control Unit (CU).
  * **Uneven, Fast Blinking LED:** Suggests that the unit has the wrong firmware installed.
  * **Steady, Rhythmic Blinking LED:** Indicates that the unit is functioning correctly.

#### **Step 3: Check Device Status in the System**

* **Action:** If the LED is blinking steadily but the unit still shows as disconnected, proceed to save the project in your system.
* **Monitor the Device:**
  * After saving the project, check the monitor to see if the device appears online.
  * Verify whether you can control the device from the monitor. If the device shows online and is controllable, the issue may have been a temporary glitch.

Following these steps should help you diagnose and resolve the issue when a unit shows as disconnected.


---

# 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://wiki.inels.com/inels-bus/how-to-get-started/what-steps-should-be-taken-when-a-unit-shows-as-disconnected.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.
