# homebridge-thermostat-netatmo

> homebridge plugin for netatmo thermostat

Latest version **0.0.12** (published 2021-01-11) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install homebridge-thermostat-netatmo
pnpm add homebridge-thermostat-netatmo
yarn add homebridge-thermostat-netatmo
bun add homebridge-thermostat-netatmo
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.12 |
| Published | 2021-01-11 |
| First published | 2016-10-18 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 2 |
| Unpacked size | 54.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Dan Poltawski |
| Maintainers | danpoltawski |
| Keywords | homebridge-plugin |

## Links

- npm: https://www.npmjs.com/package/homebridge-thermostat-netatmo
- Repository: https://github.com/danpoltawski/homebridge-thermostat-netatmo
- Homepage: https://github.com/danpoltawski/homebridge-thermostat-netatmo#readme
- Issues: https://github.com/danpoltawski/homebridge-thermostat-netatmo/issues
- npm.io page: https://npm.io/package/homebridge-thermostat-netatmo

## Dependencies (2)

- [request](https://npm.io/package/request.md) ^2.88.2
- [simple-oauth2](https://npm.io/package/simple-oauth2.md) ^3.4.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.0.12 (latest) — 2021-01-11
- 0.0.10 — 2021-01-10
- 0.0.9 — 2021-01-10
- 0.0.8 — 2021-01-10
- 0.0.7 — 2021-01-10
- 0.0.6 — 2021-01-10
- 0.0.5 — 2016-10-18

## README

[![Build Status](https://travis-ci.org/danpoltawski/homebridge-thermostat-netatmo.svg?branch=master)](https://travis-ci.org/danpoltawski/homebridge-thermostat-netatmo)

# homebridge-thermostat-netatmo

A netatmo thermostat plugin for homebridge.

To use this plugin, you need to register an application on the Netatmo developer platform

1. Visit https://dev.netatmo.com/apps/createanapp#form (login with your netatmo account)
2. Fill out the required application fields
3. Copy and paste the client_id and client_secret into the configuraiton

# Configuration

```

"accessories": [
    {
        "accessory": "Netatmo Thermostat",
        "name": "Thermostat",
        "client_id": "<clientid from https://dev.netatmo.com/>",
        "client_secret": "<secret from https://dev.netatmo.com/>",
        "username": "",
        "password": ""
    }
],

---
_Source: https://npm.io/package/homebridge-thermostat-netatmo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
