-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
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.
SmartDash supports a variety of smart devices:
- π‘ Light
- π Plug
- π‘ Thermostat
- πͺ Fan
- π‘ Sensor
- βοΈ Fronius (solar panel systems)
On the homepage:
- Fill in the Device Name
- Enter the Device IP
- Select the Device Type
- Click βAdd Deviceβ
Right-click (or long-press on mobile) on a device card to open the context menu, then click "Delete".
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.
Yes! If a thermostat or sensor is added, SmartDash will show:
- π‘ Temperature
- π§ Humidity
- π¬ Air Pressure
This data updates automatically every second.
Go to Settings β Appearance to:
- Switch between Dark and Light mode
- Toggle IP address visibility on/off
Clicking a device:
-
Toggles its state (
on/off) for lights, fans, plugs, etc. - Opens specific dashboards for devices like Fronius (solar) and Thermostat (temperature)
Click on Register, choose a username and password. After registering, log in to access your personal dashboard.
Yes. User data (devices & settings) is stored separately and securely. Passwords are hashed using bcrypt, and session control is managed via Flask-Login.
Not yet. Password reset is currently not supported. If needed, please contact support for help.
Go to Settings β Account and click the Logout button to safely exit your session.
You can:
- Use the "Contact Support" button inside the app
- Submit an issue on the GitHub Issues page