Skip to content
Catalin Voicu edited this page Mar 26, 2025 · 1 revision

πŸ“š SmartDash - Frequently Asked Questions (FAQ)


πŸ”Ή What is SmartDash?

SmartDash is a lightweight web application that provides a clean, responsive interface for monitoring smart devices, visualizing solar and environmental data, and managing user preferences β€” all in one place. It’s designed for simplicity, customization, and real-time updates.


πŸ”Ή What kind of devices can I manage?

SmartDash supports a variety of smart devices:

  • πŸ’‘ Light
  • πŸ”Œ Plug
  • 🌑 Thermostat
  • πŸŒͺ Fan
  • πŸ“‘ Sensor
  • β˜€οΈ Fronius (solar panel systems)

πŸ”Ή How can I add a new device?

On the homepage:

  1. Fill in the Device Name
  2. Enter the Device IP
  3. Select the Device Type
  4. Click β€œAdd Device”

πŸ”Ή How do I delete a device?

Right-click (or long-press on mobile) on a device card to open the context menu, then click "Delete".


πŸ”Ή How does the solar panel data section work?

When a device of type fronius is added, SmartDash fetches real-time solar data:

  • ⚑ Power Output
  • πŸ”‹ Energy Produced / Consumed
  • πŸ” Grid Import / Export
  • πŸ”Œ Voltage & Current per Phase
  • 🌱 COβ‚‚ Savings

Data is updated live and displayed through dynamic charts.


πŸ”Ή Can I view environmental data?

Yes! If a thermostat or sensor is added, SmartDash will show:

  • 🌑 Temperature
  • πŸ’§ Humidity
  • 🌬 Air Pressure

This data updates automatically every second.


πŸ”Ή How do I change the theme or hide IP addresses?

Go to Settings β†’ Appearance to:

  • Switch between Dark and Light mode
  • Toggle IP address visibility on/off

πŸ”Ή What happens when I click a device?

Clicking a device:

  • Toggles its state (on/off) for lights, fans, plugs, etc.
  • Opens specific dashboards for devices like Fronius (solar) and Thermostat (temperature)

πŸ” User Accounts


πŸ”Ή How do I create an account?

Click on Register, choose a username and password. After registering, log in to access your personal dashboard.


πŸ”Ή Is my data private?

Yes. User data (devices & settings) is stored separately and securely. Passwords are hashed using bcrypt, and session control is managed via Flask-Login.


πŸ”Ή Can I reset my password?

Not yet. Password reset is currently not supported. If needed, please contact support for help.


πŸ”Ή How do I log out?

Go to Settings β†’ Account and click the Logout button to safely exit your session.


πŸ“¬ Support


πŸ”Ή Where can I get help?

You can:

  • Use the "Contact Support" button inside the app
  • Submit an issue on the GitHub Issues page