Skip to content

Instantly share code, notes, and snippets.

@JonasGhost
JonasGhost / heatingfancontroller.yaml
Last active November 1, 2025 13:31
Blueprint Heating Fan Controller by ChatGPT
blueprint:
name: Heizkörper-Lüftersteuerung (mit Schedule, Automatik & Nachlauf)
description: |
Steuert Lüfter anhand Heizkreis, Raumtemperatur, Bewegung, Kalender und Zeitplan (schedule).
Heizkreis aktiv → Lüfter an, außer:
- Isttemperatur ≤ Solltemperatur +1°C
- UND Bewegung, Kalender oder Zeitplan aktiv.
Enthält:
- Bewegungs-Timeout (optional)
@JonasGhost
JonasGhost / 0_reuse_code.js
Created July 30, 2016 17:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console