Skip to content

Instantly share code, notes, and snippets.

@krissen
krissen / 1-Description.md
Last active November 16, 2023 18:48
Weather on a 1.54" epaper tag through Home assistant and OpenEPaperLink

I've long been searching for a simple display to show various things on HA. I wanted it to be cordless with wireless updates, small in size, and without extra sensors since the values to be displayed are already in HA. It's been hard to find something that matches all that, at a reasonable price.

I just stumbled upon a Reddit thread (since removed), where someone recommended OpenEPaperLink and this seller on Tindie. An access point for $35. Five screens (2.9" or 1.54") for $25; a 4.2" for $20. (It seems many have been looking for the same thing. The seller quickly ran out of stock, but more is on the way; more info at the link above.)

There's a HA integration via HACS.

You'll find my example of an automation that updates humidity and temperature here.

It was easy to get

Edit 2024-02-05:

The instructions below are outdated.

There is an official PR (#2027) for mouse functionality. You should use that rather than what is described below.

See comments [1, 2] below.

ZMK mouse support

@font-face {
font-family: "RobotoMono Nerd Font";
font-style: normal;
font-weight: 200;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true);
}
@font-face {
font-family: "RobotoMono Nerd Font";
font-style: normal;
font-weight: 400;
library(tidyverse)
library(lubridate)
library(stringr)
# Read file
df <- read.table("data/export_201120-201220.csv",
header = TRUE,
sep = ",",
fill = TRUE)
@krissen
krissen / configuration-camera.yaml
Last active May 22, 2020 16:22
Configuration for differently themed grafana panels (dark/light) that updates automatically according to a light level -sensor.
# Set up two cameras, pulling differently themed panels from Grafana
# One dark; one light.
camera:
# Camera-card for dark theme. Note `theme=dark` in the URL.
- platform: generic
name: Luftfuktighet (mörk)
still_image_url: 'http://internal.ip:port/render/d-solo/P_cth9gGz/klimat?orgId=1&refresh=10m&from=now-1d&to=now&panelId=4&theme=dark&width=500&height=325&tz=Europe%2FLondon'
username: !secret grafana_user
password: !secret grafana_password
@krissen
krissen / configuration.yaml
Last active April 26, 2023 21:13
Pollennivå i Homeassistant
# FÖR ATT FÅ POLLEN-SENSORERNA
# 1) Installera custom_component från
# https://github.com/JohNan/home-assistant-pollenkoll
# 2) Konfigurera enligt anvisningarna i komponenten.
# Inställningarna numer i HA direkt, inte YAML.