Skip to content

Instantly share code, notes, and snippets.

View bram2202's full-sized avatar

Bram van Deventer bram2202

View GitHub Profile
@bram2202
bram2202 / dsmr.yaml
Created October 7, 2022 13:46
EspHome dsmr config
esphome:
name: dsmr
platform: ESP8266
board: esp8285
# Swith on level shifter after
on_boot:
priority: 600
then:
- switch.turn_on: level_shifter
@bram2202
bram2202 / config.js
Created January 7, 2022 09:57
Tileboard_V2
var CONFIG = {
customTheme: CUSTOM_THEMES.HOMEKIT,
transition: TRANSITIONS.ANIMATED_GPU,
entitySize: ENTITY_SIZES.NORMAL,
tileSize: 150,
tileMargin: 6,
serverUrl: 'http://' + location.hostname + ':8123',
wsUrl: 'ws://' + location.hostname + ':8123/api/websocket',
authToken: "[REDACTED]",
debug: false,
@bram2202
bram2202 / ESP-home seconds led-ring
Created April 2, 2021 09:16
Led ring for displaying seconds, and red/blue strobe on command
esphome:
name: esp_unifi_clock
platform: ESP8266
board: esp01_1m
on_boot:
priority: -10
then:
- light.turn_on:
id: ring
brightness: 100%