Hardware:
- Raspberry Pi Zero 2 WH
- Inno-Maker Rpi HiFi AMP Hat
- single Panasonic SB-PM15 (2-way speaker)
Software:
Hardware:
Software:
esphome: | |
name: obi-socket2-example | |
platform: ESP8266 | |
board: esp01_1m | |
substitutions: | |
friendly_name: "OBI Socket 2 Example" | |
binary_sensor: | |
- platform: gpio |
function nfd(name) { | |
return gensub(/u\\314\\210/,"ü","g", | |
gensub(/o\\314\\210/,"ö","g", | |
gensub(/a\\314\\210/,"ä","g", | |
gensub(/U\\314\\210/,"Ü","g", | |
$name)))) | |
} | |
function nfc(name) { | |
return gensub(/u\\314\\210/,"ü","g", |
I hereby claim:
To claim this, I am signing this object:
AFCONVERT=afconvert | |
AFINFO=afinfo | |
AP=/usr/local/bin/AtomicParsley | |
FLAC=flac | |
METAFLAC=metaflac | |
MP4CHAPS=mp4chaps | |
SHNTOOL=shntool | |
ZIP=zip | |
COVER?=cover.jpg |
# Finishing puppet-dashboard 2.0 installation | |
# | |
# $ cd /usr/share/puppet-dashboard | |
# $ RAILS_ENV=production bundle exec rake db:setup | |
# $ RAILS_ENV=production bundle exec rake db:migrate | |
# $ RAILS_ENV=production bundle exec rake assets:precompile | |
$install_dir = '/usr/share/puppet-dashboard' | |
$dashboard_user = 'puppet' | |
$dashboard_group = 'puppet' |
#!/usr/bin/env python | |
import xmlrpclib | |
import getpass | |
import argparse | |
import datetime | |
import sys | |
import sqlite3 | |
TIMESHEET_DB='/Users/stefan/Documents/Timesheet.db' |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<!-- | |
Export Dropbox members of shared folders. | |
Input: DOM or content of Dropbox's Shared-Folder preferences popup. | |
Output: List of members with mail address... | |
"Member Name <[email protected]>", | |
"Another Member <[email protected]>", |