Skip to content

Instantly share code, notes, and snippets.

View mathieucarbou's full-sized avatar
🏠
Working from home

Mathieu Carbou mathieucarbou

🏠
Working from home
View GitHub Profile
@mathieucarbou
mathieucarbou / weather.hourly.yaml
Created March 7, 2024 11:32
Home Assistant Hourly Weather with Met.no
# https://www.home-assistant.io/integrations/template
template:
- trigger:
- platform: homeassistant
event: start
- platform: time_pattern
minutes: /30
action:
service: weather.get_forecasts
data:
@mathieucarbou
mathieucarbou / LICENSE
Last active January 17, 2024 13:35
MycilaJSY - Arduino / ESP32 lib for JSY-MK-194
The MIT License (MIT)
---------------------
Copyright © 2023-2024, Mathieu Carbou
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT O
@mathieucarbou
mathieucarbou / README.md
Last active December 13, 2023 09:54
Home Assistant H&T (Hygrostat & Thermostat)

Home Assistant H&T (Hygrostat & Thermostat)

Hygrostat

View code:

type: humidifier
entity: humidifier.hygrostat_chambre_rdc
name: Chambre
@mathieucarbou
mathieucarbou / README.md
Last active February 19, 2024 14:28
Tempo colored icons with RTE

Tempo colored icons with RTE

image

Edit view:

image

Code:

@mathieucarbou
mathieucarbou / README.md
Last active December 6, 2023 10:32
Home Assistant: % autoconsommation temps réel

Home Assistant: % autoconsommation temps réel

  • sensor.inverters_energy: production solaire totale en kWh
  • sensor.grid_energy_returned: mon Shelly EM qu mesure l'injection en kWh
template:
  # https://www.home-assistant.io/integrations/sensor/
  - sensor:
@mathieucarbou
mathieucarbou / README.md
Created November 14, 2023 11:03
Example: config-template-card + bar-card

Home Assistant + Shelly + EDF HP/HC

In global config:

homeassistant:
  packages: !include_dir_named packages
  1. put hphc.yaml files in config/packages folder
@mathieucarbou
mathieucarbou / README.md
Created August 29, 2023 10:21
Home Assistant + RTE Tempo + Shelly

Home Assistant + RTE Tempo + Shelly

In global config:

homeassistant:
  packages: !include_dir_named packages
  1. put tempo.yaml files in config/packages folder
@mathieucarbou
mathieucarbou / README.md
Last active April 18, 2024 12:47
Home Assistant OpenEVSE Integration backed by MQTT

Home Assistant OpenEVSE Integration backed by MQTT

image

Older screenshots

Screenshot 2023-05-22 at 01 43 25 Screenshot 2023-05-22 at 01 43 38 Screenshot 2023-05-22 at 01 44 22

@mathieucarbou
mathieucarbou / README.md
Last active February 20, 2024 19:39
Suivi EDF Tempo avec Home Assistant

Suivi énergétique

image image

Requis:

  • apexcharts-card
  • Avoir configuré la vue énergétique avec des compteurs (journaliers et annuels au moins) pour le suvi tempo image