this repository is trying to get the most out of your ecowitt weatherstation in homeassistant! Very easy config and plug'n'play use with the local weather forecast repo!! https://github.com/HAuser1234/homeassistant-local-weather-forecast
If you like this repository please leave a star ⭐
- get all sensors of your weathersation as entities!
- Cloud cover estmation
- Current weather condions estimation
- Wind chill
- Head index
- Battery Info
and together with @ https://github.com/HAuser1234/homeassistant-local-weather-forecast Get your own customized local weather forecast!!
(English translation should be easy. Please Contribute that!!)
please contribute ANY upgrades to the card or algorythm thia helps everybody!
Step 1:
- connect with the WSview app to your weatherstation
- go to custom
- protocoll: ecowitt -> enable
- Server: Your.HA.IP.Adress
- Port: 8123
- Upload Intervall: 60
- Path: /api/webhook/pws
Step 2:
- copy weatherstation.yaml into your custom yaml integrations folder how to make a integrations folder:
- add this to your configuration.yaml:
homeassistant:
packages: !include_dir_named integrations
- create a folder named integrations in your config directory
- copy weather_forecast.yaml in this folder
Step 3:
- copy the card as a manual yaml config into lovelace. !mushroom required, vertical-stack-in-card required, compass card required and rain-gauge-card required!
- translate Card
sources: This code os based on the work of:
https://github.com/Xorfor/HA-PWS
https://github.com/Xorfor/Domoticz-PWS-Plugin/blob/master/plugin.py
https://community.home-assistant.io/t/weather-station-recommendation/55353/23
https://www.home-assistant.io/integrations/template/
https://github.com/pnbruckner/ha-illuminance/blob/master/custom_components/illuminance/sensor.py
https://github.com/Xorfor/HA-PWS
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.