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
0dd63b9b7a
Fix file retention, remove/correct logs ( #1377 )
2022-11-18 19:23:18 +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
CaCO3
5c22986e2e
fix log format
2022-11-10 23:49:10 +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
9b8594c040
Change data to csv, harmonize REST API editflow
2022-11-05 19:56:09 +01:00
Frank Haverland
1be49a75b1
fix kernel panic (vector out of range) in getReadoutRawString ( #1250 )
2022-10-31 22:04:34 +01:00
CaCO3
1d367a58d5
Merge branch 'rolling' into add-log-level-to-logfile2
2022-10-25 14:14:23 +02:00
jomjol
8e22bd06e9
Update ClassFlowCNNGeneral.cpp
2022-10-23 18:09:05 +02:00
jomjol
b78929745b
Improve data logging
2022-10-23 16:12:34 +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
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
0e55fc7f7e
add @Plawasan test cases. Works now with setable analogdigitTransistionstart
2022-10-18 23:01:09 +02:00
Frank Haverland
f91f5e3cba
rewrite of ZeigerEvalAnalogToDigitNeu added explizit test-cases for it.
2022-10-17 20:29:35 +02:00
Frank Haverland
8045e0bfaf
added testcases for #1143
...
cleanup the analogtodigit for better reading.
2022-10-14 23:20:05 +02:00
Frank Haverland
40e176ec28
digit will be roundet now from x.7..x.9 out of transition of the pointer
2022-10-14 20:03:18 +02:00
Frank Haverland
1ab135e989
fix hanging digits in transition
2022-10-14 19:53:04 +02:00
Frank Haverland
ea26a5722a
rewrite of analogtodigit, added new testcases
2022-10-13 21:41:40 +02:00
Frank Haverland
0f6c767143
fix analogtodigital: remove rounding
2022-10-12 21:34:24 +02:00
Frank Haverland
78806c081b
Create special handling for fast foreward, because it's not at the beginning of the Transition
2022-09-18 17:56:56 +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
jomjol
68a596707b
Rolling 20220409
2022-09-04 18:16:37 +02:00
jomjol
d36a4dbdbe
Merge pull request #967 from haverland/921-keinNulldurchgang
...
No transition if previous values calculate the eval_vorgaenger is 9 (no transition)
2022-09-02 20:26:21 +02:00
Frank Haverland
787f9362eb
#921 No zero trasition
2022-09-01 21:42:12 +02:00
jomjol
5c0cd63da0
Rolling 20220831
2022-08-31 22:04:02 +02:00
jomjol
5a31543538
Merge branch 'pr/952' into rolling
2022-08-31 19:58:04 +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
234925c850
Merge branch 'rolling'
2022-08-28 19:54:15 +02:00
jomjol
c9b7a5f84c
v11.2.0
2022-08-28 19:52:51 +02:00
Anthony
cfaeaa370a
cleanup.
2022-08-28 02:11:08 -04:00
jomjol
b2c510d73e
Rolling 20220827
2022-08-27 20:21:53 +02:00
Anthony
e8b649d315
latest update for CCW
2022-08-27 13:19:31 -04:00
Anthony
d930fdae78
fixes for CCW analog.
2022-08-26 17:05:00 -04:00
jomjol
993fbfe5a8
Rolling 2022-08-26
2022-08-26 21:20:26 +02:00
Anthony
af546ef0f1
Added Counter Clockwise option for analog dial.
2022-08-26 10:43:22 -04:00
jomjol
ae302d49ef
Rolling 2022-08-22
2022-08-22 22:17:32 +02:00
jomjol
aca60465f0
v11.1.1
2022-08-22 18:20:00 +02:00
jomjol
9d31edc67a
Rolling 2022-08-21
2022-08-21 21:33:56 +02:00
Frank Haverland
d6ff7eef88
fix problems with early transition of digits if analog pointers. #921
2022-08-19 21:05:23 +02:00
Frank Haverland
7706b4dbc3
fix for #919 the prev is int, so <9.0 instead of <9.5
2022-08-18 19:28:13 +02:00
jomjol
bfe8d3b37a
v11.0.0
2022-08-13 14:20:40 +02:00
Frank Haverland
4a8d6592ab
CNNThreshold removed for Analog100 and Digital100
2022-07-28 19:43:45 +02:00
Frank Haverland
3f3532defe
Revert "Fix for #712 "Incorrect rollover digital numbers""
...
This reverts commit 11bfaf0e91 .
2022-07-20 19:12:19 +02:00
Frank Haverland
11bfaf0e91
Fix for #712 "Incorrect rollover digital numbers"
2022-07-20 18:35:42 +02:00
Frank Haverland
b725d242d3
Add Error to Logfile if output-dimenstion of model inconsistent.
2022-07-18 18:36:42 +02:00