{"id":15831657,"url":"https://github.com/cleverdevil/homebridge-stoker","last_synced_at":"2025-03-15T06:32:40.669Z","repository":{"id":57266087,"uuid":"119882206","full_name":"cleverdevil/homebridge-stoker","owner":"cleverdevil","description":"A plugin for Homebridge for the Stoker BBQ Controller.","archived":false,"fork":false,"pushed_at":"2018-02-09T19:33:22.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-07T05:06:21.280Z","etag":null,"topics":["bbq","homebridge","homekit","iot","javascript","nodejs"],"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/cleverdevil.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":"2018-02-01T19:23:00.000Z","updated_at":"2024-05-31T08:38:21.000Z","dependencies_parsed_at":"2022-08-25T03:40:52.964Z","dependency_job_id":null,"html_url":"https://github.com/cleverdevil/homebridge-stoker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverdevil%2Fhomebridge-stoker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverdevil%2Fhomebridge-stoker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverdevil%2Fhomebridge-stoker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverdevil%2Fhomebridge-stoker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleverdevil","download_url":"https://codeload.github.com/cleverdevil/homebridge-stoker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695454,"owners_count":20332622,"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":["bbq","homebridge","homekit","iot","javascript","nodejs"],"created_at":"2024-10-05T12:05:35.291Z","updated_at":"2025-03-15T06:32:40.367Z","avatar_url":"https://github.com/cleverdevil.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebridge Plugin for Stoker BBQ Controller \n[![npm](https://img.shields.io/npm/v/homebridge-stoker.svg)](https://www.npmjs.com/package/homebridge-stoker)\n[![npm](https://img.shields.io/npm/dt/homebridge-stoker.svg)](https://www.npmjs.com/package/homebridge-stoker)\n\nA plugin for Homebridge to bring the [Stoker BBQ\nController](https://rocksbarbque.com) into HomeKit. Each temperature sensor will\nget its own Thermostat sensor, which includes the current temperature of the\nsensor, along with the target temperature. The target temperature can be\nupdated/controlled via HomeKit and Siri. An Occupancy Sensor will be created for \neach blower to indicate its status, and for each temperature sensor to indicate\nwhether or not it has reached its target temperature.\n\nWhile Apple's Home app isn't terrible, its not nearly as pleasurable to use for\na Stoker with this plugin as Elgato Eve's app is. Its free, and I recommend you\nget it to use with this plugin!\n\n## Installation\n\nYou install the plugin the same way you installed Homebridge - as a global NPM\nmodule:\n\n```bash\nsudo npm install -g homebridge-stoker\n```\n\nIf you don't have a Homebridge installation yet, head over to the [project\ndocumetation](https://github.com/nfarina/homebridge) for more information.\n\n## Configuration\n\nThe plugin uses the following config values:\n\nVariable | Description\n-------- | -----------\n`accessory` | Must be \"Stoker\".\n`name` | Whatever you want the accessory to be named in HomeKit.\n`stoker_address` | The hostname / IP address of your Stoker.\n`polling_interval` | How many seconds between polling the Stoker for updates.\n`sensors` | A list of objects with a \"name\" property, one for each temp sensor.\n`blowers` | A list of objects with a \"name\" property, one for each blower.\n\nTypical config example:\n```json\n{\n  \"accessories\": [\n    {\n      \"accessory\": \"Stoker\",\n      \"name\": \"Stoker\",\n      \"stoker_address\": \"bbq.lacour.local\",\n      \"polling_interval\": 5,\n      \"sensors\": [\n        { \"name\": \"Meat\" },\n        { \"name\": \"Cooker\" }\n      ],\n      \"blowers\": [\n        { \"name\": \"Blower\" }\n      ]\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleverdevil%2Fhomebridge-stoker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleverdevil%2Fhomebridge-stoker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleverdevil%2Fhomebridge-stoker/lists"}