{"id":15498951,"url":"https://github.com/maxnowack/node-eq3ble","last_synced_at":"2025-09-13T15:56:26.836Z","repository":{"id":12957002,"uuid":"72834858","full_name":"maxnowack/node-eq3ble","owner":"maxnowack","description":"node.js package to control an EQ3 bluetooth thermostat","archived":false,"fork":false,"pushed_at":"2022-12-07T01:28:59.000Z","size":418,"stargazers_count":22,"open_issues_count":12,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T05:17:51.786Z","etag":null,"topics":["bluetooth","eq3-bluetooth-thermostat","heating","home-automation","nodejs","temperature","thermostat"],"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-04T09:50:22.000Z","updated_at":"2021-11-20T07:06:03.000Z","dependencies_parsed_at":"2023-01-13T17:13:27.636Z","dependency_job_id":null,"html_url":"https://github.com/maxnowack/node-eq3ble","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fnode-eq3ble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fnode-eq3ble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fnode-eq3ble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxnowack%2Fnode-eq3ble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxnowack","download_url":"https://codeload.github.com/maxnowack/node-eq3ble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250332040,"owners_count":21413143,"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":["bluetooth","eq3-bluetooth-thermostat","heating","home-automation","nodejs","temperature","thermostat"],"created_at":"2024-10-02T08:49:08.179Z","updated_at":"2025-04-22T22:20:25.596Z","avatar_url":"https://github.com/maxnowack.png","language":"JavaScript","readme":"# EQ3BLE\nnode.js package to control an EQ3 bluetooth thermostat\n\n## discovering\nSee the [noble-device discovering api](https://github.com/sandeepmistry/noble-device/#discovery-api) for more methods\n````javascript\nimport EQ3BLE from 'eq3ble'\n\nEQ3BLE.discover((device) =\u003e {\n  device.connectAndSetup().then(() =\u003e {\n    // ...\n  })\n})\n````\n\n## methods\nevery method returns a promise to indicate the execution progress\n\n### `getInfo()`\nreads the device info. Returns an object like this:\n````javascript\n{\n  status: {\n    manual: Boolean, // manual mode activated\n    holiday: Boolean, // holiday mode activated\n    boost: Boolean, // boost active\n    dst: Boolean, // daylight saving time active\n    openWindow: Boolean, // window is opened\n    lowBattery: Boolean, // battery is low\n  },\n  valvePosition: Number, // 0-100 position of the valve\n  targetTemperature: Number // temperature visible on the display\n}\n````\n\n### `setBoost(Boolean)`\nactivates or deactivates the boost\n\n### `automaticMode()`\nswitch to automatic mode\n\n### `manualMode()`\nswitch to manual mode\n\n### `ecoMode()`\nswitch to eco / holiday mode\n\n### `setLock(Boolean)`\nactivates or deactivates locking\n\n### `turnOff()`\nturns off heating / sets valve position to 0\n\n### `turnOn()`\nturns on heating / sets valve position to 100\n\n### `setTemperature(Number)`\nsets the temperature (valid values are 4.5 - 30)\n\n### `setTemperatureOffset(Number)`\nsets the temperature offset\n\n### `updateOpenWindowConfiguration(temperature: Number, duration: Number)`\nupdates the window open configuration\n\n### `setDateTime(Date)`\nupdates the date and time of the thermostat\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxnowack%2Fnode-eq3ble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxnowack%2Fnode-eq3ble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxnowack%2Fnode-eq3ble/lists"}