Skip to content

Instantly share code, notes, and snippets.

@jdanders
jdanders / cwop_upload.yaml
Last active August 2, 2026 02:39 — forked from sean6541/cwop_upload.yaml
Upload data from Home Assistant to the CWOP.
#You should use https://github.com/lancer73/ha-weather-uploader instead
blueprint:
name: 'CWOP Upload'
description: >
Periodically uploads weather station data from Home Assistant to CWOP
(Citizen Weather Observer Program) via APRS-IS, whenever any of the
configured trigger entities change state.
Setup:
Add the following shell_command to configuration.yaml. This pipes the
@jdanders
jdanders / ksl.py
Last active February 17, 2017 05:14 — forked from blakev/ksl.py
Command line application to search KSL Classifieds
import re
import argparse
import concurrent.futures
import string
from collections import namedtuple
from urllib.request import urlopen
from urllib.parse import urlencode, urljoin
from bs4 import BeautifulSoup