Skip to content

Instantly share code, notes, and snippets.

View toddq's full-sized avatar

Todd Quessenberry toddq

View GitHub Profile
@toddq
toddq / mitsubishihp.yaml
Last active December 10, 2022 17:50
ESPHome configuration for using Ecobee thermostat with Mitsubishi heatpump
substitutions:
name: mitsubishihp
friendly_name: Mitsubishi Heatpump
esphome:
name: ${name}
platform: ESP8266
board: esp01_1m
external_components:
@toddq
toddq / get_redpocket_balance.py
Last active September 30, 2019 05:16 — forked from gene1wood/get_redpocket_balance.py
Tool to fetch a Red Pocket account's balance of minutes, texts and data and send me a push notification if the balance is low.
import logging
from bs4 import BeautifulSoup
import requests
import yaml
import json
import os.path
import datetime
import re
import sys
@toddq
toddq / picobrew_control_program_persistence.user.js
Last active June 7, 2016 06:49
Allow saving and re-using control programs in Picobrew's 'Advanced Editor'
// ==UserScript==
// @name Picobrew Control Program Persistence
// @namespace https://github.com/toddq
// @version 0.2
// @description Allow saving and re-using control programs in Picobrew's 'Advanced Editor'
// @author Todd Quessenberry
// @match https://picobrew.com/members/recipes/editctlprogram*
// @require https://www.gstatic.com/firebasejs/live/3.0/firebase.js
// @grant GM_setValue
// @grant GM_getValue
@toddq
toddq / README.md
Last active October 21, 2019 22:26
Dashing News Ticker Widget

##Description A Dashing widget that overlays a scrolling news ticker on the bottom of your Dashboard.

This widget is a little different, in that it doesn't occupy a typical space in the Dashing grid, but instead overlays the bottom of the dashboard. If it doesn't have any data, it will be hidden. If you send it an array of Strings, it will scroll through them either vertically or horizontally. Our office uses it on our dashboards to occasionally flash important notices or reminders in an eye catching fashion, most of the time it is not displayed.

See http://widget-challenge.herokuapp.com/vertical-ticker and http://widget-challenge.herokuapp.com/horizontal-ticker for a live demo.

##Screenshots

@toddq
toddq / README.md
Last active October 13, 2022 07:03 — forked from iainjmitchell/README.md

##Description Simple Dashing widget (and associated job) to display RSS feeds. Based on Iaian Mitchell's News widget.

##Screenshot

##Dependencies nokogiri

htmlentities

@toddq
toddq / README.md
Last active May 15, 2021 13:37 — forked from mjamieson/README.md