Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-medvedev/homebridge-cozylife-temperature-sensor
CozyLife temperature sensor plugin for Homebridge
https://github.com/iam-medvedev/homebridge-cozylife-temperature-sensor
Last synced: 25 days ago
JSON representation
CozyLife temperature sensor plugin for Homebridge
- Host: GitHub
- URL: https://github.com/iam-medvedev/homebridge-cozylife-temperature-sensor
- Owner: iam-medvedev
- License: mit
- Created: 2024-03-16T08:45:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:45:13.000Z (6 months ago)
- Last Synced: 2024-09-18T16:20:01.077Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://npmjs.com/homebridge-cozylife-temperature-sensor
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CozyLife temperature sensor plugin for Homebridge
This is a [CozyLife](http://cozylife.app) plugin for [Homebridge](https://homebridge.io) with a [custom API client](#api) created using reverse engineering.
## Supported Devices
Currently, it only works with the WiFi version of the [Temperature & Humidity sensor](https://www.aliexpress.com/item/1005006398885795.html) (ID: `s1AxFq`).
## API
This package utilizes [OpenAPI](https://www.openapis.org/), [openapi-typescript](https://openapi-ts.pages.dev/), and [openapi-fetch](https://openapi-ts.pages.dev/openapi-fetch/) to interact with the CozyLife API.
## Usage
```sh
$ npm install homebridge-cozylife-temperature-sensor# or
$ yarn add homebridge-cozylife-temperature-sensor
```Use your login/password from [CozyLife App](http://cozylife.app) in the plugin settings.