{"id":17678669,"url":"https://github.com/eprev/wirejs","last_synced_at":"2026-05-02T03:34:18.340Z","repository":{"id":154017429,"uuid":"58869687","full_name":"eprev/wirejs","owner":"eprev","description":"Service for monitoring 1-Wire devices connected to Raspberry Pi","archived":false,"fork":false,"pushed_at":"2016-05-18T19:44:59.000Z","size":656,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T18:22:39.478Z","etag":null,"topics":["1-wire","diy","graphite","raspberry-pi","temperature-monitoring","temperature-sensor"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/eprev.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":"2016-05-15T15:39:34.000Z","updated_at":"2018-12-15T13:25:39.000Z","dependencies_parsed_at":"2023-06-08T06:30:15.239Z","dependency_job_id":null,"html_url":"https://github.com/eprev/wirejs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eprev/wirejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eprev%2Fwirejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eprev%2Fwirejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eprev%2Fwirejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eprev%2Fwirejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eprev","download_url":"https://codeload.github.com/eprev/wirejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eprev%2Fwirejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["1-wire","diy","graphite","raspberry-pi","temperature-monitoring","temperature-sensor"],"created_at":"2024-10-24T08:05:26.907Z","updated_at":"2026-05-02T03:34:18.318Z","avatar_url":"https://github.com/eprev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wire.js\n\nTiny service for Raspberry Pi, that monitors 1-Wire devices connected to the board and writes its data to Graphite.\n\n![Grafana](grafana.png)\n\nTested on the original Raspberry Pi B board (running Debian 8.0) with DS18B20 temperature sensors.\n\n## Installation\n\nWire.js runs on Node.js 6+.\n\n### Using a pre-build package\n\n```\n$ wget https://github.com/eprev/wirejs/releases/download/v1.0.0/wirejs_1.0.0_armhf.deb\n$ sudo dpkg --install wirejs_1.0.0_armhf.deb\n```\n\nThis  will install Wire.js to `/opt/wirejs`.\n\n### Bulding from the sources\n\n```\n$ git clone git@github.com:eprev/wirejs.git\n$ cd wirejs\n$ make release\n```\n\n## Configutation\n\nCopy `/opt/wirejs/etc/wire.sample.json` to `/opt/wirejs/etc/wire.json`.\n\nEdit `/opt/wirejs/etc/wire.json`:\n\n```js\n{\n    \"carbon\": {\n        \"host\": \"localhost\",\n        \"port\": \"2003\"\n    },\n    \"path\": \"/sys/bus/w1/devices\", /* This is default path to 1-Wire devices */\n    \"devices\": [{\n        \"id\": \"28-0000049a0f4a\",    /* Device ID */\n        \"type\": \"temperature\",      /* Device Type (only `temperature` is supported for the time being) */\n        \"name\": \"home.temp.inside\", /* Graphite metric's name */\n        \"interval\": \"60\"            /* How often read from the device (in seconds) */\n    }/*, ...*/]\n}\n```\n\n## Running the service\n\n```\n# systemctl enable wirejs\n# systemctl start wirejs\n```\n\nTo see the log:\n\n```\n# journalctl -f -u wirejs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feprev%2Fwirejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feprev%2Fwirejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feprev%2Fwirejs/lists"}