Skip to content

Instantly share code, notes, and snippets.

View jbouwh's full-sized avatar

Jan Bouwhuis jbouwh

View GitHub Profile
@jbouwh
jbouwh / z2m_ikea_styrbar_remote.yaml
Last active July 17, 2025 13:40 — forked from klaasnicolaas/z2m_ikea_styrbar_remote.yaml
Home Assistant - Blueprint - Zigbee2MQTT - IKEA STYRBAR - 4 Button/Tradfri On/Off Remote
---
blueprint:
name: Z2M - IKEA styrbar (4 button)/Tradfi (On/Off) remote for lights
description: |
Control lights with a:
- IKEA styrbar (4 button) remote [E2001/E2002](https://www.zigbee2mqtt.io/devices/E2001_E2002.html#ikea-e2001%252Fe2002).
- TRADFRI on/off switch [E1743](https://www.zigbee2mqtt.io/devices/E1743.html#ikea-e1743).
There are 3 different features:
- Turn the light group on or off
@jbouwh
jbouwh / build-openssl.sh
Last active October 5, 2021 14:53 — forked from bmaupin/build-openssl.sh
Build openssl (with SSLv2/3 support for security testing)
#!/bin/bash
# Cache sudo password
sudo -v
# Get latest OpenSSL 1.0.2 version from https://openssl.org/source/
# v1.1.0 seems to have removed SSLv2/3 support
openssl_version=1.0.2k
# Install perl modules, makedepends and gcc and build dependencies