CaCO3
304b9e0c32
Merge branch 'rolling' ( #1559 )
...
* Fix for securing wlan.ini (#1509 )
* Fix for securing wlan.ini
* Fixing error with ' instead of "
* Changing to errorcode 403
* maybe strcmp instead of regular ==
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se >
* Update Web-Installer
* solves #1530 (#1531 )
* Refactor JSON (#1518 )
* use correct log level
* corrected logging
* typo
* refactored JSON generagion: removed unused parameters, consolidated into singel function, added "pre"
* Wrapped 'rate' into double quotes, like all other JSON values
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* Various corrections (#1519 )
* use correct log level
* corrected logging
* typo
* add release to webinstaller
* changed logs, added INFO log of raw, value, error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* Prevent auto restart on cam framebuffer init error (#1522 )
* use correct log level
* revert autorestart on camera framebuffer init error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* #1524 - ensure the recognized digit is less than 10 (#1525 )
* fix kernel panic (vector out of range) in getReadoutRawString
* fix key of caches
* fix key of caches
* fix key caches
* fix cache keys
* fix cache keys
* move set variables to top
* debug
* fix key
* testing
* try fix changelog
* test
* Update Changelog.md for release
* Revert "Update Changelog.md for release"
This reverts commit 4f51ec7962 .
* remove testing
* fix release creation
* testing
* Update Changelog.md for release
* test
* Revert "Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device "
This reverts commit f68695a4c0 , reversing
changes made to a096cf7182 .
* Revert "test"
This reverts commit a096cf7182 .
* revert testing
* #1524 - ensure the result of ZeigerEvalHybridNeu is <10
* Fix late digit transition #1503
Co-authored-by: github-actions <github-actions@github.com >
* fix frozen time in datafile on error (#1534 )
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* log NTP server name (#1497 )
* log NTP server name
* .
* .
* replace calls to /wasserzaehler.html with calls to /value (#1469 )
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* 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 >
* Don't autofail if NTP server can't be reached during initalization (#1498 )
This fixes an issue with a restricted network without internet access,
where the hardcoded ntp server can't be reached and thus the esp resets,
as it's not able to finish initalization.
* Update Changelog.md
* Update Changelog.md for release
* Fix for securing wlan.ini (#1509 )
* Fix for securing wlan.ini
* Fixing error with ' instead of "
* Changing to errorcode 403
* maybe strcmp instead of regular ==
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se >
* Update Web-Installer
* solves #1530 (#1531 )
* Refactor JSON (#1518 )
* use correct log level
* corrected logging
* typo
* refactored JSON generagion: removed unused parameters, consolidated into singel function, added "pre"
* Wrapped 'rate' into double quotes, like all other JSON values
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* Various corrections (#1519 )
* use correct log level
* corrected logging
* typo
* add release to webinstaller
* changed logs, added INFO log of raw, value, error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* Prevent auto restart on cam framebuffer init error (#1522 )
* use correct log level
* revert autorestart on camera framebuffer init error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* #1524 - ensure the recognized digit is less than 10 (#1525 )
* fix kernel panic (vector out of range) in getReadoutRawString
* fix key of caches
* fix key of caches
* fix key caches
* fix cache keys
* fix cache keys
* move set variables to top
* debug
* fix key
* testing
* try fix changelog
* test
* Update Changelog.md for release
* Revert "Update Changelog.md for release"
This reverts commit 4f51ec7962 .
* remove testing
* fix release creation
* testing
* Update Changelog.md for release
* test
* Revert "Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device "
This reverts commit f68695a4c0 , reversing
changes made to a096cf7182 .
* Revert "test"
This reverts commit a096cf7182 .
* revert testing
* #1524 - ensure the result of ZeigerEvalHybridNeu is <10
* Fix late digit transition #1503
Co-authored-by: github-actions <github-actions@github.com >
* only use sntp_getservername() after init sntp
* set default NTP server on dnew installations
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: Ralf Rachinger <git@ralfrachinger.de >
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: parhedberg <par.hedberg@gmail.com >
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se >
Co-authored-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com >
Co-authored-by: Frank Haverland <fspapaping@googlemail.com >
* Renamed variables and added debug log (#1537 )
* add debug logs
* renamed variables
* renamed TAGs, added flow status logging
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
* replaced printf usage in LogFile.WriteToFile()
* ENABLE_MQTT c++ macro definition (#1546 )
* macro
* 2
* 2
* delete jomjol_mqtt from CMakeLists
* mqtt macro
* final
* ENABLE_INFLUXDB c++ macro definition (#1547 )
* macro
* 2
* 2
* delete jomjol_mqtt from CMakeLists
* mqtt macro
* final
* ENABLE_INFLUXDB c++ macro definition
* Update Changelog.md
Co-authored-by: parhedberg <par.hedberg@gmail.com >
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se >
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
Co-authored-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com >
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: Frank Haverland <fspapaping@googlemail.com >
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Ralf Rachinger <git@ralfrachinger.de >
Co-authored-by: Nicolas Liaudat <nliaudat@users.noreply.github.com >
2022-12-11 23:34:38 +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
8be7beab9a
Add the timezone to the time output fomat ( #1435 )
...
* Add the timezone to the time output fomat, see https://github.com/jomjol/AI-on-the-edge-device/issues/1428
* use correct device class for timestamp
2022-11-30 20:25:03 +01:00
CaCO3
9335cd73d5
Merge branch 'master' into rolling
2022-11-25 16:49:34 +01:00
Slider0007
66be09c98e
Add parameter to disable write data log ( #1382 )
2022-11-20 17:44:42 +01:00
CaCO3
c64ed36fa4
Support white space and equal in passwords ( #1327 )
...
* Updated the web Installer page, removed all redudnant files in the docs folder, updated the main README
* .
* consolidate the 2 identical ZerlegeZeile() function and move it to Helper.cpp and add workaround for whitespace and equal sign in password fields
* remove redundant code in HelperZerlegeZeile()
* Updated the web Installer page, removed all redudnant files in the docs folder, updated the main README
* .
* consolidate the 2 identical ZerlegeZeile() function and move it to Helper.cpp and add workaround for whitespace and equal sign in password fields
* remove redundant code in HelperZerlegeZeile()
2022-11-11 19:11:53 +01:00
jomjol
c738a9a4da
Improve SetPrevalue
2022-11-07 19:12:36 +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
37263bb239
Update ClassFlowPostProcessing.cpp
2022-10-29 20:20:59 +02:00
Frank Haverland
45d37ea957
fix testcase creation if analog has no pointers
2022-10-27 21:02:22 +02:00
CaCO3
c4bbd7c545
Temporarily disable data file writing as it can cause crashs, see https://github.com/jomjol/AI-on-the-edge-device/issues/1225 ( #1228 )
2022-10-26 22:44:19 +02:00
CaCO3
1d367a58d5
Merge branch 'rolling' into add-log-level-to-logfile2
2022-10-25 14:14:23 +02:00
jomjol
e0ae9b8e4f
Extend Graph.html
2022-10-24 21:20:46 +02:00
jomjol
b78929745b
Improve data logging
2022-10-23 16:12:34 +02:00
jomjol
6986f2186c
Extented data logging
2022-10-23 13:50:02 +02:00
George Ruinelli
1e698440f9
added log level to logfile, adjusted some loglevels
2022-10-22 18:05:08 +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
Frank Haverland
bc46149573
init the analogDigitalTransitionStart with 9.2 if nothing set in config
2022-10-17 22:22:47 +02:00
Frank Haverland
426d6bae3f
fix name of ANALOGDIGITALTRANSITIONSTART
2022-10-17 20:37:15 +02:00
Frank Haverland
f91f5e3cba
rewrite of ZeigerEvalAnalogToDigitNeu added explizit test-cases for it.
2022-10-17 20:29:35 +02:00
Frank Haverland
a871055d96
fix change for tollerance for extendedResolution. Added testcases for it
2022-10-16 21:12:52 +02:00
Frank Haverland
2c481c0d15
accept minor negative values if extendedResolution is enabled
2022-10-15 15:23:20 +02:00
jomjol
2ed3f4aa40
Revert "Merge pull request #1167 from haverland/fix_analogtodigital"
...
This reverts commit ba59c8ee66 , reversing
changes made to 730006977c .
2022-10-14 18:12:11 +02:00
Tobias Bieniek
47caa1b118
FlowPostProcessing::GetJSON: Add pre field to the /json response
...
This makes it easier for third-party software to fall back to the `pre` value, if the `value` itself is not available for some reason.
2022-10-09 18:45:59 +02:00
jomjol
6b329aaa58
Rolling 20220930
2022-09-30 07:48:33 +02:00
jomjol
d807334141
Merge branch 'pr/1044' into rolling
2022-09-22 18:42:17 +02:00
Cristian
6938299b72
Few typing corrections and translations
2022-09-21 23:36:14 +02:00
Frank Haverland
3f659ccf7d
Revert change in 11.3.1 on checkDigitConsistency (Issue #1028 and #1029 )
2022-09-18 17:01:32 +02:00
jomjol
10fbb610c3
Rolling 20220916
2022-09-16 17:56:51 +02:00
Frank Haverland
d7c7537aa9
#921 #994 - fix handling in DigitalUebergangsbereichVorgaenger, reduced DigitalUebergangsbereichVorgaenger =0.7
...
added serial-debug in postprocessing (not enabled by default)
added test-case for #994
fixed checkDigitConsistency (pre value before analog lost)
added debug to proof need of double for NUMBERS.Value (see testcase 32289.4198)
2022-09-11 22:44:35 +02:00
Frank Haverland
974044adf0
last analog result_float as Readout parameter, testcases for #921 , #919
2022-08-22 16:10:07 +02:00
jomjol
9d31edc67a
Rolling 2022-08-21
2022-08-21 21:33:56 +02:00
jomjol
dfeac0cb7f
Rolling 20220609
2022-06-09 21:16:05 +02:00
jomjol
00028010ee
Rolling 20220526
2022-05-26 20:31:26 +02:00
jomjol
cce812ff11
Rolling 20220417
2022-04-17 21:51:26 +02:00
jomjol
4b825efffb
v10.5.2
2022-02-22 19:17:20 +01:00
jomjol
71871016d2
v10.5.1
2022-02-20 16:24:05 +01:00
jomjol
c07ef23d5b
v10.5.1
2022-02-20 16:05:36 +01:00
jomjol
1dd703b337
v10.5.0
2022-02-18 21:14:04 +01:00
jomjol
1f5486e8cc
Rolling 20220215
2022-02-15 21:26:38 +01:00
jomjol
379f4585e3
Rolling 20220211
2022-02-11 21:38:40 +01:00
jomjol
2029bd6e8a
Rolling 20220122
2022-01-29 15:41:56 +01:00
jomjol
61bf536207
Rolling 20211212
2021-12-12 19:30:07 +01:00
Frederik Kemner
cc659bad30
Time based flow rate limiting
...
Take time since last valid value into account for flow rate limiting
2021-12-03 11:27:20 +01:00
jomjol
f8478d7742
Merge branch 'master' into rolling
2021-11-14 08:48:42 +01:00
jomjol
a3d6923fec
v9.1.0
2021-11-14 08:47:55 +01:00