{"id":22278595,"url":"https://github.com/orestispanago/cr1000-pi","last_synced_at":"2026-05-16T22:31:22.669Z","repository":{"id":43300249,"uuid":"509822021","full_name":"orestispanago/CR1000-pi","owner":"orestispanago","description":"Get data from CR1000, upload to FTP","archived":false,"fork":false,"pushed_at":"2023-09-21T10:56:10.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T05:37:02.026Z","etag":null,"topics":["campbellscientific","cr1000","datalogger","ftp","raspberry-pi"],"latest_commit_sha":null,"homepage":"","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/orestispanago.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,"zenodo":null}},"created_at":"2022-07-02T17:38:56.000Z","updated_at":"2024-05-03T11:33:22.000Z","dependencies_parsed_at":"2025-07-18T03:57:56.870Z","dependency_job_id":"0132d582-718f-4b6f-8d7b-2101616a8d3b","html_url":"https://github.com/orestispanago/CR1000-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orestispanago/CR1000-pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orestispanago%2FCR1000-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orestispanago%2FCR1000-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orestispanago%2FCR1000-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orestispanago%2FCR1000-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orestispanago","download_url":"https://codeload.github.com/orestispanago/CR1000-pi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orestispanago%2FCR1000-pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["campbellscientific","cr1000","datalogger","ftp","raspberry-pi"],"created_at":"2024-12-03T15:15:05.229Z","updated_at":"2026-05-16T22:31:22.651Z","avatar_url":"https://github.com/orestispanago.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CR1000-pi\r\n\r\nGets measurements from Campbell Scientific CR1000 or CR800 datalogger\r\n\r\nSaves data to daily csv files\r\n\r\nUploads csv files to FTP and SFTP server\r\n\r\nBased on [PyCampbellCR1000 library](https://github.com/LionelDarras/PyCampbellCR1000)\r\n\r\n## Instructions\r\n\r\nInstall requirements using \r\n\r\n```pip install -r requirements.txt```\r\n\r\nEdit the tasks configuration parameters in ```tasks_config.json```. \r\n\r\nTo remove a task, edit ```main()``` function in ```main.py```.\r\n\r\nTo avoid overlapping cron job execution, use ```flock``` in crontab:\r\n\r\n```\r\n*/5 * * * * /usr/bin/flock -w 0 ~/cr1000_pi.lock python3 ~/CR1000-pi/main.py\r\n```\r\n\r\nTo check if your cron job is running:\r\n\r\n```\r\ngrep CRON /var/log/syslog\r\n```\r\n\r\nTo make sure that ```flock``` works:\r\n\r\n```\r\nflock -n -x ~/cr1000_pi.lock true || echo \"LOCKED\"\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forestispanago%2Fcr1000-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forestispanago%2Fcr1000-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forestispanago%2Fcr1000-pi/lists"}