Very nice!
Is the code available anywhere? My dashboard is definitely due a refresh…
this fits my laptop screen, so might need some tweaking.
also, made for my 4 sprinklers and 2 programs per day, but being cards should be easily fixable for whatever you have.
had to paste it here as it is too big
I’ve used these custom cards
- layout-card
- button-card
- hui-element
- fold-entity-row
- multiple-entity-row
- vertical-stack-in-card
- paper-buttons-row
- config-template-card
- mini-graph-card
- weather-chart-card
Hello Klogg, thank you for your excellent work.
If you have a few minutes, I need help with precipitation data.
I’m using a Netatmo station to find out if it’s raining now and if it’s raining today.
My concern is more with the “rain forecast,” for which I use the Météo France integration. I extract the information from Météo France and place it in the “meteo_forecast_aujourd_hui_precipitation” sensor:
- trigger:
- platform: state
entity_id: weather.carrieres_sur_seine
action:
- service: weather.get_forecasts
data:
type: daily
target:
entity_id: weather.carrieres_sur_seine
response_variable: daily
sensor:
- name: Meteo Forecast Jours
unique_id: meteo_forecast_jours
state: "{{ daily['weather.carrieres_sur_seine'].forecast[0].condition }}"
attributes:
forecast: "{{ daily['weather.carrieres_sur_seine'].forecast }}"
availability: "{{ states('weather.carrieres_sur_seine') not in ['unknown', 'unavailable', 'none'] }}"
- sensor:
- name: Météo Forecast Aujourd'hui Précipitation
unique_id: meteo_forecast_aujourd_hui_precipitation
state: "{{ state_attr('sensor.meteo_forecast_jours','forecast')[0].precipitation | float(0) | default(0) }}"
icon: mdi:weather-rainy
unit_of_measurement: '%'
Is this the correct sensor to provide for “Predict Rain” ?
The problem is that in the Rain area the information is always displayed as 0.0.
If you can provide me with any suggestions to solve my problem, it will be helpful.
Thanks.
@klogg Sorry for the stupid question, but I can’t figure out how to write script.notify to send notifications to mobile_app_sm_g970f. Maybe you can help?
@klogg news regarding the update?
I manually updated suource code to current YAML stantdard, but i didn’t understand where switch/relay must be declared
Hi Everybody, I’m trying to install on last version of HA, but I had a lot of issue. Did someone still using it ?
Hi @brook, great job! Can you please share 2 instructions for the installation? Is it necessary to install the Kloggy integration? Thank you.
Well, yes i’m still using it. Apart from bar-card that has been removed from HACS but you can still install it manually, everithing is working fine.
What kind of problems are you facing?
@gabrio79 the switch must be declared in the UI. Under settings tab → general → weather sensors.
@parisiantony you have to install all the needed packages and the klogg package. Then you can use the code provided by @brook to display as an alternative interface for the package
That’s what I get aftrer installation. The main problem is that I can’t even set number of zones. When I click on are popup did’t work
JULY 2025
I have uploaded a new version to github.
Rolling 24 hour periods of rainfall are now allowed for.