This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |