Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slavvka/homebridge-fanju-fjw4
Homebridge platform plugin for FanJu FJW4 Wi-Fi Weather Station
https://github.com/slavvka/homebridge-fanju-fjw4
fanju fjw4 homebridge homebridge-plugin homekit smart-home
Last synced: 1 day ago
JSON representation
Homebridge platform plugin for FanJu FJW4 Wi-Fi Weather Station
- Host: GitHub
- URL: https://github.com/slavvka/homebridge-fanju-fjw4
- Owner: slavvka
- License: apache-2.0
- Created: 2021-04-16T15:00:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T21:01:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T19:50:46.756Z (2 days ago)
- Topics: fanju, fjw4, homebridge, homebridge-plugin, homekit, smart-home
- Language: TypeScript
- Homepage:
- Size: 433 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-fanju-fjw4
This is a Homebridge accessories plugin for [FanJu FJW4 Wi-Fi Weather Station](https://www.aliexpress.com/item/32955858516.html).
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
1. Install homebridge using: `npm install -g homebridge`
2. Install this plug-in using: `npm install -g homebridge-fanju-fjw4`
3. 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 be `FanJuFJW4`
* `platform` Required. Must always be `FanJuFJW4`
* `username` Required. The username used for authentication in the WeatherSense app
* `password` Required. The password used for authentication in the WeatherSense app
* `pollingInterval` 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