> For the complete documentation index, see [llms.txt](https://devcontrol2.gitbook.io/devcontrol2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcontrol2.gitbook.io/devcontrol2/readme/daily-controls-and-notifications/main-dashbaord.md).

# Main dashbaord

Things on this page may change very quickly (including screenshots and their alt texts); see "last updated" at the bottom of this page. Thanks

How to open it:

* After receiving the login credentials mail, it should be the default dashboard
* Anyway, it is in the left sidebar unless you have disabled it

{% tabs %}
{% tab title="Conditions Tab" %}
Observing windows, moon information, EcoFlow entities like the battery level, Tapo entities like the door sensor, some graphs, and the AI summary

<figure><img src="/files/f1VSlFx9EP7KcpwDzWlv" alt="screenshot showing conditions tab. Tab: Conditions (Home Assistant Dashboard)  Header &#x26; Summary:      Welcome Message: Greets the user and displays current astro-conditions in percentage using sensor.astroweather_bombol_space_condition.  Section 1: Observing Windows (Astronomy)      Astro Night Duration: Length of the astronomical night.      Astro Night Start: Exact time when astronomical night begins.      Astro Night End: Exact time when astronomical night ends.      Sun State: Current position/state of the sun.      Next Sunset: Time of the next sunset.      Next Sunrise: Time of the next sunrise.  Section 2: Moon &#x26; Planets      Moon Phase: Current phase of the moon.      Moon Altitude: Current elevation of the moon above the horizon.      Moon Rise: Next moonrise time.      Moon Set: Next moonset time.  Section 3: Energy Management (Ecoflow Power Station)      Power Monitoring: Real-time Input and Output power (Watts).      Energy Statistics: Cumulative Input and Output energy (Total).      Battery Status: State of charge for Main Battery and Extra Battery 1.      Time Estimates: Remaining time for full charge and remaining time for discharge.      Solar Forecasts: Estimated solar production for Today and Tomorrow (kWh).      Production Peaks: Times of highest expected power peaks for Today and Tomorrow.  Section 4: Sensors &#x26; Security (Tapo System)      Smart Hub: Alarm/Siren control (tapo_h100).      Motion Detection: Internal motion sensor (tapo_t100).      Entry Sensors: Door contact sensor and Rail contact sensor (tapo_t110).  Section 5: Visualizations &#x26; Graphs      Solar Production Graph: Visual representation of solar energy yield.      AstroWeather Forecast Card: Multi-parameter graph showing cloud cover, seeing, transparency, wind (calm), precipitation, and fog for the next 16 hours.  Section 6: AI Insights      AI Summary: A text-based summary of current conditions generated by AI (input_text.ai_summary), including the timestamp of the last update. screenshot made 28.4.2026"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Cameras Tab" %}
For user role information, please see the [user roles](/devcontrol2/readme/other-informations/user-roles.md) page.

Currently, there are some camera cards and/or some image cards. As for April 27, year 2026

Long loading is normal. As for April 27, year 2026

<figure><img src="/files/nGLkcYC5jtf2eWYeRSC3" alt="Tab: Cameras (Home Assistant Dashboard)  Main View - Live Feeds &#x26; Detection:      Advanced Camera Grid: Live streaming from camera.the_camera (Annke) and camera.192_168_1_43 (Allsky) with PTZ (Pan-Tilt-Zoom) controls enabled.      Person Detection Snapshot: Latest image from image.the_camera_person combined with the real-time status of binary_sensor.the_camera_motion. screenshot made 28.4.2026"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Controls Tab" %}
For user role information, please see the [user roles](/devcontrol2/readme/other-informations/user-roles.md) page.

Currently, there are some alarm controls for admins, roof demo controls (some of them only for admins), and a [2D view floorplan card](/devcontrol2/readme/daily-controls-and-notifications/2d-view-floorplan-card.md) for admins. As for April 29, year 2026

Only some roof demo controls are available , and a limited 2D view floorplan card is available to regular users. As for April 30, year 2026

<figure><img src="/files/xH8LdyxZqYFdmrwBwP1t" alt="This section details the operational controls and monitoring entities within the Home Assistant dashboard. Key components include security management featuring a master alarm switch, a park alert button, and a warning alert button, all restricted to specific authorized users. Power management controls for the Ecoflow station include an LED light slider, a 12V DC port toggle, and real-time monitoring of battery levels and input power. The Tapo H100 smart hub is integrated with controls for the siren alarm, volume adjustment, sound selection, and the hub LED status. Camera hardware management includes a manual toggle for the Annke infrared lamp. A primary feature is the interactive Control Room visual map using picture-elements which displays dynamic status overlays for motion sensors, door sensors, and deepsky forecast data. This visual interface uses conditional logic to swap background images based on whether the control room is open or closed. Dedicated roof demo control booleans allow for requesting the opening and closing of both the small and big pavilion roofs.(this text may be not accurate) screenshot made on 29.4.2026 from an admin account"><figcaption><p>Screenshot made on 29.4.2026 from an admin account</p></figcaption></figure>
{% endtab %}

{% tab title="Testing Tab" %}
You need the [beta/alpha features](/devcontrol2/readme/other-informations/beta-alpha-fetaures.md) enabled.

Want to see what is inside that tab? Go to [beta/alpha features](/devcontrol2/readme/other-informations/beta-alpha-fetaures.md) and/or [changelog](/devcontrol2/changelog/readme.md).

<figure><img src="/files/H3b2G75nQyAsN5LfZn8o" alt="screenshot of testing tab make 28.4.2026 from an admin accont"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Garden Tab (Coming soon)" %}
Coming soon.

After it will be avalible, you still need to [request access](/devcontrol2/readme/other-informations/contact-us.md), and you will need [beta/alpha features](/devcontrol2/readme/other-informations/beta-alpha-fetaures.md) enabled.
{% endtab %}
{% endtabs %}

There is also an info tab including links to docs and Google Chat group.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://devcontrol2.gitbook.io/devcontrol2/readme/daily-controls-and-notifications/main-dashbaord.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.
