Skip to content

Commit

Permalink
Update README with macOS instructions (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinms authored Jan 9, 2023
1 parent 363d77c commit 5e5e538
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It requires an Aranet device running at least the v1.2.0 firmware.
You'll have to manually pair the device with the computer running homebridge before it can be used by this plugin.

It's very much in beta currently (I've only tested this with a single device, on macOS).
If you run into problems, please open an issue.
If you run into problems, please start a [discussion](https://github.com/quentinms/homebridge-aranet4/discussions).

## Dependencies

Expand All @@ -29,7 +29,12 @@ xcode-select --install

### `Error: Bluetooth is not ready`

On macOS 13 or later, please make sure that `node` has permission to access Bluetooth (in "Privacy & Security").
On macOS 13 or later, please make sure that `node` has permission to access Bluetooth (in "Privacy & Security"):
* Locate where `node` is located (e.g. `which node`).
* Open the directory where it's located and then drag & drop `node` into the allowed Bluetooth apps list
```sh
open -R $(which node)
```

------

Expand Down

0 comments on commit 5e5e538

Please sign in to comment.