Hallo zusammen,
ich möchte das Awair Plugin installieren anbei die Anleitung von npmjs:
https://www.npmjs.com/package/homebridge-awair
Das Plugin habe ich soweit installiert und auch den Developer Tocken habe ich erhalten, was ich allerdings nicht verstehe ist der Rot markierte Bereich (run a HTTP request).
Muss ich das im Terminal eingeben?
Danke für eure Hilfe.
Sg,
Mario
Installation
- Install homebridge using:
[sudo] npm install -g homebridge - Install this plugin using:
[sudo] npm install -g homebridge-awair - Update your configuration file. See the sample below.
You'll need to run an HTTP request to obtain each Awair's device ID (devId) and device type (devType).
curl -X GET \
http://developer-apis.awair.is/v1/users/self/devices \
-H 'Authorization: Bearer {developer-token}'
You'll also need to request access to the Awair Developer Console to obtain your Developer Token (token).