Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/3020a2d1fd57a0374f6cd6a39c80180e395ee48e/docs/widgets/services/evcc.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/evcc.md

15 lines
263 B

1 year ago
---
title: EVCC
description: EVCC Widget Configuration
---
Learn more about [EVCC](https://github.com/evcc-io/evcc).
1 year ago
Allowed fields: `["pv_power", "grid_power", "home_power", "charge_power]`.
```yaml
widget:
type: evcc
url: http://evcc.host.or.ip:port
1 year ago
```