homebridge-fanju-fjw4
v1.0.4
Published
Homebridge platform plugin for FanJu FJW4 Wi-Fi Weather Station
Downloads
8
Maintainers
Readme
homebridge-fanju-fjw4
This is a Homebridge accessories plugin for FanJu FJW4 Wi-Fi Weather Station.
The plugin creates a platform with two separate accessories for indoor amd outdoor sensors in order to have a possibility to assign the to different rooms.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plug-in using:
npm install -g homebridge-fanju-fjw4
- Update your configuration file. See example
config.json
snippet below.
Configuration
Configuration sample (edit ~/.homebridge/config.json
):
{
"name": "FanJuFJW4"
"platform": "FanJuFJW4",
"options": {
"username": "[email protected]",
"password": "xxxxxxxxxx"
}
}
Required fields:
name
Required. Must always beFanJuFJW4
platform
Required. Must always beFanJuFJW4
username
Required. The username used for authentication in the WeatherSense apppassword
Required. The password used for authentication in the WeatherSense apppollingInterval
Optional. The frequency in seconds that the plugin polls the cloud to get device updates.
FanJu FJW4 WI-FI Weather Station Sensors
- TemperatureSensor accessory indicating the ambient temperature at the main station
- TemperatureSensor accessory indicating the ambient temperature at the wireless outdoor sensor
- HumiditySensor accessory indicating the relative humidity at the main station
- HumiditySensor accessory indicating the relative humidity at the wireless outdoor sensor