A one-click installer handles everything — Python packages, icons and shortcuts are all set up automatically.
Windows 10 / 11 · ~15 MB · Requires Python 3.9+ (see Step 1)
The dashboard is built on Python. If you've never installed it, grab the latest version from python.org/downloads.
If Python is already installed, you can skip this step.
Download and run ACBC-GivEnergy-Dashboard-Setup-v1.6.exe from the button above.
The installer will:
At the end of installation you'll be offered the option to open config.ini in Notepad. You can also find it at any time via Start Menu → ACBC GivEnergy Dashboard → Edit Configuration.
The only value you must change is your inverter's IP address:
[inverter]
ip = 192.168.1.100 ; <-- change this to your inverter's LAN IP
Find your inverter's IP in your router's connected-devices or DHCP list. It is usually labelled GivEnergy or SA-xxxx.
Use Start Menu → ACBC GivEnergy Dashboard → Start Dashboard, or the Desktop shortcut if you created one.
A console window will appear while the dashboard runs. Once you see "Dashboard ready" open your browser and go to:
http://localhost:7890
From another device on the same network (your phone, tablet), use your PC's IP address instead of localhost.
The settings screen is protected by a password. The default is password — change it on first use.
Tap the ⚡ lightning bolt icon in the top-left of the dashboard to open Settings.
Open http://<your-pc-ip>:7890 in your phone's browser.
iPhone (Safari) — works over HTTP:
Android (Chrome) — requires HTTPS for full-screen:
Close the console window, or use Start Menu → Stop Dashboard.
Use Settings → Apps → ACBC GivEnergy Dashboard → Uninstall, or Start Menu → Uninstall. Your config.ini and history.db are left in place so you don't lose your settings or history data.
Just download and run the newer installer. It detects the existing installation, upgrades it in place, and keeps your settings and history. It will stop the dashboard first if it's running — start it again from the Start Menu afterwards. Any new database columns are added automatically on first run.
Install Python from python.org and make sure to tick Add Python to PATH. Then re-run the installer.
Check the inverter IP in config.ini. The dashboard PC and inverter must be on the same LAN. Try pinging the inverter IP from a command prompt to confirm connectivity.
Make sure Windows Firewall allows connections on port 7890. You may need to add an inbound rule for that port, or temporarily disable the firewall to test.