All Projects → MatthewFlamm → nwsradar

MatthewFlamm / nwsradar

Licence: MIT license
Home assistant custom camera platform for NWS radar loops

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nwsradar

xfinity-usage
Home Assistant custom component for retrieving Xfinity data usage
Stars: ✭ 48 (+140%)
Mutual labels:  home-assistant, custom-component
openrgb ha
OpenRGB integration for Home Assistant
Stars: ✭ 40 (+100%)
Mutual labels:  home-assistant, custom-component
integration blueprint
Blueprint for custom_component developers.
Stars: ✭ 151 (+655%)
Mutual labels:  home-assistant, custom-component
read your meter
Home Assistant sensor to read water meter
Stars: ✭ 27 (+35%)
Mutual labels:  home-assistant, custom-component
home-assistant-frigidaire
Custom component for the Frigidaire integration
Stars: ✭ 11 (-45%)
Mutual labels:  home-assistant, custom-component
ha-edgeos
Integration with EdgeOS (Ubiquiti)
Stars: ✭ 97 (+385%)
Mutual labels:  home-assistant, custom-component
homeassistant-elasticsearch
Publish Home-Assistant events to Elasticsearch
Stars: ✭ 97 (+385%)
Mutual labels:  home-assistant, custom-component
xboxone-home-assistant
Control your Xbox One from your Home Assistant device.
Stars: ✭ 26 (+30%)
Mutual labels:  home-assistant, custom-component
xiaomiplug
Xiaomi Mi Smart WiFi Socket integration for Home Assistant
Stars: ✭ 99 (+395%)
Mutual labels:  home-assistant, custom-component
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (+135%)
Mutual labels:  home-assistant, custom-component
github-custom-component-tutorial
A tutorial for creating a custom component for Home Assistant using GitHub's API.
Stars: ✭ 31 (+55%)
Mutual labels:  home-assistant, custom-component
kindle infoscreen
Home-Assisstant Interface That Runs in the Kindle Browser.
Stars: ✭ 49 (+145%)
Mutual labels:  home-assistant
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+675%)
Mutual labels:  home-assistant
tellstick-plugin-mqtt-hass
Plugin for tellstick, connect to homeassistant via mqtt with autodiscovery.
Stars: ✭ 25 (+25%)
Mutual labels:  home-assistant
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (+645%)
Mutual labels:  home-assistant
home-assistant-config
My home-assistant configuration
Stars: ✭ 48 (+140%)
Mutual labels:  home-assistant
home-assistant-addons
Alex's Home Assistant Add-ons
Stars: ✭ 28 (+40%)
Mutual labels:  home-assistant
addon-home-panel
Home Panel - Home Assistant Community Add-ons
Stars: ✭ 164 (+720%)
Mutual labels:  home-assistant
weback-hass
Weback integration with Home Assistant
Stars: ✭ 33 (+65%)
Mutual labels:  home-assistant
esp8266-midea-dehumidifier
Cloud-free wifi dehumidification
Stars: ✭ 50 (+150%)
Mutual labels:  home-assistant

nwsradar

⚠️ This integration is broken due to changes in NWS radar servers.

Custom integration for NWS radar loops for Home Assistant. Radar stations can be found by clicking on this map.

hacs_badge

radar

Installation

  • This custom integration can be installed and managed using HACS.
  • If you want to manually install, place files in the custom_components/nwsradar/ folder into path/to/haconfig/custom_components/nwsradar/

Configuration

Use UI to configure: Configuration -> Integrations -> National Weather Service (NWS) Radar

  • The Standard radar style offers a simple white background.
  • The Enhanced radar style offers a topographical background.
  • The Mosaic radar style offers a longer range radar view of regions or the entire US.

Works with picture-entity card:

- type: picture-entity
  entity: camera.vwx  # use your entity name

Change log

  • 0.5.1
    • Use standard homeassistant method for updating data
  • 0.5.0
    • Use UI configuration
    • DEPRECATION: YAML configuration to be removed in 0.6.0
  • 0.4.0
    • Add Mosaic style option
  • 0.3.0
    • Add Standard style option
    • BREAKING CHANGE: Default is now Standard style

⚠️ Required Dependencies for Installation

There are system image library dependencies for the python Pillow package that may be required. Here are some reported by users:

  • A jpeg library dependency, libjpeg-dev, libjpeg-turbo or similar, that needs to be separately installed via sudo apt-get install libjpeg-turbo. See here for report. You will get an error message like this otherwise: ImportError: libopenjp2.so.7: cannot open shared object file: No such file or directory.
  • A tiff library dependency, libtiff5 or similar, that needs to be separately installed via sudo apt-get install libtiff5. See here for report. You will get an error message like this otherwise: ImportError: libtiff.so.5: cannot open shared object file: No such file or directory.
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].