All Projects → morestart → HeWeather

morestart / HeWeather

Licence: Apache-2.0 license
HomeAssistant HeWeather Plugin

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HeWeather

angular-http-cache
Speed up your remote requests by automatically caching them on client and add support for offline navigation.
Stars: ✭ 25 (-62.12%)
Mutual labels:  requests
wc18-cli
An easy command line interface for the 2018 World Cup
Stars: ✭ 15 (-77.27%)
Mutual labels:  requests
htmx-talk-2021
Code examples and slides from my 2021 talk Server-Side is Dead! Long Live Server-Side (+ HTMX), presented at DjangoCon and Code Code Code
Stars: ✭ 18 (-72.73%)
Mutual labels:  requests
requestsR
R interface to Python requests module
Stars: ✭ 12 (-81.82%)
Mutual labels:  requests
watsor
Object detection for video surveillance
Stars: ✭ 203 (+207.58%)
Mutual labels:  homeassistant
proxy ip pool
python编写的爬虫代理ip池
Stars: ✭ 18 (-72.73%)
Mutual labels:  requests
Email-Crawler-Lead-Generator
This email crawler will visit all pages of a provided website and parse and save emails found to a csv file.
Stars: ✭ 47 (-28.79%)
Mutual labels:  requests
pyinrail
A python wrapper for Indian Railways Enquiry API!
Stars: ✭ 40 (-39.39%)
Mutual labels:  requests
flex-table-card
Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
Stars: ✭ 122 (+84.85%)
Mutual labels:  homeassistant
bestfetch
fetch ⭐️caching ⭐️deduplication
Stars: ✭ 44 (-33.33%)
Mutual labels:  requests
panasonic smart app
Panasonic Smart App integration for Home Assistant.
Stars: ✭ 22 (-66.67%)
Mutual labels:  homeassistant
ParadoxRs232toMqtt
esp8266, serial bus to mqtt for Paradox alarm systems
Stars: ✭ 66 (+0%)
Mutual labels:  homeassistant
boozer
Kegerator Monitoring Platform. RPi + Docker + Beer + Metrics + Slack. k3s kubernetes friendly.
Stars: ✭ 93 (+40.91%)
Mutual labels:  homeassistant
premeStock
Monitors for restocks
Stars: ✭ 53 (-19.7%)
Mutual labels:  requests
Home-Assistant-Config
🏠 My huizebruin Home Assistant configuration, Be sure to 🌟 this repository for updates! huizebruin
Stars: ✭ 29 (-56.06%)
Mutual labels:  homeassistant
requests
http requests lib for golang
Stars: ✭ 67 (+1.52%)
Mutual labels:  requests
github-custom-component-tutorial
A tutorial for creating a custom component for Home Assistant using GitHub's API.
Stars: ✭ 31 (-53.03%)
Mutual labels:  homeassistant
requests-cloudkit
Apple CloudKit Python library.
Stars: ✭ 60 (-9.09%)
Mutual labels:  requests
home assistant adax
Integration for Adax heaters
Stars: ✭ 24 (-63.64%)
Mutual labels:  homeassistant
google fit hass
A Home assistant custom component to get your fitness information using Google Fitness API.
Stars: ✭ 23 (-65.15%)
Mutual labels:  homeassistant

HA和风天气插件

使用方法:

  • 在HA中建立以下路径
# Linux or Mac OSX
cd ~/.homeassistant/
mkdir -p custom_components/HeWeather

# Windows
home assistant\custom_components\HeWeather\
home assistant\custom_components\HeWeather\
  • 使用以下命令下载
cd custom_components/HeWeather/
curl -O https://raw.githubusercontent.com/morestart/HeWeather/More-than-0.63/sensor.py
curl -O https://raw.githubusercontent.com/morestart/HeWeather/More-than-0.63/manifest.json

如果HA中不存在以上路径,请参照图示自行建立即可。

  • 在sensor文件夹下放入HeWeather.py文件,此版本文件支持0.63以上HA。
  • 由于部分城市没有AQI监测站,所以报错,请使用你的上级城市名称,配置城市名称支持中英文IP及拼音。

配置内容如下

sensor:
  - platform: HeWeather
    city: auto_ip 或者 填写城市名称 eg(北京,beijing)
    appkey: 你的密钥
    options:
      - fl
      - tmp
      - cond_txt
      - wind_spd
      - hum
      - pcpn
      - pres
      - vis
      - wind_sc
      - aqi
      - main
      - qlty
      - pm10
      - pm25
      - comf
      - cw
      - drsg
      - flu
      - sport
      - trav
      - uv
      - wind_dir
      - tmp_max
      - tmp_min
      - pop
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].