{"id":16314714,"url":"https://github.com/buried-in-code/weatherdan","last_synced_at":"2025-10-02T21:31:27.350Z","repository":{"id":209564938,"uuid":"549973649","full_name":"Buried-In-Code/Weatherdan","owner":"Buried-In-Code","description":"Retrieve weather information from Ecowitt devices and display in graphs.","archived":false,"fork":false,"pushed_at":"2025-01-13T03:18:53.000Z","size":247,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T04:21:06.188Z","etag":null,"topics":["csv","ecowitt","fastapi","hatch","hatchling","python","python-3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Buried-In-Code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-12T02:36:56.000Z","updated_at":"2025-01-13T03:17:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"acbaabd8-8ee2-4c50-ab0f-e38d43816a6d","html_url":"https://github.com/Buried-In-Code/Weatherdan","commit_stats":null,"previous_names":["buried-in-code/weatherdan"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FWeatherdan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FWeatherdan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FWeatherdan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buried-In-Code%2FWeatherdan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Buried-In-Code","download_url":"https://codeload.github.com/Buried-In-Code/Weatherdan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235043998,"owners_count":18927009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","ecowitt","fastapi","hatch","hatchling","python","python-3"],"created_at":"2024-10-10T21:55:06.158Z","updated_at":"2025-10-02T21:31:22.062Z","avatar_url":"https://github.com/Buried-In-Code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weatherdan\n\n![Python](https://img.shields.io/badge/Python-3.13-green?style=flat-square)\n![Status](https://img.shields.io/badge/Status-Beta-yellowgreen?style=flat-square)\n\n[![Pre-Commit](https://img.shields.io/badge/pre--commit-enabled-informational?logo=pre-commit\u0026style=flat-square)](https://github.com/pre-commit/pre-commit)\n[![Ruff](https://img.shields.io/badge/ruff-enabled-informational?logo=ruff\u0026style=flat-square)](https://github.com/astral-sh/ruff)\n\n[![Github - Version](https://img.shields.io/github/v/tag/Buried-In-Code/Weatherdan?logo=Github\u0026label=Version\u0026style=flat-square)](https://github.com/Buried-In-Code/Weatherdan/tags)\n[![Github - License](https://img.shields.io/github/license/Buried-In-Code/Weatherdan?logo=Github\u0026label=License\u0026style=flat-square)](https://opensource.org/licenses/MIT)\n[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Weatherdan?logo=Github\u0026label=Contributors\u0026style=flat-square)](https://github.com/Buried-In-Code/Weatherdan/graphs/contributors)\n\nRetrieve weather information from Ecowitt devices and display in graphs, allows for manual additions and updates.\\\nCurrently, tracks total Rainfall and high, average and low for Solar, UV Index and Wind readings.\n\n## Usage\n\n### via uv\n\n1. Make sure you have [uv](https://docs.astral.sh/uv/) installed: `uv --version`\n2. Clone the repo: `git clone https://github.com/Buried-In-Code/Weatherdan`\n3. Install the project: `uv sync`\n4. Run using: `uv run run.py`\n\n### via Docker Compose\n\n1. Make sure you have [Docker](https://www.docker.com/) installed: `docker --version`\n2. Make sure you have [Docker-Compose](https://github.com/docker/compose) installed: `docker-compose --version`\n3. Create a `docker-compose.yaml` file, _an example:_\n\n```yaml\nversion: '3'\n\nservices:\n  weatherdan:\n    image: 'ghcr.io/buried-in-code/weatherdan:latest'\n    container_name: 'Weatherdan'\n    environment:\n      TZ: 'Pacific/Auckland'\n    ports:\n      - '25710:25710'\n    volumes:\n      - './cache:/app/cache'\n      - './config:/app/config'\n      - './data:/app/data'\n      - './state:/app/state'\n```\n\n4. Run using: `docker-compose up -d`\n\n## Socials\n\n[![Social - Fosstodon](https://img.shields.io/badge/%40BuriedInCode-teal?label=Fosstodon\u0026logo=mastodon\u0026style=for-the-badge)](https://fosstodon.org/@BuriedInCode)\\\n[![Social - Matrix](https://img.shields.io/matrix/The-Dev-Environment:matrix.org?label=The-Dev-Environment\u0026logo=matrix\u0026style=for-the-badge)](https://matrix.to/#/#The-Dev-Environment:matrix.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fweatherdan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburied-in-code%2Fweatherdan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburied-in-code%2Fweatherdan/lists"}