{% extends "base.html" %} {% block title %}History · Solisdash{% endblock %} {% block content %}

History

Charts read from MongoDB only — no live SolisCloud calls on this path.

{% if not stations %}
No stations stored yet

Solisdash hasn't pulled any data from SolisCloud yet. Head to the Data tab and click Poll SolisCloud now to fill the dashboard.

Go to Data tab
{% else %}
Power Download CSV
Loading…
{% endif %} {% endblock %}