{"id":24733734,"url":"https://github.com/themoosman/weewx-ambientweatherapi-json","last_synced_at":"2025-10-10T03:30:30.778Z","repository":{"id":53746854,"uuid":"243790273","full_name":"themoosman/weewx-ambientweatherapi-json","owner":"themoosman","description":"An AmbientWeather API driver for the weewx weather software using JSON.","archived":false,"fork":false,"pushed_at":"2024-06-29T13:01:02.000Z","size":48,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T17:14:08.552Z","etag":null,"topics":["ambientweather","ambientweather-api-driver","driver","external-sensors","json","python3","weewx"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themoosman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-28T15:12:06.000Z","updated_at":"2024-12-27T16:29:28.000Z","dependencies_parsed_at":"2024-04-12T02:24:01.533Z","dependency_job_id":"0c4ca27b-5047-44be-bd4c-a72e7e950e0d","html_url":"https://github.com/themoosman/weewx-ambientweatherapi-json","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoosman%2Fweewx-ambientweatherapi-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoosman%2Fweewx-ambientweatherapi-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoosman%2Fweewx-ambientweatherapi-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoosman%2Fweewx-ambientweatherapi-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themoosman","download_url":"https://codeload.github.com/themoosman/weewx-ambientweatherapi-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235903925,"owners_count":19063758,"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":["ambientweather","ambientweather-api-driver","driver","external-sensors","json","python3","weewx"],"created_at":"2025-01-27T18:44:08.702Z","updated_at":"2025-10-10T03:30:30.765Z","avatar_url":"https://github.com/themoosman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weewx AmbientWeather API Driver\n\n![Version](https://img.shields.io/github/v/release/themoosman/weewx-ambientweatherapi-json?sort=semver)\n[![Linux CI](https://github.com/themoosman/weewx-ambientweatherapi-json/workflows/Linux%20CI/badge.svg)](https://github.com/themoosman/weewx-ambientweatherapi-json/actions?query=workflow%3A%22Linux+CI%22)\n![Lint](https://github.com/themoosman/weewx-ambientweatherapi-json/workflows/flake8%20Lint/badge.svg)\n\nThis is an AmbientWeather API driver for weewx.  This will work with any AmbientWeather stations that uploads data to ambientweather.net.  I decided to go this route as the only way to get access to some infomration is via the Ambinent Weather API.  Since I have a number of external temperature sensors I wrote this driver so I could pull that data into weewx.\n\nThis driver uses the [AmbientAPI](https://github.com/avryhof/ambient_api) Python3 package to make the API calls.\n\nThis driver only works with Weewx 4.0+ and Python3.\n\n## Install\n\n1) Install the necessary Python packages\n````bash\nsudo -H pip3 install -r requirements.txt\n````\n\n2) Install the extension\n````bash\nweectl extension install https://github.com/themoosman/weewx-ambientweatherapi-json/archive/master.zip --yes\n````\n\n3) Modify `weewx.conf` using the snippets in this repo's `weeex.conf`\n4) Restart `weewx`\n\n## weewx.conf Overview\n\nThe following table outlines the `weewx.conf` station variables.\n\n| Variable | Description |\n| --- | --- |\n| loop_interval | How often the driver will make an API call.  Be careful as Ambient Weather has [limits](https://ambientweather.docs.apiary.io/#) |\n| api_url | Ambient Weather API endpoint.  You probably don't need to change this. |\n| api_app_key | API Application Key from your ambientweather.net [website](https://ambientweather.docs.apiary.io/#) |\n| api_key | API Key from your ambientweather.net [website](https://ambientweather.docs.apiary.io/#) |\n| hardware | String to identify the hardware used |\n| driver | Don't change this value |\n| aw_debug | Optional:  Set to `1` to get verbose output from the Ambient API.  The default value is `0` |\n| use_meteobridge | Optional: Set to `True` if using Meteobridge, `False` is the default or leave commented out |\n| station_mac | Optional: Specify a specific station MAC address to return data.  If blank or unspecified, then the first station in the list is returned. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemoosman%2Fweewx-ambientweatherapi-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemoosman%2Fweewx-ambientweatherapi-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemoosman%2Fweewx-ambientweatherapi-json/lists"}