Skip to content

Instantly share code, notes, and snippets.

@jemenake
jemenake / gist:a25eb138dddf309c0eb13a3f9c6bd538
Last active June 12, 2021 18:39
Example of implementing child devices on Smartthings
/**
*
* Copyright 2021 Joseph Emenaker
*
* LOTS of credit to Eric Maycock for providing the starting code:
* https://community.smartthings.com/t/release-qubino-flush-1d-relay-flush-2-relays-flush-1-relay-flush-dimmer/79618
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
@jemenake
jemenake / CSVtoAppleScriptforQuicken.py
Created June 4, 2021 15:44
Script to generate AppleScript for entering transactions into Quicken for Mac
# Script to turn a CSV into input for Quicken for Mac
# 2021-06-03 - joe at emenaker.com
# Background: Quicken can download transactions directly from your bank, but
# there's usually a limit to how far back the data goes. If you wait more
# than several months between downloads, you'll end up with a gap in
# your transactions, which you would need to fill by hand-entering
# transactions from printed or PDF statements from your bank.
#
# If you have access to the PDF statements, it's fairly easy to cut/paste