Slider0007
d3d241c7b9
Logfile: Print start indication block after time sync ( #2106 )
...
* logfile: Print start indication after time sync
* No time set at boot -> keep log_1970-01-01.txt
2023-03-01 20:55:12 +01:00
Slider0007
7a9f61a8d8
Boot phase: Add more error handling + provide verbose output in error cases ( #2020 )
...
* WLAN: add error handling
* WLAN: parameter global struct
* WLAN.ini -> more info text
* RSSIThreshold
* Rename logs
* Boot process: error handling
* Update texts
* Comments
* Init sequence
* Prepare for check dir creation
* add check makedir, update logs
* Blink code for OTA+SoftAP
* Blink code for missing time snyc
* Update
* reboot -> switch LED off
* Update log texts
* Update
* Update log texts
* create empty default folders at startup
* Update
* Adapt log level
* Print log level switch
* Update
* Update text
* Add SD free space to log
* WIFI/MQTT disconnect message set to WARN (+ ERROR)
2023-02-25 21:12:52 +01:00
Slider0007
decf72104e
Refactor getEspHeapInfo routine ( #1816 )
...
* Refactor getEspHeapInfo
* ClassLogfile: Remove redundandent one
2023-01-12 19:27:12 +01:00
jomjol
7a1154363b
Move Logfile Switch to define.h
2022-12-28 14:32:18 +01:00
jomjol
f2f117aea1
add a define to configure the logfile handling ( #1709 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-28 14:28:00 +01:00
CaCO3
0feeede406
Optimize logfile write ( #1652 )
...
* remove no longer needed OpenFileAndWait()
* remove WriteToDedicatedFile
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-21 17:45:42 +01:00
Nicolas Liaudat
fc5fbd648e
#ifndef in *.h + #pragma once ( #1639 )
2022-12-20 06:46:13 +01:00
Nicolas Liaudat
b0726b6c7e
Centralizing the defines ( #1624 )
...
* defines changes
* Finish #define move + #define STBI_ONLY_JPEGsave 2% of Flash
* remove the defines on the old places
* ClassFlowCNNGeneral in define.h
* revert to origin
* fix translation not ready
2022-12-19 21:43:30 +01:00
CaCO3
6863e637aa
show uptime on overview page, moved labels from firmware to Web UI ( #1543 )
...
* show uptime on overview page, moved labels from firmware to Web UI
* show uptime on info page
* also use formated time in log
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-12 08:54:46 +01:00
Slider0007
b85e3b11a9
Streamlined MQTT interlock when not activated & interlock MQTT when WIFI is not connected ( #1556 )
...
* streamlined mqtt interlock when disabled
* Disconnect mqtt client before reboot
* Interlock MQTT with WIFI
* Update
* loglevel to DEBUG
* Update
* mqtt msg id incremental
* new ENABLE_MQTT includes
* Loglevel to DEBUG
* Loglevel
* Update interface_mqtt.cpp
2022-12-12 08:09:04 +01:00
CaCO3
4f07c88769
Fix cookie usage, use correct http response codes, add 404 page ( #1495 )
...
* replaced some HTTP response code with better matching codes
* add custom 404 page, add log entry for debugging
* fix cookie
* replace non-necessary whitespace
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-06 06:53:05 +01:00
Slider0007
a8b9acf170
Disable heap logs by default ( #1464 )
...
* disabale heap logs by default
* Cleanup log (INFO->DEBUG)
2022-12-02 17:00:31 +01:00
CaCO3
45a3138d28
write logfile logs earlier, shorten startup banner, add uptime to logfile ( #1443 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-12-02 16:59:25 +01:00
Slider0007
66be09c98e
Add parameter to disable write data log ( #1382 )
2022-11-20 17:44:42 +01:00
Slider0007
0dd63b9b7a
Fix file retention, remove/correct logs ( #1377 )
2022-11-18 19:23:18 +01:00
CaCO3
2b0e0f7d4e
MQTT improvements ( #1302 )
...
* Update server_mqtt.cpp
* Update server_mqtt.cpp
* skipp all MQTT publishing until the next round if an error occures
* improve logging
* only use group for uid and topic if there is more than one number
* .
* .
2022-11-09 18:25:24 +01:00
CaCO3
d1e7ef1fce
Add tag to logfile write ( #1287 )
...
* HTML: implement data viewer
* Correct CSV error
* Improve OTA
* Use consistent Log TAG syntax, name TAG variable the same in every file.
* .
* .
* .
* .
* .
* Update server_tflite.cpp
* Correct CSV error
* Improve OTA
* Use consistent Log TAG syntax, name TAG variable the same in every file.
* .
* .
* .
* .
* .
* Update server_tflite.cpp
* .
* .
* .
* .
* .
* .
* .
* .
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2022-11-06 08:13:53 +01:00
jomjol
59431a7eaf
OTA update, CSV log, data viewer
...
OTA update & HTML: implement data viewer
Correct CSV error
Improve OTA
Update data & OTA
2022-11-05 22:44:53 +01:00
jomjol
9b8594c040
Change data to csv, harmonize REST API editflow
2022-11-05 19:56:09 +01:00
CaCO3
d2b93a7110
Enhance UI ( #1243 )
...
* Temporarily disable data file writing as it can cause crashs, see https://github.com/jomjol/AI-on-the-edge-device/issues/1225
* removed edit function in graph as we don't need that in a release
* .
* improve log viewer
* replaced logfile enable/disable with enum to select log level. At least errors always will be logged (as before)
* .
* .
* colorize log
* scroll down
* improve log reload
2022-10-30 20:44:13 +01:00
CaCO3
fc24db7d59
truncate log MQTT contents when they are too long and remove all newline characters in logfile writes
2022-10-28 23:42:04 +02:00
CaCO3
f4ae688527
refactored check if logfile is enabled. error messages always get logged now
2022-10-27 10:44:28 +02:00
CaCO3
1d367a58d5
Merge branch 'rolling' into add-log-level-to-logfile2
2022-10-25 14:14:23 +02:00
George Ruinelli
76c8bce7b4
.
2022-10-24 21:41:40 +02:00
jomjol
6986f2186c
Extented data logging
2022-10-23 13:50:02 +02:00
jomjol
3743ac18f5
Implement direct data logging
2022-10-23 12:36:09 +02:00
George Ruinelli
1e698440f9
added log level to logfile, adjusted some loglevels
2022-10-22 18:05:08 +02:00
George Ruinelli
4951fc9b80
removed redundant log entries (some now are DEBUG isntread of INFO or ERROR)
2022-10-21 23:19:36 +02:00
George Ruinelli
0bf8182728
.
2022-10-21 22:55:36 +02:00
jomjol
c8d2d9d4fd
Implement direct data log
2022-10-19 22:27:26 +02:00
jomjol
8d4fb74173
Implement data log
2022-10-19 22:08:02 +02:00
jomjol
3be33820d9
Merge branch 'rolling' of https://github.com/jomjol/AI-on-the-edge-device into rolling
2022-10-19 20:30:41 +02:00
jomjol
83f638c64f
start implementing direct data log
2022-10-19 20:23:15 +02:00
Slider0007
cd2350140d
Fix for image logging + file deletion routines
2022-10-19 09:32:52 +02:00
Cristian
01337ddcbf
Few typing corrections and translations
2022-09-21 09:37:15 +02:00
Frank Haverland
cdf8663bd3
fix https://github.com/jomjol/AI-on-the-edge-device/issues/921#issuecomment-1229552041
2022-08-29 16:11:05 +02:00
jomjol
993fbfe5a8
Rolling 2022-08-26
2022-08-26 21:20:26 +02:00
jomjol
8dd3a92671
Rolling 20220103
2022-01-03 17:32:01 +01:00
Zwer2k
8ca14a434c
gpio handler works again
...
remove memory leak in FlowDigit
2021-07-06 01:25:20 +02:00
jomjol
10d49b55d1
Rolling 20210507
2021-05-07 21:33:16 +02:00
jomjol
3869da9d06
Rolling 20210119
2021-01-19 20:14:37 +01:00
jomjol
db0ca1cb9b
Improved Logfile, extended Logging
2020-12-26 09:18:16 +01:00
jomjol
9971c82e99
Restructure Image Processing
2020-12-23 08:00:11 +01:00
jomjol
b418525b3b
Inital
2020-12-22 08:08:07 +01:00
jomjol
f5c28107d4
rolling
2020-12-07 21:38:43 +01:00
jomjol
eb47d5139f
Rolling Update 2020-11-21
2020-11-21 22:47:43 +01:00
jomjol
1a0feb4f19
compatibitly mit esp-idf pure
2020-11-20 19:34:55 +01:00