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.
# 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. |
# 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 |
library(tidyverse) | |
library(lubridate) | |
library(stringr) | |
# Read file | |
df <- read.table("data/export_201120-201220.csv", | |
header = TRUE, | |
sep = ",", | |
fill = TRUE) |
@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; |
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