-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
360 lines (318 loc) · 11.4 KB
/
index.html
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Electra ESP8266 or ESP32 TFT Touch mDNS Wifi Relais</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Electra ESP8266 TFT Touch mDNS Wifi Relais" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Electra ESP8266 TFT Touch mDNS Wifi Relais" />
<meta property="og:description" content="Electra ESP8266 TFT Touch mDNS Wifi Relais" />
<link rel="canonical" href="https://ldijkman.github.io/Electra/" />
<meta property="og:url" content="https://ldijkman.github.io/Electra/" />
<meta property="og:site_name" content="Electra ESP8266 TFT Touch mDNS Wifi Relais" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Electra ESP8266 TFT Touch mDNS Wifi Relais" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Electra","headline":"Electra","name":"Electra","url":"https://ldijkman.github.io/Electra/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/Electra/assets/css/style.css?v=9e60aefeafcb5720ee8e3096a21de733b562072d">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/Electra/favicon.ico" -->
<!-- end custom head snippets -->
<link rel="stylesheet" type="text/css" href="https://ldijkman.github.io/randomnerd_esp32_wifi_manager/Touch_Electra-Electra_Touch/ESP32/esp-web-tools-8-0-3/stl.css">
<style type="text/css">.c6{display:none;}.c2{display:none;}.c7{display:none;}.c9{display:inline;}.c5{display:inline;}.c3{display:inline;}.c1{display:inline;}.c4{display:none;}.c8{display:none;}.c0{display:inline;}</style>
<style>
* {
box-sizing: border-box;
transition: 0.3s;
}
html, body {
hheight: 100%;
wwidth: 100%;
ooverflow: hidden;
}
.scene {
perspective: 800px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
background: url("https://i.imgur.com/2WQui47.jpg");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.scene:hover {
transform: scale(1.5);
}
.scene:hover .side {
opacity: 1;
}
.cube {
transform-style: preserve-3d;
position: relative;
width: 300px;
height: 300px;
-webkit-animation: rotate 20s ease-in-out infinite;
animation: rotate 20s ease-in-out infinite;
transform-origin: center center;
}
.side {
position: absolute;
width: 300px;
height: 300px;
background-color: #333;
opacity: 0.95;
background-size: cover;
background-repeat: no-repeat;
}
.back {
transform: translateZ(-150px) rotateX(180deg);
background-image: url(https://github.com/ldijkman/randomnerd_esp32_wifi_manager/blob/main/Electra.png?raw=true);
}
.left {
transform: translateX(-150px) rotateY(90deg);
background-image: url(https://raw.githubusercontent.com/ldijkman/Electra/main/touch_electra.gi);
}
.right {
transform: translateX(150px) rotateY(90deg);
background-image: url(https://github.com/ldijkman/randomnerd_esp32_wifi_manager/blob/main/Electra.png?raw=true);
}
.top {
transform: translateY(-150px) rotateX(90deg);
background-image: url(https://raw.githubusercontent.com/ldijkman/Electra/main/bulb_animated.gif);
}
.bottom {
transform: translateY(150px) rotateX(270deg);
background-image: url(https://github.com/ldijkman/randomnerd_esp32_wifi_manager/blob/main/Electra.png?raw=true);
}
.front {
transform: translateZ(150px);
background-image: url(https://raw.githubusercontent.com/ldijkman/Electra/main/irrigation.gif);
}
@-webkit-keyframes rotate {
0% {
transform: rotateX(0);
}
12.5% {
transform: rotateY(90deg);
}
25% {
transform: rotateY(270deg);
}
37.5% {
transform: rotateY(270deg);
}
50% {
transform: rotateY(360deg);
}
62.5% {
transform: rotateX(90deg);
}
75% {
transform: rotateX(180deg);
}
87.5% {
transform: rotateX(270deg);
}
100% {
transform: rotateX(360deg);
}
}
@keyframes rotate {
0% {
transform: rotateX(0);
}
12.5% {
transform: rotateY(90deg);
}
25% {
transform: rotateY(270deg);
}
37.5% {
transform: rotateY(270deg);
}
50% {
transform: rotateY(360deg);
}
62.5% {
transform: rotateX(90deg);
}
75% {
transform: rotateX(180deg);
}
87.5% {
transform: rotateX(270deg);
}
100% {
transform: rotateX(360deg);
}
}
</style>
</head>
<body bgcolor="#F6F8FA">
<div style="position: fixed;top: 5;right: 15;width: 55px;border: 0px;">
<button style="font-size : 45px; width: 60px; height: 60px;" onclick="PatatmetFrikandel()">≡<!-☰-></button>
</div>
<div class="container-lg px-3 my-5 markdown-body">
<br><br><br>
<h1 id="electra"><a href="https://ldijkman.github.io/randomnerd_esp32_wifi_manager/Touch_Electra-Electra_Touch/">Electra</a></h1>
Electra ESP8266 or ESP32 TFT Touch mDNS Wifi Relais<br>
<br>
<center>
<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/touch_electra.gif"><br>
<br>
<br>
if new mDNS wifi relais switches are added, they automaticly appear on each switch homepage<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/2022-06-21-184758_1920x1080_scrot.png"><br>
if new mDNS wifi relais switches are added, they automaticly appear on each switch homepage<br>
<br>
<br>
<img src="https://raw.githubusercontent.com/ldijkman/randomnerd_esp32_wifi_manager/main/docs/Touch_Electra-Electra_Touch/Electra_webpage_animated.gif"><br>
<br>
ESP32 TFT<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/Screenshot_20220618-070021_Gallery.jpg"><br>
<br>
Test mdns scan to ip array and url array<br>
For auto image button iframed view control other switches in local network<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/Screenshot_20220618-083245_Gallery.jpg"><br>
<br>
timed light?<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/bulb_animated.gif" width="10%" heigth="10%"><br>
Automatic timed garden watering?<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/irrigation.gif" width="50%" heigth="50%">
<br>
Easy to set & overview switch time schedule<br>
Each wifi relais its own schedule webpage<br>
<a href="https://ldijkman.github.io/Electra/schedule.html" target="schedule">https://ldijkman.github.io/Electra/schedule.html</a><br>
<img src="https://user-images.githubusercontent.com/45427770/175759905-9d23a332-9426-4aaa-b31b-28b407465df0.png"><br>
Easy to set & overview switch time schedule<br>
Each wifi relais its own schedule webpage<br>
<a href="https://ldijkman.github.io/Electra/schedule.html" target="schedule">https://ldijkman.github.io/Electra/schedule.html</a><br>
<br>
Each wifi relais its own web/cloud editor<br>
Edit the files on the wifi relais webserver easy, create your own look <br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/2022-06-26-091117_1920x1080_scrot.png"><br>
Each wifi relais its own web/cloud editor<br>
Edit the files on the wifi relais webserver easy, create your own look <br>
<br>
would like to have a preview panel in the ace editor and a colorpicker<br>
But i do not know how to implement this in the editor code<br>
<a href="https://codepen.io/ldijkman/full/LYdZpYp">https://codepen.io/ldijkman/full/LYdZpYp</a><br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/2022-07-11-061809_1920x1080_scrot.png"><br>
<a href="https://codepen.io/ldijkman/full/LYdZpYp">https://codepen.io/ldijkman/full/LYdZpYp</a><br>
<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/2022-07-11-205741_1920x1080_scrot.png"><br>
<br>
<h1>SkyWriter</h1>
<img src="https://raw.githubusercontent.com/ldijkman/randomnerd_esp32_wifi_manager/main/LAB_Experiments/ace-logo-Electra.png"><br>
<br>
<img src="https://raw.githubusercontent.com/ldijkman/randomnerd_esp32_wifi_manager/main/LAB_Experiments/2022-07-18-225345_1920x1080_scrot.png"><br>
<br>
<h3>ace autocompletion suggestions</h3>
and a suggestions on off button <br>
poehee thats handy, saves a lot of typing and typo mistakes<br>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/2022-07-20-211307_1920x1080_scrot.png"><br>
<br>
<h3>Modes and Themes</h3>
<img src="https://raw.githubusercontent.com/ldijkman/Electra/main/2022-07-21-192630_1920x1080_scrot.png"><br>
<br>
<img src="https://github.com/ldijkman/randomnerd_esp32_wifi_manager/blob/main/Electra.png?raw=true"><br>
<h1>Hey Electra</h1>
Warning Fiddleing with Electra can Kill you!<br>
Handle Electra with Care!<br>
<br>
<hr>
<h2>Electra Needs a Case ?!</h2>
<img src="https://raw.githubusercontent.com/ldijkman/randomnerd_esp32_wifi_manager/main/docs/Touch_Electra-Electra_Touch/Josef-Prusa.png"><br>
<br><br>
<div class="scene">
<div class="cube">
<div class="side back"></div>
<div class="side left"></div>
<div class="side right"></div>
<div class="side top"></div>
<div class="side bottom"></div>
<div class="side front"></div>
</div>
</div>
</center>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
};
</script>
<center>
<button style="font-size : 50px; width: 80%; height: 70px;" onclick="PatatmetFrikandel()">Show Floating Menu Again</button>
</center>
<div id="snackbar"><button style="font-size : 50px; width: 300px; height: 70px;" onclick="PatatmetFrikandel()">[X] Close</button>
<div w3-include-html="https://ldijkman.github.io/randomnerd_esp32_wifi_manager/Touch_Electra-Electra_Touch/ESP32/esp-web-tools-8-0-3/chickenmenu.html"></div>
</div>
<script>
var x = document.getElementById("snackbar");
x.className = "show";
function PatatmetFrikandel() {
var x = document.getElementById("snackbar");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>
<script>
includeHTML();
</script>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>