{"id":15498871,"url":"https://github.com/maxnowack/homebridge-eq3ble","last_synced_at":"2025-07-05T02:34:57.992Z","repository":{"id":48022946,"uuid":"73315013","full_name":"maxnowack/homebridge-eq3ble","owner":"maxnowack","description":"Homebridge plugin to control EQ3 bluetooth thermostats","archived":false,"fork":false,"pushed_at":"2022-12-02T23:09:53.000Z","size":258,"stargazers_count":21,"open_issues_count":14,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-02T01:40:58.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxnowack.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":"2016-11-09T19:33:52.000Z","updated_at":"2023-06-24T12:29:47.000Z","dependencies_parsed_at":"2023-01-22T23:01:03.660Z","dependency_job_id":null,"html_url":"https://github.com/maxnowack/homebridge-eq3ble","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/maxnowack/homebridge-eq3ble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fhomebridge-eq3ble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fhomebridge-eq3ble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fhomebridge-eq3ble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fhomebridge-eq3ble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxnowack","download_url":"https://codeload.github.com/maxnowack/homebridge-eq3ble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fhomebridge-eq3ble/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671804,"owners_count":23494042,"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":[],"created_at":"2024-10-02T08:48:46.551Z","updated_at":"2025-07-05T02:34:57.971Z","avatar_url":"https://github.com/maxnowack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Homebridge EQ3BLE\nHomebridge plugin to control EQ3 bluetooth thermostats.\n\nIt's possible to report MQTT topic's messages as current temperature of this thermostat.\n\n### Usage\n````json\n{\n  \"bridge\": {\n    \"name\": \"Homebridge\",\n    \"username\": \"CC:22:3D:E3:CE:30\",\n    \"port\": 51826,\n    \"pin\": \"031-45-154\"\n  },\n\n  \"accessories\": [{\n    \"accessory\": \"EQ3-Thermostat\",\n    \"name\": \"Thermostat\",\n    \"address\": \"00:1a:22:07:48:77\"\n  }]\n}\n````\n\n## Options\n\nYou can configure the homebridge integration for the thermostat with the following options\n\n| Option | Default value | Description |\n| --- | --- | --- |\n| `address` *(required)* |  | Address of the thermostat |\n| `discoverTimeout` | `60000` | time in milliseconds before a timeout error will be triggered |\n| `connectionTimeout` | `10000` | time in milliseconds before homebridge will disconnect from the device after last action |\n| `disableBoostSwitch` | `false` | if set to true, the boost switch won't be published from homebridge |\n| `currentTemperature` |  | MQTT configuration for current temperature |\n\n### External current temperature configuration options\n\n| Option | Description |\n| --- |  --- |\n| `url` *(required)* | MQTT URL |\n| `topic` *(required)* | MQTT Topic name |\n| `username` | Username for accessing MQTT server |\n| `password` | Password for accessing MQTT server |\n\n## Usage with external current temperature sensor\n````json\n{\n  \"bridge\": {\n    \"name\": \"Homebridge\",\n    \"username\": \"CC:22:3D:E3:CE:30\",\n    \"port\": 51826,\n    \"pin\": \"031-45-154\"\n  },\n\n  \"accessories\": [{\n    \"accessory\": \"EQ3-Thermostat\",\n    \"name\": \"Bedroom Thermostat\",\n    \"address\": \"00:1a:22:07:48:77\",\n    \"currentTemperature\": {\n      \"url\": \"mqtt://localhost\",\n      \"topic\": \"/home/sensors/bedroom/temperature\",\n      \"username\": \"sensors\",\n      \"password\": \"Sensors!\"\n    }\n  }]\n}\n````\n\n\n## License\nLicensed under GPLv3 license. Copyright (c) 2015 Max Nowack\n\n## Contributions\nContributions are welcome. Please open issues and/or file Pull Requests.\n\n## Maintainers\n- Max Nowack ([maxnowack](https://github.com/maxnowack))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxnowack%2Fhomebridge-eq3ble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxnowack%2Fhomebridge-eq3ble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxnowack%2Fhomebridge-eq3ble/lists"}