Skip to content

Instantly share code, notes, and snippets.

View uherting's full-sized avatar
💭
You never can tell with bees.

Uwe Herting uherting

💭
You never can tell with bees.
View GitHub Profile
@uherting
uherting / climate_runaway_test.yaml
Created February 8, 2024 19:26
Test TRVs on runaway condition aka test all climate devices if the 'as is' temperature is way higher than the target temperature.
blueprint:
domain: automation
name: Test TRVs on runaway condition (This is still considered to be a alpha version!!!)
description: >-
Regularly test all climate devices if the 'as is' temperature is way higher than the target temperature.
***Blueprint Revision:*** *1 / 2024-02-05*
source_url: https://gist.github.com/uherting/...
input:
threshold:
block_z = 22;
block_y = 47;
block_x = 36;
cylinder_cutout_depth = 25;
difference() {
cube([block_x, block_y, block_z], center=true);
color("blue") translate([0,0,3]) cylinder(r=14.1, h=cylinder_cutout_depth, $fn=100, center=true);
color("red") translate([5.7,0,6]) cube([17,18,30.5], center=true);
@uherting
uherting / hassio_ubuntu_install_commands.sh
Created May 27, 2020 12:54 — forked from frenck/hassio_ubuntu_install_commands.sh
Simple install command for installing Hass.io on a Generic Ubuntu/Debian machine
sudo -i
add-apt-repository universe
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
curl -sSL https://get.docker.com | sh
systemctl disable ModemManager
apt-get purge modemmanager
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s