-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathespprobe.html
More file actions
134 lines (113 loc) · 4.76 KB
/
Copy pathespprobe.html
File metadata and controls
134 lines (113 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8"/>
<title>ESPProbe</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
<meta name="description" content="ESPProbe - An ESP32 probe for Home Assistant" />
<meta name="keywords" content="ESPProbe,ESP32,Ehryk,Probe" />
<meta name="author" content="Eric Menze" />
<meta property="og:url" content="https://ehryk.github.io/espprobe" />
<meta property="og:title" content="ESPProbe" />
<meta property="og:description" content="ESPProbe - An ESP32 probe for Home Assistant" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" media="all" href="css/main.css"/>
<link rel="stylesheet" media="all" href="css/esp.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="page">
<h1>ESPProbe</h1>
<h5>A triple thermocouple host for Home Assistant — for more: <a href="/">home</a>, <a href="https://github.com/Ehryk">github</a>, <a href="http://www.ericmenze.com/cv/portfolios/">portfolio</a> or <a href="mailto:ehryk42@gmail.com">email</a>.</h5>
<section>
<div class="Detail left">
<h3>Home Assistant</h3>
<p>Available entities include wood stove status, three monitors (I use intake, chamber, and exhaust), configurable thresholds, and ambient temperature and humidity</p>
</div>
<div class="Image left">
<img src="Circuits/ESPProbe/Images/HomeAssistant.jpg" alt="Home Assistant" />
</div>
<div class="clearfix">
</section>
<section>
<div class="Detail">
<h3>Front</h3>
<p>DHT22 air temp/humidity sensor, ESP32 DevKit v1, thermocouple inputs</p>
</div>
<div class="Image">
<img src="Circuits/ESPProbe/Images/Front.jpg" alt="Front Picture" />
</div>
<div class="clearfix">
</section>
<section>
<div class="Detail left">
<h3>Rear</h3>
<p>Triple Analog Devices MAX31855KASA 14-bit K-Type thermocouple amplifiers supporting probe temperatures from -270°C to +1800°C with 2°C accuracy and 0.25°C resolution</p>
</div>
<div class="Image left">
<img src="Circuits/ESPProbe/Images/Rear.jpg" alt="Rear Picture" />
</div>
<div class="clearfix">
</section>
<section>
<div class="Detail">
<h3>Schematic</h3>
<p>Open source schematic provided - <a href="Circuits/ESPProbe/Export/ESPProbe.pdf">View</a></p>
</div>
<div class="Image">
<img src="Circuits/ESPProbe/Images/Schematic.jpg" alt="Schematic" />
</div>
<div class="clearfix">
</section>
<section>
<div class="Detail left">
<h3>PCB Layout</h3>
<p>PCB Layout provided in KiCAD format - <a href="https://github.com/Ehryk/ehryk.github.com/tree/master/Circuits/ESPProbe">View</a></p>
</div>
<div class="Image left">
<img src="Circuits/ESPProbe/Images/PCBLayout.jpg" alt="PCB Layout" />
</div>
<div class="clearfix">
</section>
<section>
<div class="Detail">
<h3>ESPHome Configuration</h3>
<p>Sample ESPHome .yaml provided - <a href="Circuits/ESPProbe/ESPProbe.yaml">View</a></p>
</div>
<div class="Image">
<img src="Circuits/ESPProbe/Images/YAML.jpg" alt="ESP Home .yaml" />
</div>
<div class="clearfix">
</section>
<section>
<div class="Detail left">
<h3>Bill of Materials</h3>
<p>BoM provided in .csv format - <a href="Circuits/ESPProbe/Export/ESPProbe.bom">View</a></p>
</div>
<div class="Image left">
<img src="Circuits/ESPProbe/Images/BOM.jpg" alt="Bill of Materials" />
</div>
<div class="clearfix">
</section>
<footer>
<hr />
<p>© Eric Menze 2026</p>
</footer>
</div>
<div id="image-overlay" class="image-overlay" aria-hidden="true">
<div class="image-overlay-content"></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/jquery@4.0.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/overlay.js"></script>
<script src="js/esp-images.js"></script>
</body>
</html>