Skip to content

Instantly share code, notes, and snippets.

######################################################################
# OLDER BW VERSION
# https://blog.quindorian.org/2019/02/home-assistant-10-wifi-energy-meter-with-esphome.html
######################################################################
esphomeyaml:
name: bw2
platform: ESP8266
board: esp8285
wifi:
ssid: !secret wifi_ssid
esphomeyaml:
name: test
platform: ESP8266
board: d1_mini
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: 192.168.1.31
@jungervin
jungervin / basic.yaml
Created February 17, 2019 06:06 — forked from frenck/basic.yaml
Sonoff Basic ESPHome
esphomeyaml:
name: basic
platform: ESP8266
board: esp01_1m
board_flash_mode: dout
wifi:
ssid: 'Demo'
password: 'Livestream'
@jungervin
jungervin / README.md
Created October 20, 2017 12:51 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@jungervin
jungervin / Instructions.md
Created September 28, 2017 15:22 — forked from mcfadden/Instructions.md
Making an IP camera with the Raspberry Pi Including on-board motion detection, and a password protected web server for viewing the camera stream

Making an IP camera with the Raspberry Pi

Including on-board motion detection

Requirements

  • Raspberry Pi (512MB rev2 recommended)
  • Raspberry Pi Camera board
  • SD Card (min 2BG, 8GB recommended for good measure. Class 10)

Optionally, a wifi adapter verified to work with raspberry pi ( I used Edimax Wireless Nano USB Adapter - http://www.amazon.com/gp/product/B005CLMJLU/ )

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build