Skip to content

Instantly share code, notes, and snippets.

View rlajos's full-sized avatar

Rozsavolgyi Lajos rlajos

View GitHub Profile
service: notify.alexa_media
data:
message: test
data:
method: all
type: announce
title: my announce
target:
- media_player.downstairs_echo
- media_player.kitchen_echo
@gamwe6
gamwe6 / install-openwrt-on-tp-link-tl-mr6400-v4.md
Created January 6, 2021 10:03
Install OpenWrt on TP-Link TL-MR6400 V4
@hummer2k
hummer2k / shelly_i3_actions.yaml
Created December 30, 2020 15:29
Home Assistant Shelly i3 Blueprint
blueprint:
name: Shelly i3 Actions
description: Bind Shelly i3 button press actions
domain: automation
input:
switch:
name: Shelly i3 Switch
selector:
entity:
integration: shelly
@cyclingengineer
cyclingengineer / README
Last active December 31, 2019 10:46
OpenHAB Heating Control Rules
OpenHAB Heating Example
========================
This heating example shows three rooms in my house with 1 radiator valve, 1 temperature sensor per room and a single boiler. It could be adapted for different situations.
The rules allow for simple addition of items in rooms as long as they follow the naming convention and have at least a valve, a thermometer, setpoint and a demand switch.
The demand switch is purely internal and is used to indicate if the room requires heat or not. All rooms are OR'd together to define the boiler status and each room demand (On/Off) is applied to the radiator valves.
It could be more generic for multiple thermometers/valves per room - but it suits my needs for now. If I make it more generic I will update it accordingly.