This process is derived from the [official guide][official-guide], but lightly tweaked to make the process smoother and produce an installation that comes up automatically on boot (no need to enter desktop mode) and survives system updates.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Eco Heating Schedule by Malte | |
description: | | |
# 🌟 Eco Heating Schedule (Thermostats & Climate) 🌡️ | |
This blueprint optimizes your (not so) smart thermostat with intelligent temperature control. Set specific temperatures for different times of day, considering room occupancy and overall home presence. Features manual control override. | |
📖 For Details see this [Blog post](https://community.home-assistant.io/t/eco-thermostat-schedule/643641) | |
domain: automation | |
source_url: https://gist.github.com/Raukze/93f8204864682671ab2b502d2e945077 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@master:/etc/puppetlabs/facter/facts.d # cat foo.sh | |
#! /bin/sh | |
FACT=$(facter hostname) | |
echo "foo=${FACT}" | |
root@master:/etc/puppetlabs/facter/facts.d # chmod +x foo.sh | |
root@master:/etc/puppetlabs/facter/facts.d # facter ipaddress | |
<hangs and explodes> |