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

Settings

Saved to {{ config_path }}. On managed deployments, same-named environment variables may override these values.

{% if saved %}

✓ Settings saved. Cached connections were reset; the next request uses the new values.

{% endif %} {% if error %} {% endif %}
MongoDB
SolisCloud
Scheduler

Controls the in-process background poller. Sample cadence drives the Power / SOC / Battery curves; the daily-rollup cron writes the Energy / Money / Charge / Discharge bars once a day.

Tariffs

Used by the Cashflow chart on the History page. SolisCloud's own “Money” field already uses a single fixed rate against total production; cashflow distinguishes export revenue from import cost so you can see real net pounds / euros.

Reset configuration

Wipes {{ config_path }} and signs you out. The next request runs the first-run wizard again. Your MongoDB data (users, samples, alarms, daily totals) is left alone.

{% endblock %}