Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharl/yeelight-raincolor
Yahoo 雨雲レーダー画像を取得して降水量の色を Yeelight の RGB ランプに反映
https://github.com/sharl/yeelight-raincolor
pystray weather yeelight
Last synced: 6 days ago
JSON representation
Yahoo 雨雲レーダー画像を取得して降水量の色を Yeelight の RGB ランプに反映
- Host: GitHub
- URL: https://github.com/sharl/yeelight-raincolor
- Owner: sharl
- Created: 2024-06-07T10:34:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T00:11:14.000Z (about 1 month ago)
- Last Synced: 2024-11-15T01:18:43.963Z (about 1 month ago)
- Topics: pystray, weather, yeelight
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yeelight-RainColor
Yahoo 雨雲レーダー画像を取得して降水量の色を Yeelight の RGB ランプに反映
## Run
```
git clone https://github.com/sharl/Yeelight-RainColor.git
cd Yeelight-RainColor
pip install -r requirements.txt
python Yeelight-RainColor.py
```## .yeelight-raincolor
```
location = "https://weather.yahoo.co.jp/weather/zoomradar/?lat=42.923&lon=143.193&z=12"
bulb = "192.168.0.204 192.168.0.220"
# broadcast = "192.168.0.255"
rgb = "252 252 248"
```### location
緯度・経度・拡大率が含まれている [雨雲レーダー](https://weather.yahoo.co.jp/weather/zoomradar/) の URL
### bulb
Yeelight RGB デバイスの IP アドレス 空白区切りで複数指定可能
### broadcast
対象ネットワークのすべての Yeelight RGB デバイスを使用
### rgb
雨が降っていないときの観測地点の色
この色と異なる場合に RGB デバイスが点灯