Skip to content

Instantly share code, notes, and snippets.

View markusressel's full-sized avatar
🤓
Just coding.

Markus Ressel markusressel

🤓
Just coding.
View GitHub Profile
@markusressel
markusressel / esphome_neopixel_clock_effect.yaml
Last active April 13, 2024 16:37
ESPHome configuration example to create an animated clock using the Neopixel 60 LED ring
Moved to https://github.com/markusressel/ESPHome-Analog-Clock
@markusressel
markusressel / esphome_hx711_smart_scale.yaml
Last active March 12, 2024 05:05
ESPHome sample configuration for an HX711 powered Smart Scale including Auto-Tare functionality.
Moved to https://github.com/markusressel/ESPHome-Smart-Scale
@markusressel
markusressel / network_traffic.py
Created October 23, 2018 20:46
This is a simple python script to measure network interface traffic in bytes per second.
#!/usr/bin/env python3
import click
import psutil
import pickle
import datetime
import os.path