Skip to content

Instantly share code, notes, and snippets.

View stone's full-sized avatar
🕶️

Fredrik Steen stone

🕶️
View GitHub Profile
@stone
stone / tibber-price-actions.yaml
Created October 30, 2022 16:10
Execute actions based in Tibber integration prices changes
blueprint:
name: Tibber price Actions
description: "Perform actions when price changes"
domain: automation
input:
tibber_price_sensor:
name: Tibber price sensor
selector:
entity:
domain: sensor
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stone
stone / byälven.geojson
Created June 23, 2022 12:51
byälven.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stone
stone / collectlogs.sh
Last active April 1, 2017 18:17
Simple script to collect fermentrack logs and upload them to filebin.net
#!/bin/bash
# Simple script to collect fermentrack logs and upload to filebin.net
# Download to your device running fermentrack and run it by
# bash collectlogs.sh
#
# Fredrik <fredrik@ppo2.se>
BIN="fermentrack"
FPATH="${1:-/home/fermentrack}"