SuperITMan links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
Add integration for Grundfos (BLE) - Feature Requests - Home Assistant Community https://community.home-assistant.io/t/add-integration-for-grundfos-ble/466447/11
Thu Jan 25 00:29:57 2024
QRCode
cluster icon
  • Home Assistant, gestion avancée du chauffage - La programmation sur le web : Tutoriel très avancé sur la gestion du chauffage avec Home-Assistant (périodes de chauffe, thermostat générique, etc.)
  • Zigbee network optimization: a how-to guide for avoiding radio frequency interference + adding Zigbee Router devices (repeaters/extenders) to get a stable Zigbee network mesh with best possible range and coverage by fully utilizing Zigbee mesh networking - Community Guides - Home Assistant Community : Who is this guide for? I have tried to make this guide to be a comprehensive collection of the most basic yet essential tips with a set of actions and...
  • Create long time statistics from Home Assistant data : How to export long-term statistics from HA. Theses exported stats can be used with https://github.com/klausj1/homeassistant-statistics to reimport in...
  • Installation de Home Assistant sur un NAS Synology – Tech2Tech | News, Astuces, Tutos, Vidéos autour de l'informatique : Tuto pour installer Home-Assistant sur un NAS Synology. Méthode basé sur une VM tournant sur le NAS. HAOS
  • [Tuto] Suivre sa consommation électrique en direct avec un Raspberry Pi et Home Assistant - Next :
thumbnail

Integration of Grundfos in home-assistant via BLE

Need to have ESPHome...

HA:

device_tracker:
  - platform: bluetooth_le_tracker

ESPHome:

esphome:
  name: esp32-grundfos
  friendly_name:  ESP Grundfos
esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "--secret---"

ota:
  password: "--secret--"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esp32-Grundfos Fallback Hotspot"
    password: "--secret--"

captive_portal:

esp32_ble_tracker:

ble_client:
  - mac_address: 80:6F:xx:xx:xx
    id: radiator_pump
homeassistant tuto forum
871 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn