{"id":38042741,"url":"https://github.com/aidun/netflux","last_synced_at":"2026-01-16T19:55:41.516Z","repository":{"id":57605244,"uuid":"174024385","full_name":"aidun/netflux","owner":"aidun","description":"simple metric pusher for Netatmo Weather API and InfluxDB","archived":false,"fork":false,"pushed_at":"2025-07-18T17:29:49.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T21:52:50.572Z","etag":null,"topics":["golang","influxdb","iot","netatmo","netatmo-weather-station"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aidun.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}},"created_at":"2019-03-05T21:36:50.000Z","updated_at":"2019-12-15T11:23:20.000Z","dependencies_parsed_at":"2022-08-27T22:40:38.644Z","dependency_job_id":null,"html_url":"https://github.com/aidun/netflux","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aidun/netflux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidun%2Fnetflux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidun%2Fnetflux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidun%2Fnetflux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidun%2Fnetflux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidun","download_url":"https://codeload.github.com/aidun/netflux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidun%2Fnetflux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["golang","influxdb","iot","netatmo","netatmo-weather-station"],"created_at":"2026-01-16T19:55:40.815Z","updated_at":"2026-01-16T19:55:41.512Z","avatar_url":"https://github.com/aidun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netflux\n\nNetflux is a simple daemon which collects weather metrics from the netatmo weather api and push this metrics to an influxdb instance.\n\nSupported metrics:\n\n- temperature\n- hummidity\n\nNetflux will check for all stations linked to your account and all modules linked to your stations. If a module support none of the metrics, it will not be recognized.\n\n## Installation\n\n### Docker\n\n```\ndocker pull aidun/netflux\n```\n\n### From Source\n\nIn order to install netflux from source, you have to install go 1.11 with go modules support.\n\n```\ngit clone https://github.com/aidun/netflux.git\ncd netflux\ngo test ./...\ngo build\nchmod +x netflux\ncp netflux /usr/local/bin\n```\n\n## Usage\n\n### Requirements\n\n- influxdb with authentication\n- Netatmo account developer account\n- Netatmo application https://dev.netatmo.com/myaccount/createanapp\n\n### Commandline\n\nNetflux requires some commandline parameters:\n\n```\nnetflux is a tool to push netatmo weather data to influxdb\n\nUsage:\n  netflux [flags]\n\nFlags:\n  -h, --help                          help for netflux\n      --influxdb_database string      Database\n      --influxdb_password string      Password of the influxdb user\n      --influxdb_url string           API of the influxdb instance\n      --influxdb_user string          User of the influxdb with write access\n      --netatmo_clientid string       Client-ID to Netatmo Weather API\n      --netatmo_clientsecret string   Client-Secret to Netatmo Weather API\n      --netatmo_password string       Password to Netatmo Weather API\n      --netatmo_user string           User to Netatmo Weather API\n```\n\nAn example call looks like:\n\n```\nnetflux\n  --influxdb_database netatmo \\\n  --influxdb_user user_with_write_access_to_influxdb \\\n  --influxdb_password start123 \\\n  --influxdb_url http://localhost:8086 \\\n  --netatmo_user youraccount@example.com \\\n  --netatmo_password start123\n  --netatmo_clientid 123456\n  --netatmo_clientsecret 654321\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidun%2Fnetflux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidun%2Fnetflux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidun%2Fnetflux/lists"}