3.1.0 • Published 6 years ago

homebridge-plantower v3.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

homebridge-plantower

Homebridge plugin for plantower sensors

Thanks node-plantower, homebridge-plantower

Installation

npm install -g homebridge
npm install -g homebridge-plantower

Configuration

example ~/.homebridge/config.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
3.1.0

6 years ago

3.0.0

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago