CaCO3
9335cd73d5
Merge branch 'master' into rolling
2022-11-25 16:49:34 +01:00
CaCO3
e90beffb44
resolve release merge conflicts
2022-11-25 16:48:37 +01:00
CaCO3
55a06dbe1d
resolve release merge conflicts
2022-11-25 16:47:59 +01:00
CaCO3
ae07159afe
resolve release merge conflicts
2022-11-25 16:47:07 +01:00
CaCO3
1fff655ef1
resolve release merge conflicts
2022-11-25 16:46:26 +01:00
CaCO3
3815f9cf0a
resolve release merge conflicts
2022-11-25 16:45:02 +01:00
CaCO3
e36490c89e
resolve release merge conflicts
2022-11-25 16:37:54 +01:00
CaCO3
d4f02f971f
solve release merge conflicts
2022-11-25 16:36:34 +01:00
CaCO3
ec326d9a11
resolve release merge conflicts
2022-11-25 08:32:28 +01:00
CaCO3
6e4df0ef87
Keep iframe page on reload ( #1406 )
...
* rename overview page
* reload same page in iframe again after reloading index page
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-25 07:25:32 +01:00
CaCO3
3aa0411676
Use raw value as prevalue ( #1405 )
...
* remove loggng password
* use raw value of selected number as default value
* fix log message
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-25 07:24:23 +01:00
CaCO3
9f20c126be
Catch empty ref images ( #1397 )
...
* slow down constant reboots caused by the flow. With this, after a restart due to exception/panic the first round gets delayed by 5 minutes
* catch empty reference images
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-25 07:23:15 +01:00
jomjol
2707e8c9f4
Update tflite
2022-11-24 18:42:31 +01:00
CaCO3
0d467d8ad1
slow down reboot loops ( #1396 )
...
* slow down constant reboots caused by the flow. With this, after a restart due to exception/panic the first round gets delayed by 5 minutes
* retry InitCam() if it failed
* restart after 5 minutes if NTP init failed
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-23 21:52:51 +01:00
Slider0007
66be09c98e
Add parameter to disable write data log ( #1382 )
2022-11-20 17:44:42 +01:00
CaCO3
60e9a427a5
Updated changelog ( #1381 )
2022-11-20 17:41:23 +01:00
rstephan
f72bdb7c45
Use none chunked transfer for "/json" endpoint ( #1379 )
2022-11-20 17:40:55 +01:00
jomjol
a53188e697
Update tflite, Readme.md
2022-11-18 21:46:22 +01:00
Slider0007
0dd63b9b7a
Fix file retention, remove/correct logs ( #1377 )
2022-11-18 19:23:18 +01:00
CaCO3
513e300676
fix version check ( #1374 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-18 06:54:51 +01:00
CaCO3
dd28859a9f
Updated setup mode ( #1370 )
...
* update config
* delete unused file
* added notes about not-needed reboot, added links to wiki and discussions
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-18 06:54:19 +01:00
CaCO3
ecc43edbba
Improve NTP ( #1364 )
...
* checking NTP status on every round and restart NTP client if we still are in 1970
* .
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-17 19:01:24 +01:00
CaCO3
bf8ab423e3
add link to file server ( #1367 )
2022-11-17 18:25:02 +01:00
CaCO3
8116a546b5
Update bug_report.yml
2022-11-17 18:07:40 +01:00
CaCO3
5c512367e2
Update bug_report.yml ( #1365 )
...
* Update bug_report.yml
* Update x_plain.yaml
* Update x_plain.yaml
2022-11-17 18:04:01 +01:00
CaCO3
e15ea561bc
Enhance ROI editing ( #1357 )
...
* add labels to ROIs
* .
* fix naming check
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-16 18:32:53 +01:00
CaCO3
9e4332314a
Update training.yaml
2022-11-16 07:54:04 +01:00
CaCO3
880d9eae20
replace division by a multiplication ( #1352 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2022-11-16 07:50:59 +01:00
SkylightXD
72fcd791db
Update README.md ( #1349 )
...
Add gas meter case
2022-11-15 18:39:48 +01:00
CaCO3
39960b15ed
Check web UI version and show alert on mismatch with Firmware version ( #1329 )
...
* SHhw Web UI version and compare it with the firmware. If it does not match, show a warning in the log
* compare version on Web UI loading and show alert on mismatch
* restructured info page
2022-11-14 19:58:22 +01:00
CaCO3
395b9a4c5b
Lock sizes and keep X spaces equidistant ( #1339 )
...
* keep y, dx and dy identical
* added alert
* .
* add button to make X soaces equidistant
* .
* .
* add checkbox to synchronize dx and dy
2022-11-13 08:25:49 +01:00
George Ruinelli
5a2753a50b
Updated issue templates
2022-11-12 16:58:02 +01:00
George Ruinelli
57c5c19cca
Copy issue templated from master to rolling
2022-11-12 16:51:16 +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
754981c67f
Update edit_config_param.html ( #1323 )
2022-11-11 19:09:59 +01:00
CaCO3
5c22986e2e
fix log format
2022-11-10 23:49:10 +01:00
CaCO3
1746920f61
fix image url ( #1322 )
...
* Update index.html
* Update index.html
2022-11-10 20:59:52 +01:00
CaCO3
d33380d2a0
Update web installer ( #1312 )
...
* Updated the web Installer page, removed all redudnant files in the docs folder, updated the main README
* .
2022-11-10 18:53:06 +01:00
CaCO3
889ed9e6be
Disable the Idle Task Watchdog resp. the Task Watchdog in general because we do not use it ATM. ( #1303 )
2022-11-09 18:25:42 +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
2314d7ef18
Add missing file content ( #1301 )
...
* added file content
2022-11-07 21:53:03 +01:00
CaCO3
bec3a5ee3b
Update miniz to 3.0.1 ( #1300 )
...
* minor update to 11.0.1 (resp. 3.0.1)
* Updated miniz from 3.0.0 to 3.0.1 and moved it to a separate component.
2022-11-07 21:16:47 +01:00
jomjol
c738a9a4da
Improve SetPrevalue
2022-11-07 19:12:36 +01:00
jomjol
e7c8706b1b
Update Internal libraries (esp32cam, tflite), Enhance debugging for OTA problems
...
Update Miniz
2022-11-06 17:41:32 +01:00
jomjol
f725adf5ba
Merge branch 'rolling' of https://github.com/jomjol/AI-on-the-edge-device into rolling
2022-11-06 08:19:39 +01:00
jomjol
7bb1b08bdb
Extend ROI, Number name check
2022-11-06 08:19: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
CaCO3
08f7e1275e
Added more issue templates ( #1291 )
...
* Create training.yaml
* Update training.yaml
* Create plain.yaml
* Rename .github/plain.yaml to .github/ISSUE_TEMPLATE/plain.yaml
* Update plain.yaml
* Update plain.yaml
* Update plain.yaml
* Update bug_report.yml
* Update config.yml
* Create feature.yaml
* Update feature.yaml
* Update feature.yaml
* Update feature.yaml
* Update feature.yaml
* Update bug_report.yml
* Rename plain.yaml to _plain.yaml
* Rename _plain.yaml to x_plain.yaml
* Update bug_report.yml
* Update feature.yaml
* Update training.yaml
* Update config.yml
* Update training.yaml
* Update x_plain.yaml
2022-11-06 08:12:55 +01:00
jomjol
529690ec60
Update readconfigparam.js
2022-11-05 23:42:52 +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