This plugin allows you to get temperature & humidity from a Netatmo Wether Station.
This plugin is still in development and not available through npm for now.
Using a terminal, navigate to the project folder and run this command to install the development dependencies:
npm install
npm run build
Run this command so your global install of Homebridge can discover the plugin in your development environment:
npm link
The recommended way to configure this plugin is through Homebridge Config UI X
. This plugin is available here.
You'll need several info to make it work. First you need to find the mac address of the station and the module associated to the station. You can play around with the weather map widget to find a station near your place.
First, you need a Netatmo account. You can create one here.
Then, you need oauth2 API credential. You'll need to create an application on the netatmo website. This will create a client_id
and a client_secret
.
Once you have all the information described in the previous points, you're ready to go to the Homebridge Config UI X
's configuration page. On the plugin's setting page, you will be able to enter the API creadentials, station mac address and add some devices connected to the station.