GithubHelp home page GithubHelp logo

logistik777 / ha-gismeteo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from limych/ha-gismeteo

0.0 0.0 0.0 165 KB

Gismeteo Weather Provider for Home Assistant

License: Other

Python 94.57% Shell 5.43%

ha-gismeteo's Introduction

Please ⭐ this repo if you find it useful

Gismeteo Weather Provider for Home Assistant

GitHub Release GitHub Activity License Requires.io

hacs Project Maintenance

GitHub pull requests Bugs

Community Forum

This component can be used in two different ways: as a weather provider for any given coordinates and as a set of sensors for current coordinates of a house.

Gismeteo Logo

NB. You can find a real example of using this component in my Home Assistant configuration.

I also suggest you visit the support topic on the community forum.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called gismeteo.
  4. Download all
    the files from the custom_components/gismeteo/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant

Weather Provider Configuration

The gismeteo weather platform uses Gismeteo as a source for current meteorological data for a specified location.

Example

To add Gismeteo weather provider to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
weather:
  - platform: gismeteo

You can add as many providers with different configurations as you wish.

* * *

I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm:


Patreon PayPal
or support via Bitcoin or Etherium:
Bitcoin
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts

Configuration Variables

name:
(string) (Optional)
Name to use in the frontend.
Default value: Gismeteo

mode:
(string) (Optional)
Can specify hourly or daily. Select hourly for a three-hour forecast, daily for daily forecast.
Default value: hourly

latitude:
(float) (Optional)
Latitude of the location to display the weather.
Default value: The latitude in your configuration.yaml file.

longitude:
(float) (Optional)
Longitude of the location to display the weather.
Default value: The longitude in your configuration.yaml file.

Weather Sensors Configuration

The gismeteo sensors uses Gismeteo as a source for current meteorological data for your home location. The forecast will show you the condition in 3 h.

Example

To add Gismeteo sensors to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: gismeteo
    monitored_conditions:
      - weather

You can add only one group of sensors.

* * *

I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm:


Patreon PayPal
or support via Bitcoin or Etherium:
Bitcoin
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts

Configuration Variables

name:
(string) (Optional)
Additional name for the sensors. Default to platform name.
Default value: Gismeteo

forecast:
(boolean) (Optional)
Enables the forecast. The default is to display the current conditions.
Default value: false

monitored_conditions:
(list) (Required)
Conditions to display in the frontend.

weather
A human-readable text summary.

temperature
The current temperature.

wind_speed
The wind speed.

wind_bearing
The wind bearing.

humidity
The relative humidity.

pressure
The sea-level air pressure in millibars.

clouds
Description about cloud coverage.

rain
The rain volume.

snow
The snow volume.

storm
The storm prediction.

geomagnetic
The geomagnetic field value:
1 = No noticeable geomagnetic disturbance
2 = Small geomagnetic disturbances
3 = Weak geomagnetic storm
4 = Small geomagnetic storm
5 = Moderate geomagnetic storm
6 = Severe geomagnetic storm
7 = Hard geomagnetic storm
8 = Extreme geomagnetic storm

Track updates

You can automatically track new versions of this component and update it by custom-updater (deprecated) or HACS.

For custom-updater to initiate tracking add this lines to you configuration.yaml file:

# Example configuration.yaml entry
custom_updater:
  track:
    - components
  component_urls:
    - https://raw.githubusercontent.com/Limych/ha-gismeteo/master/tracker.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.