mirror of
https://github.com/lynchaos/ashvale-station.git
synced 2026-09-12 12:47:49 +00:00
Initial release: Ashvale Station 1.0.0
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something crashed or behaved wrongly
|
||||
labels: bug
|
||||
---
|
||||
|
||||
**What happened**
|
||||
|
||||
**What you expected instead**
|
||||
|
||||
**Hardware**
|
||||
- Board: (e.g. Pi Zero 2 W)
|
||||
- Sense HAT: (v1 / v2 / none, running the simulator)
|
||||
- OS and Python version:
|
||||
|
||||
**Output of `GET /api/status`**
|
||||
|
||||
```json
|
||||
```
|
||||
|
||||
**Relevant log lines** (`journalctl -u ashvale -n 50`)
|
||||
|
||||
```
|
||||
```
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Forecast quality
|
||||
about: The models are producing poor or strange forecasts
|
||||
labels: forecasting
|
||||
---
|
||||
|
||||
**What looks wrong**
|
||||
|
||||
**Output of `python scripts/evaluate.py`**
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
**Scorecard from the Models tab** (or `GET /api/scorecard`)
|
||||
|
||||
```json
|
||||
```
|
||||
|
||||
**How long has the station been logging?** (`history_days` from `/api/status`)
|
||||
|
||||
**Is it indoors?** And is `site.altitude_m` set correctly in your config?
|
||||
These two account for most reported forecast oddities.
|
||||
Reference in New Issue
Block a user