Skip to content

Instantly share code, notes, and snippets.

View bassicrob's full-sized avatar

bassicrob

  • Queens, NY
View GitHub Profile
@bassicrob
bassicrob / wx-station-HAconfiguration.yaml
Last active June 23, 2024 07:48
Wemos D1 Mini Weather Station with ESPHome
sensor:
- platform: statistics
entity_id: sensor.wind_sensor_2
max_age:
minutes: 2
name: "WX Sta Wind Stats"
sampling_size: 3
- platform: statistics
entity_id: sensor.wind_sensor_2
@bassicrob
bassicrob / beer.yaml
Last active March 8, 2022 09:28
HA Lovelace Conditional Card
card:
cards:
- entities:
- entity: sensor.beer_name
- entity: sensor.current_abv
icon: 'mdi:percent'
- entity: sensor.current_attenuation
icon: 'mdi:percent'
show_header_toggle: false
title: Beer Stats
@bassicrob
bassicrob / beer-HA-NRflow.js
Last active March 8, 2022 09:28
HA Node Red Flow
[
{
"id": "43f03a36.8fbb04",
"type": "tab",
"label": "Beer Stats",
"disabled": false,
"info": "This node copied from:\nhttps://gist.github.com/bassicrob/19b6a16bba2bac1961b2bbc22d380d71\n\nSee my other gists for TiltPi flow to publish the required data to MQTT, and Lovelace card view.\n\nCheers!!"
},
{
"id": "a4a624df.14dbc8",
@bassicrob
bassicrob / configuration.yaml
Last active March 8, 2022 09:28
HA Sensors for Tilt Integration
#### BEER ###########
- platform: mqtt
name: "Beer Fermentation Temperature"
state_topic: "beer/Temp/"
unit_of_measurement: "°F"
- platform: mqtt
name: "Beer Specific Gravity"
state_topic: "beer/SG/"
unit_of_measurement: "SG"
- platform: mqtt
@bassicrob
bassicrob / Tilt-to-HA-MQTT Nod-Red.js
Created March 18, 2019 03:29
TiltPi to HA via Node-Red/Mqtt
// Rob Lichtenberger
// bassicrob@gmail.com
// updated 03.17.19 21:20 ET
//
// Works at the moment for only a single Tilt
//
// TO DO:
// Add Tilt Color in payload topic for MQTT
// Add trigger for temp notification
// Add trigger for stable SG notification