Skip to content

Instantly share code, notes, and snippets.

View bin101's full-sized avatar

Jens van Almsick bin101

View GitHub Profile
@daniel-sc
daniel-sc / cover_sun_blueprint.yaml
Last active February 1, 2025 11:29
Homeassistant blueprint to close/open covers depending on sun position and weather
# see https://community.home-assistant.io/t/close-open-curtain-cover-blinds-based-on-sun-and-weather/584240
blueprint:
name: cover sun
description: Close cover when sun is shining and open when stops. This considers weather (sunny, partly cloudy), sun position (elevation, azimuth) and temperature.
domain: automation
input:
cover_entity:
name: cover
selector:
@dekimsey
dekimsey / ipmi-updater.py
Last active April 9, 2024 15:30 — forked from mcdamo/ipmi-updater.py
Supermicro IPMI certificate updater
#!/usr/bin/env python3
# vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=python
# This file is part of Supermicro IPMI certificate updater.
# Supermicro IPMI certificate updater is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
@BadmanBarista
BadmanBarista / README.md
Last active August 9, 2024 09:49
Theme to hide the blue paved cycleways or make them thinner on Wahoo Bolt v2

IMPORTANT: THE FILES IN THIS GIST NO-LONGER WORK WITH RECENT UPDATES TO THE BOLT FIRMWARE.

SEE THIS REPOSITORY FOR FILES THAT DO https://github.com/BadmanBarista/wahoo-vtm-themer

There are a number of links floating around for this gist, so I will leave it here so people can find the new repo.

NOTE: I've found that outside my city, there are some actual important paths that this hack will hide. So I've provided an alternative file vtm-elemnt-THIN.xml. This makes the blue cyclepaths really thin rather than removing them entirely, just use it instead and remove the -THIN from the name.

There are three versions of the vtm-elemnt.xml file:

  • vtml-elemnt-DEFAULT.xml is the default from the BoltApp.apk (version 12513)
@Intyre
Intyre / Wahoo_Elemnt.md
Last active April 25, 2025 13:53
Wahoo Elemnt - Tips, tricks and custom images
@mcdamo
mcdamo / ipmi-updater.py
Last active March 20, 2025 09:11 — forked from HQJaTu/ipmi-updater.py
Supermicro IPMI certificate updater
#!/usr/bin/env python3
# vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=python
# This file is part of Supermicro IPMI certificate updater.
# Supermicro IPMI certificate updater is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT