Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harttle/homebridge-plantower
https://github.com/harttle/homebridge-plantower
homebridge plantower
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/harttle/homebridge-plantower
- Owner: harttle
- Created: 2017-11-18T18:49:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T16:54:31.000Z (about 7 years ago)
- Last Synced: 2024-12-01T19:09:07.576Z (2 months ago)
- Topics: homebridge, plantower
- Language: JavaScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-plantower
Homebridge plugin for plantower sensors
Thanks [node-plantower](https://github.com/perfectworks/node-plantower), [homebridge-plantower](https://github.com/willnewii/homebridge-plantower)
## Installation
```bash
npm install -g homebridge
npm install -g homebridge-plantower
```## Configuration
example `~/.homebridge/config.json`:
```json
{
"bridge": {
"name": "Pi with PMS5003ST",
"username": "B8:27:EB:47:83:AA",
"port": 51826,
"pin": "012-52-222"
},
"accessories": [
{
"accessory": "plantower",
"name": "PMS5003ST",
"model":"PMS5003ST",
"device":"/dev/ttyS0"
}
]
}
```## Models Supported
* DS_CO2_20
* PMS1003
* PMS3003
* PMS5003
* PMS5003I
* PMS5003P
* PMS5003S
* PMS5003ST
* PMS5003T
* PMS6003
* PMS7003
* PMS7003M
* PMS7003P
* PMSA003