-
Notifications
You must be signed in to change notification settings - Fork 24
/
remora_soft.ino
942 lines (810 loc) · 26 KB
/
remora_soft.ino
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
// **********************************************************************************
// Programmateur Fil Pilote et Suivi Conso
// **********************************************************************************
// Copyright (C) 2014 Thibault Ducret
// Licence MIT
//
// History : 15/01/2015 Charles-Henri Hallard (http://hallard.me)
// Intégration de version 1.2 de la carte electronique
// 13/04/2015 Theju
// Modification des variables cloud teleinfo
// (passage en 1 seul appel) et liberation de variables
// 15/09/2015 Charles-Henri Hallard : Ajout compatibilité ESP8266
// 02/12/2015 Charles-Henri Hallard : Ajout API WEB ESP8266 et Remora V1.3
// 04/01/2016 Charles-Henri Hallard : Ajout Interface WEB GUIT
// 04/03/2017 Manuel Hervo : Ajout des connexions TCP Asynchrones
//
// **********************************************************************************
// Tout est inclus dans le fichier remora.h
// Pour activer des modules spécifiques ou
// changer différentes configurations il
// faut le faire dans le fichier remora.h
#include "remora.h"
#ifdef SPARK
#include "LibMCP23017.h"
#include "LibULPNode_RF_Protocol.h"
#include "LibLibTeleinfo.h"
//#include "WebServer.h"
#include "display.h"
#include "i2c.h"
#include "pilotes.h"
#include "rfm.h"
#include "tinfo.h"
#include "linked_list.h"
#include "LibRadioHead.h"
#include "LibRH_RF69.h"
#include "LibRHDatagram.h"
#include "LibRHReliableDatagram.h"
#endif
// Arduino IDE need include in main INO file
#ifdef ESP8266
#include <EEPROM.h>
#include <FS.h>
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
// #include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>
#include <Wire.h>
#include <SPI.h>
#include <Ticker.h>
#include <NeoPixelBus.h>
#if defined (OLED_SSD1306)
#include <SSD1306Wire.h>
#include <OLEDDisplayUi.h>
#endif
#if defined (OLED_SH1106)
#include <SH1106Wire.h>
#include <OLEDDisplayUi.h>
#endif
#include <OLEDDisplayUi.h>
#include <BlynkSimpleEsp8266.h>
#include "./LibMCP23017.h"
#include "./LibULPNode_RF_Protocol.h"
#include "./LibLibTeleinfo.h"
#include "./LibRadioHead.h"
#include "./LibRHReliableDatagram.h"
#endif
// Variables globales
// ==================
// status global de l'application
uint16_t status = 0;
unsigned long uptime = 0;
bool first_setup;
bool got_first = false;
// Nombre de deconexion cloud detectée
int my_cloud_disconnect = 0;
#ifdef SPARK
// Particle WebServer
//WebServer server("", 80);
#endif
#ifdef ESP8266
// ESP8266 WebServer
AsyncWebServer server(80);
// Use WiFiClient class to create a connection to WEB server
WiFiClient client;
// RGB LED (1 LED)
MyPixelBus rgb_led(1, RGB_LED_PIN);
// define whole brigtness level for RGBLED
uint8_t rgb_brightness = 127;
Ticker Tick_emoncms;
Ticker Tick_jeedom;
volatile boolean task_emoncms = false;
volatile boolean task_jeedom = false;
bool ota_blink;
bool reboot = false;
#endif
/* ======================================================================
Function: spark_expose_cloud
Purpose : declare et expose les variables et fonctions cloud
Input :
Output : -
Comments: -
====================================================================== */
#ifdef SPARK
void spark_expose_cloud(void)
{
Debugln("spark_expose_cloud()");
#ifdef MOD_TELEINFO
// Déclaration des variables "cloud" pour la téléinfo (10 variables au maximum)
// je ne sais pas si les fonction cloud sont persistentes
// c'est à dire en cas de deconnexion/reconnexion du wifi
// si elles sont perdues ou pas, à tester
// -> Theju: Chez moi elles persistes, led passe verte mais OK
//Spark.variable("papp", &mypApp, INT);
//Spark.variable("iinst", &myiInst, INT);
//Spark.variable("isousc", &myisousc, INT);
//Spark.variable("indexhc", &myindexHC, INT);
//Spark.variable("indexhp", &myindexHP, INT);
//Spark.variable("periode", &myPeriode, STRING); // Période tarifaire en cours (string)
//Spark.variable("iperiode", (ptec_e *)&ptec, INT); // Période tarifaire en cours (numerique)
// Récupération des valeurs d'étiquettes :
Particle.variable("tinfo", mytinfo, STRING);
#endif
// Déclaration des fonction "cloud" (4 fonctions au maximum)
Particle.function("fp", fp);
Particle.function("setfp", setfp);
// Déclaration des variables "cloud"
Particle.variable("nivdelest", &nivDelest, INT); // Niveau de délestage (nombre de zones délestées)
//Spark.variable("disconnect", &cloud_disconnect, INT);
Particle.variable("etatfp", etatFP, STRING); // Etat actuel des fils pilotes
Particle.variable("memfp", memFP, STRING); // Etat mémorisé des fils pilotes (utile en cas de délestage)
// relais pas disponible sur les carte 1.0
#ifndef REMORA_BOARD_V10
Particle.function("relais", relais);
Particle.variable("etatrelais", &etatrelais, INT);
#endif
}
#endif
// ====================================================
// Following are dedicated to ESP8266 Platform
// Wifi management and OTA updates
// ====================================================
#ifdef ESP8266
/* ======================================================================
Function: Task_emoncms
Purpose : callback of emoncms ticker
Input :
Output : -
Comments: Like an Interrupt, need to be short, we set flag for main loop
====================================================================== */
void Task_emoncms()
{
task_emoncms = true;
}
/* ======================================================================
Function: Task_jeedom
Purpose : callback of jeedom ticker
Input :
Output : -
Comments: Like an Interrupt, need to be short, we set flag for main loop
====================================================================== */
void Task_jeedom()
{
task_jeedom = true;
}
/* ======================================================================
Function: WifiHandleConn
Purpose : Handle Wifi connection / reconnection and OTA updates
Input : setup true if we're called 1st Time from setup
Output : state of the wifi status
Comments: -
====================================================================== */
int WifiHandleConn(boolean setup = false)
{
int ret = WiFi.status();
uint8_t timeout ;
if (setup) {
// Feed the dog
_wdt_feed();
DebugF("========== SDK Saved parameters Start");
WiFi.printDiag(DEBUG_SERIAL);
DebuglnF("========== SDK Saved parameters End");
#if defined (DEFAULT_WIFI_SSID) && defined (DEFAULT_WIFI_PASS)
DebugF("Connection au Wifi : ");
Debug(DEFAULT_WIFI_SSID);
DebugF(" avec la clé '");
Debug(DEFAULT_WIFI_PASS);
DebugF("'...");
Debugflush();
WiFi.begin(DEFAULT_WIFI_SSID, DEFAULT_WIFI_PASS);
#else
if (*config.ssid) {
DebugF("Connection à: ");
Debug(config.ssid);
Debugflush();
// Do wa have a PSK ?
if (*config.psk) {
// protected network
Debug(F(" avec la clé '"));
Debug(config.psk);
Debug(F("'..."));
Debugflush();
WiFi.begin(config.ssid, config.psk);
} else {
// Open network
Debug(F("AP Ouvert"));
Debugflush();
WiFi.begin(config.ssid);
}
}
#endif
timeout = 25; // 25 * 200 ms = 5 sec time out
// 200 ms loop
while ( ((ret = WiFi.status()) != WL_CONNECTED) && timeout )
{
// Orange LED
LedRGBON(COLOR_ORANGE);
delay(50);
LedRGBOFF();
delay(150);
--timeout;
}
// connected ? disable AP, client mode only
if (ret == WL_CONNECTED)
{
DebuglnF("connecte!");
WiFi.mode(WIFI_STA);
DebugF("IP address : "); Debugln(WiFi.localIP());
DebugF("MAC address : "); Debugln(WiFi.macAddress());
// not connected ? start AP
} else {
char ap_ssid[32];
DebugF("Erreur, passage en point d'acces ");
Debugln(DEFAULT_HOSTNAME);
// protected network
DebugF(" avec la clé '");
if (*config.ap_psk) {
Debug(config.ap_psk);
} else {
Debug(DEFAULT_WIFI_AP_PASS);
}
Debugln("'");
Debugflush();
if (*config.ap_psk) {
WiFi.softAP(DEFAULT_HOSTNAME, config.ap_psk);
} else {
WiFi.softAP(DEFAULT_HOSTNAME, DEFAULT_WIFI_AP_PASS);
}
WiFi.mode(WIFI_AP_STA);
DebugF("IP address : "); Debugln(WiFi.softAPIP());
DebugF("MAC address : "); Debugln(WiFi.softAPmacAddress());
}
// Feed the dog
_wdt_feed();
// Set OTA parameters
ArduinoOTA.setPort(DEFAULT_OTA_PORT);
ArduinoOTA.setHostname(DEFAULT_HOSTNAME);
if (*config.ota_auth) {
ArduinoOTA.setPassword(config.ota_auth);
}/* else {
ArduinoOTA.setPassword(DEFAULT_OTA_PASS);
}*/
ArduinoOTA.begin();
// just in case your sketch sucks, keep update OTA Available
// Trust me, when coding and testing it happens, this could save
// the need to connect FTDI to reflash
// Usefull just after 1st connexion when called from setup() before
// launching potentially buggy main()
for (uint8_t i=0; i<= 10; i++) {
LedRGBON(COLOR_MAGENTA);
delay(100);
LedRGBOFF();
delay(200);
ArduinoOTA.handle();
}
} // if setup
return WiFi.status();
}
#endif
/* ======================================================================
Function: timeAgo
Purpose : format total seconds to human readable text
Input : second
Output : pointer to string
Comments: -
====================================================================== */
char * timeAgo(unsigned long sec)
{
static char buff[16];
// Clear buffer
buff[0] = '\0';
if (sec < 2) {
sprintf_P(buff,PSTR("just now"));
} else if (sec < 60) {
sprintf_P(buff,PSTR("%d seconds ago"), sec);
} else if (sec < 120) {
sprintf_P(buff,PSTR("1 minute ago"));
} else if (sec < 3600) {
sprintf_P(buff,PSTR("%d minutes ago"), sec/60);
} else if (sec < 7200) {
sprintf_P(buff,PSTR("1 hour ago"));
} else if (sec < 86400) {
sprintf_P(buff,PSTR("%d hours ago"), sec/3660);
} else if (sec < 172800) {
sprintf_P(buff,PSTR("yesterday"));
} else if (sec < 604800) {
sprintf_P(buff,PSTR("%d days ago"), sec/86400);
}
return buff;
}
/* ======================================================================
Function: setup
Purpose : prepare and init stuff, configuration, ..
Input : -
Output : -
Comments: -
====================================================================== */
void setup()
{
uint8_t rf_version = 0;
#ifdef SPARK
Serial.begin(115200); // Port série USB
waitUntil(Particle.connected);
#endif
#if defined DEBUG && (defined DEBUG_INIT || !defined MOD_TELEINFO)
DEBUG_SERIAL.begin(115200);
DEBUG_SERIAL.setDebugOutput(true);
#endif
// says main loop to do setup
first_setup = true;
Debugln("Starting main setup");
Debugflush();
}
/* ======================================================================
Function: mysetup
Purpose : prepare and init stuff, configuration, ..
Input : -
Output : -
Comments: -
====================================================================== */
void mysetup()
{
uint8_t rf_version = 0;
#ifdef SPARK
bool start = false;
long started ;
// On prend le controle de la LED RGB pour faire
// un heartbeat si Teleinfo ou OLED ou RFM69
#if defined (MOD_TELEINFO) || defined (MOD_OLED) || defined (MOD_RF69)
RGB.control(true);
RGB.brightness(128);
// En jaune nous ne sommes pas encore prêt
LedRGBON(COLOR_YELLOW);
#endif
// nous sommes en GMT+1
Time.zone(+1);
// Rendre à dispo nos API, çà doit être fait
// très rapidement depuis le dernier firmware
spark_expose_cloud();
// C'est parti
started = millis();
// Attendre que le core soit bien connecté à la serial
// car en cas d'update le core perd l'USB Serial a
// son reboot et sous windows faut reconnecter quand
// on veut débugguer, et si on est pas synchro on rate
// le debut du programme, donc petite pause le temps de
// reconnecter le terminal série sous windows
// Une fois en prod c'est plus necessaire, c'est vraiment
// pour le développement (time out à 1s)
while(!start)
{
// Il suffit du time out ou un caractère reçu
// sur la liaison série USB pour démarrer
if (Serial.available() || millis()-started >= 1000)
start = true;
// On clignote en jaune pour indiquer l'attente
LedRGBON(COLOR_YELLOW);
delay(50);
// On clignote en rouge pour indiquer l'attente
LedRGBOFF();
delay(100);
}
// Et on affiche nos paramètres
Debugln("Core Network settings");
Debug("IP : "); Debugln(WiFi.localIP());
Debug("Mask : "); Debugln(WiFi.subnetMask());
Debug("GW : "); Debugln(WiFi.gatewayIP());
Debug("SSDI : "); Debugln(WiFi.SSID());
Debug("RSSI : "); Debug(WiFi.RSSI());Debugln("dB");
// WebServer / Command
//server.setDefaultCommand(&handleRoot);
//webserver.addCommand("json", &sendJSON);
//webserver.addCommand("tinfojsontbl", &tinfoJSONTable);
//webserver.setFailureCommand(&handleNotFound);
// start the webserver
//server.begin();
#elif defined (ESP8266)
#ifdef MOD_TELEINFO
// Init de la téléinformation
Serial.begin(1200, SERIAL_7E1);
#endif
// Clear our global flags
config.config = 0;
// Our configuration is stored into EEPROM
//EEPROM.begin(sizeof(_Config));
EEPROM.begin(1024);
DebugF("Config size="); Debug(sizeof(_Config));
DebugF(" (emoncms="); Debug(sizeof(_emoncms));
DebugF(" jeedom="); Debug(sizeof(_jeedom));
Debugln(')');
Debugflush();
// Check File system init
if (!SPIFFS.begin())
{
// Serious problem
DebuglnF("SPIFFS Mount failed");
} else {
DebuglnF("SPIFFS Mount succesfull");
Dir dir = SPIFFS.openDir("/");
while (dir.next()) {
String fileName = dir.fileName();
size_t fileSize = dir.fileSize();
Debugf("FS File: %s, size: %d\n", fileName.c_str(), fileSize);
_wdt_feed();
}
DebuglnF("");
}
// Read Configuration from EEP
if (readConfig()) {
DebuglnF("Good CRC, not set!");
} else {
// Reset Configuration
resetConfig();
// save back
saveConfig();
// Indicate the error in global flags
config.config |= CFG_BAD_CRC;
DebuglnF("Reset to default");
}
showConfig();
rgb_brightness = config.led_bright;
DebugF("RGB Brightness: "); Debugln(rgb_brightness);
// Connection au Wifi ou Vérification
WifiHandleConn(true);
// OTA callbacks
ArduinoOTA.onStart([]() {
if (ArduinoOTA.getCommand() == U_SPIFFS) {
SPIFFS.end(); // Arret du SPIFFS, sinon plantage de la mise à jour
}
LedRGBON(COLOR_MAGENTA);
DebugF("\r\nUpdate Started..");
// On affiche le début de la mise à jour OTA sur l'afficheur
#ifdef MOD_OLED
if (status & STATUS_OLED) {
ui->disableAutoTransition();
display->clear();
display->setFont(Roboto_Condensed_Bold_Bold_16);
display->setTextAlignment(TEXT_ALIGN_CENTER_BOTH);
display->drawString(DISPLAY_WIDTH/2, DISPLAY_HEIGHT/2 - 16, "OTA Update");
display->display();
}
#endif
ota_blink = true;
});
ArduinoOTA.onEnd([]() {
LedRGBOFF();
DebuglnF("Update finished restarting");
// On affiche le message de fin sur l'afficheur
#ifdef MOD_OLED
if (status & STATUS_OLED) {
ui->disableAutoTransition();
display->clear();
display->setFont(Roboto_Condensed_Bold_Bold_16);
display->setTextAlignment(TEXT_ALIGN_CENTER_BOTH);
display->drawString(DISPLAY_WIDTH/2, DISPLAY_HEIGHT/2 - 16, "Restart");
display->display();
}
#endif
});
ArduinoOTA.onProgress([](unsigned int progress, unsigned int total) {
if (ota_blink) {
LedRGBON(COLOR_MAGENTA);
} else {
LedRGBOFF();
}
ota_blink = !ota_blink;
// On affiche la progression sur l'afficheur
#ifdef MOD_OLED
if (status & STATUS_OLED) {
ui->disableAutoTransition();
display->clear();
display->setTextAlignment(TEXT_ALIGN_CENTER);
display->setFont(Roboto_Condensed_Bold_Bold_16);
display->drawString(DISPLAY_WIDTH/2, 10, "OTA Update");
display->drawProgressBar(2, 28, 124, 10, progress / (total / 100));
display->display();
}
#endif
});
ArduinoOTA.onError([](ota_error_t error) {
LedRGBON(COLOR_RED);
DEBUG_SERIAL.printf("Update Error[%u]: ", error);
char strErr[15]; // Contient le message d'erreur
switch (error) {
case OTA_AUTH_ERROR: sprintf_P(strErr, PSTR("Auth Failed")); break;
case OTA_BEGIN_ERROR: sprintf_P(strErr, PSTR("Begin Failed")); break;
case OTA_CONNECT_ERROR: sprintf_P(strErr, PSTR("Connect Failed")); break;
case OTA_RECEIVE_ERROR: sprintf_P(strErr, PSTR("Receive Failed")); break;
case OTA_END_ERROR: sprintf_P(strErr, PSTR("End Failed")); break;
default: sprintf_P(strErr, PSTR("Unknown Error")); break;
}
Debugln(strErr);
// On affiche l'erreur sur l'afficheur
#ifdef MOD_OLED
if (status & STATUS_OLED) {
ui->disableAutoTransition();
display->clear();
display->setFont(Roboto_Condensed_Bold_Bold_16);
display->setTextAlignment(TEXT_ALIGN_CENTER);
display->drawString(DISPLAY_WIDTH/2, 10, "OTA Error");
display->setFont(Roboto_Condensed_Bold_14);
display->drawString(DISPLAY_WIDTH/2, 30, strErr);
display->display();
}
#endif
//reboot = true;
});
// handler for uptime
server.on("/uptime", HTTP_GET, [](AsyncWebServerRequest *request) {
String response = "";
response += FPSTR("{\r\n");
response += F("\"uptime\":");
response += uptime;
response += FPSTR("\r\n}\r\n") ;
request->send(200, "text/json", response);
});
server.on("/config_form.json", HTTP_POST, handleFormConfig);
server.on("/factory_reset",handleFactoryReset );
server.on("/reset", handleReset);
server.on("/tinfo", tinfoJSON);
server.on("/tinfo.json", tinfoJSONTable);
server.on("/system.json", sysJSONTable);
server.on("/config.json", confJSONTable);
server.on("/spiffs.json", spiffsJSONTable);
server.on("/wifiscan.json", wifiScanJSON);
// handler for the hearbeat
server.on("/hb.htm", HTTP_GET, [](AsyncWebServerRequest *request) {
AsyncWebServerResponse *response = request->beginResponse(200, "text/html", R"(OK)");
response->addHeader("Connection", "close");
response->addHeader("Access-Control-Allow-Origin", "*");
request->send(response);
});
// handler for the /update form POST (once file upload finishes)
server.on("/update", HTTP_POST, [](AsyncWebServerRequest *request) {
reboot = !Update.hasError();
AsyncWebServerResponse *response = request->beginResponse(200, "text/plain", reboot ? "OK" : "FAIL");
response->addHeader("Connection", "close");
request->send(response);
}, handle_fw_upload);
server.onNotFound(handleNotFound);
// serves all SPIFFS Web file with 24hr max-age control
// to avoid multiple requests to ESP
server.serveStatic("/font", SPIFFS, "/font","max-age=86400");
server.serveStatic("/js", SPIFFS, "/js" ,"max-age=86400");
server.serveStatic("/css", SPIFFS, "/css" ,"max-age=86400");
server.begin();
DebuglnF("HTTP server started");
#ifdef BLYNK_AUTH
Blynk.config(BLYNK_AUTH);
#endif
#endif
// Init bus I2C
i2c_init();
i2c_scan();
Debug("Remora Version ");
Debugln(REMORA_VERSION);
Debug("Compile avec les fonctions : ");
#if defined (REMORA_BOARD_V10)
Debug("BOARD V1.0 ");
#elif defined (REMORA_BOARD_V11)
Debug("BOARD V1.1 ");
#elif defined (REMORA_BOARD_V12)
Debug("BOARD V1.2 MCP23017 ");
#elif defined (REMORA_BOARD_V13)
Debug("BOARD V1.3 MCP23017 ");
#elif defined (REMORA_BOARD_V14)
Debug("BOARD V1.4 MCP23017 ");
#elif defined (REMORA_BOARD_V15)
Debug("BOARD V1.5 MCP23017 ");
#else
Debug("BOARD Inconnue");
#endif
#ifdef MOD_OLED
Debug("OLED ");
#endif
#ifdef MOD_TELEINFO
Debug("TELEINFO ");
#endif
#ifdef MOD_RF69
Debug("RFM69 ");
#endif
#ifdef BLYNK_AUTH
Debug("BLYNK ");
#endif
#ifdef MOD_ADPS
Debug("ADPS ");
#endif
Debugln();
// Init des fils pilotes
if (pilotes_setup())
status |= STATUS_MCP ;
#ifdef MOD_OLED
// Initialisation de l'afficheur
DebugF("Initializing Display...");
if (initDisplay()) {
DebuglnF("OK");
status |= STATUS_OLED; // Statut OLED ajouté
// On lance l'initialisation des frames
initDisplayUI();
} else {
DebuglnF("Fail");
}
#endif
#ifdef MOD_RF69
// Initialisation RFM69 Module
if (rfm_setup())
status |= STATUS_RFM; // Statut RFM ajouté
#endif
// Feed the dog
_wdt_feed();
#ifdef MOD_TELEINFO
// Initialiser la téléinfo et attente d'une trame valide
// Le status est mis à jour dans les callback de la teleinfo
tinfo_setup(true);
// Initialise la mise à jour de Emoncms si la config est définie
if (strlen(config.emoncms.host) > 0 && strlen(config.emoncms.url) > 0
&& strlen(config.emoncms.apikey) > 0 && (config.emoncms.freq > 0 && config.emoncms.freq < 86400)) {
// Jeedom Update if needed
Tick_emoncms.detach();
Tick_emoncms.attach(config.emoncms.freq, Task_emoncms);
}
// Initialise la mise à jour de Jeedom si la config est définie
if (strlen(config.jeedom.host) > 0 && strlen(config.jeedom.url) > 0
&& strlen(config.jeedom.apikey) > 0 && (config.jeedom.freq > 0 && config.jeedom.freq < 86400)) {
// Jeedom Update if needed
Tick_jeedom.detach();
Tick_jeedom.attach(config.jeedom.freq, Task_jeedom);
}
#endif
// Led verte durant le test
LedRGBON(COLOR_GREEN);
// Enclencher le relais 1 seconde
// si dispo sur la carte
#ifndef REMORA_BOARD_V10
Debug("Relais=ON ");
Debugflush();
relais("1");
for (uint8_t i=0; i<20; i++)
{
delay(10);
// Feed the dog
_wdt_feed();
// Ne pas bloquer la reception et
// la gestion de la téléinfo
#ifdef MOD_TELEINFO
tinfo_loop();
#endif
}
Debugln("Relais=OFF");
Debugflush();
relais("0");
#endif
// nous avons fini, led Jaune
LedRGBON(COLOR_YELLOW);
// Hors gel, désactivation des fils pilotes
initFP();
// On etteint la LED embarqué du core
LedRGBOFF();
Debugln("Starting main loop");
Debugflush();
}
/* ======================================================================
Function: loop
Purpose : boucle principale du programme
Input : -
Output : -
Comments: -
====================================================================== */
void loop()
{
static bool refreshDisplay = false;
static bool lastcloudstate;
static unsigned long previousMillis = 0; // last time update
unsigned long currentMillis = millis();
bool currentcloudstate ;
// our own setup
if (first_setup) {
mysetup();
first_setup = false;
}
#ifdef ESP8266
/* Reboot handler */
if (reboot) {
delay(REBOOT_DELAY);
ESP.restart();
}
#endif
// Gérer notre compteur de secondes
if ( millis()-previousMillis > 1000) {
// Ceci arrive toute les secondes écoulées
previousMillis = currentMillis;
uptime++;
refreshDisplay = true ;
#ifdef BLYNK_AUTH
if ( Blynk.connected() ) {
String up = String(uptime) + "s";
String papp = String(mypApp) + "W";
String iinst = String(myiInst)+ "A";
Blynk.virtualWrite(V0, up, papp, iinst, mypApp);
_yield();
}
#endif
} else {
#ifdef BLYNK_AUTH
Blynk.run(); // Initiates Blynk
#endif
}
#ifdef MOD_TELEINFO
// Vérification de la reception d'une 1ere trame téléinfo
tinfo_loop();
_yield();
#endif
#ifdef MOD_RF69
// Vérification de la reception d'une trame RF
if (status & STATUS_RFM)
rfm_loop();
_yield();
#endif
#ifdef MOD_OLED
if (status & STATUS_OLED) {
int remainingTimeBudget = ui->update();
if (remainingTimeBudget > 0) {
// You can do some work here
// Don't do stuff if you are below your
// time budget.
// delay(remainingTimeBudget);
}
}
#endif
// çà c'est fait
refreshDisplay = false;
#if defined (SPARK)
// recupération de l'état de connexion au cloud SPARK
currentcloudstate = Spark.connected();
#elif defined (ESP8266)
// recupération de l'état de connexion au Wifi
currentcloudstate = WiFi.status()==WL_CONNECTED ? true:false;
#endif
// La connexion cloud vient de chager d'état ?
if (lastcloudstate != currentcloudstate)
{
// Mise à jour de l'état
lastcloudstate=currentcloudstate;
// on vient de se reconnecter ?
if (currentcloudstate)
{
// on pubie à nouveau nos affaires
// Plus necessaire
#ifdef SPARK
// spark_expose_cloud();
#endif
// led verte
LedRGBON(COLOR_GREEN);
}
else
{
// on compte la deconnexion led rouge
my_cloud_disconnect++;
Debug("Perte de conexion au cloud #");
Debugln(my_cloud_disconnect);
LedRGBON(COLOR_RED);
}
}
//#ifdef SPARK
//char buff[64];
//int len = 64;
// process incoming connections one at a time forever
//server.processConnection(buff, &len);
//#endif
// Connection au Wifi ou Vérification
#ifdef ESP8266
// Webserver
//server.handleClient();
ArduinoOTA.handle();
if (task_emoncms) {
if (!emoncmsPost()) {
DebuglnF("Erreur push Emoncms");
}
task_emoncms=false;
} else if (task_jeedom) {
if (!jeedomPost()) {
DebuglnF("Erreur push Jeedom");
}
task_jeedom=false;
}
#endif
}