homebridge-mi-ir-remote
Weather plugin for HomeBridge.
欢迎加入我们的QQ群 545171648 讨论
QQ Group:545171648
Telegram Group: https://t.me/joinchat/EujYfA-JKSwpRlXURD1t6g
- You can find City codes in https://github.com/jokermonn/-Api/blob/master/CenterWeatherCityCode.json
Installation
- Install HomeBridge, please follow it's README.
If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi. - Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
- Install packages.
npm install -g miio homebridge-weather
Configuration
"platforms": [
{
"platform": "WeatherPlatform",
"deviceCfgs": [{
"name": "上海",
"city": "CHSH000000"
}]
}]
Version Logs
0.0.1
- Init.