1.0.4 • Published 5 years ago
homebridge-fanju-fjw4 v1.0.4
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.jsonsnippet below.
Configuration
Configuration sample (edit ~/.homebridge/config.json):
{
"name": "FanJuFJW4"
"platform": "FanJuFJW4",
"options": {
"username": "xxxx@gmail.com",
"password": "xxxxxxxxxx"
}
}Required fields:
nameRequired. Must always beFanJuFJW4platformRequired. Must always beFanJuFJW4usernameRequired. The username used for authentication in the WeatherSense apppasswordRequired. The password used for authentication in the WeatherSense apppollingIntervalOptional. 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