Wie mache ich eine Infrarotheizung mit Home Assistant Smart ?

Du fragst dich, wie du deine Infrarotheizung mit Home Assistant “smart” bekommst ? Vielleicht hast Du eine Infrarotheizung und ärgerst Dich darüber, dass sie nicht dann heizt, wenn Du es möchtest ? Kein Problem ! Mach sie doch smart. Dieses Video zeigt Dir, wie Du eine Infrarotheizung mit Home Assistant, einen Temperatursensor und einer “smarten” Steckdose “smart” bekommst.

Diese ZigBee Produkte verwende ich*:

Generic Thermostat integration: https://www.home-assistant.io/integrations/generic_thermostat/#:~:text=The%20generic_thermostat%20climate%20platform%20is%20a%20thermostat%20implemented,turned%20off%20when%20the%20required%20temperature%20is%20reached

Blueprint Advanced Heating Control: https://community.home-assistant.io/t/advanced-heating-control/469873

Beispielcode configuration.yaml:

climate: 
  - platform: generic_thermostat
    name: Infrarotheizung Studio
    min_cycle_duration: 
       minutes: 5
    hot_tolerance: 1
    precision: 0.1
    ac_mode: false
    cold_tolerance: 1
    unique_id: studio_heizung
    heater: switch.infrarotheizung
    target_sensor: sensor.temperatursensor_studio_temperature