{% 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. Click below to fetch each station's current state once — the charts will fill in as the background poller (or further manual polls) runs.

Polling…
{% else %}
Power Download CSV
Loading…
{% endif %} {% endblock %}