Commit Graph

2099 Commits

Author SHA1 Message Date
CaCO3
eb9bf3c7c1 Update index.html (#3636) 2025-03-15 22:52:53 +01:00
CaCO3
f542d842cf Update changelog (consolidate all RC changes into one) (#3614)
* Update changelog (consolidate all RC changes into one)

* Update Changelog.md

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
Co-authored-by: jomjol <mueller.josef@gmail.com>
v16.0.0
2025-03-15 14:24:06 +01:00
SybexX
5bbc2f3da5 Update ClassFlowPostProcessing.cpp
fix for: ChangeRateThreshold could not be deactivated
2025-03-02 13:26:07 +01:00
SybexX
2831478e02 Update edit_config_template.html
fix for: ChangeRateThreshold could not be deactivated
2025-03-02 13:25:49 +01:00
CaCO3
1e0cdfaba1 Remove unused config template page and empty, unused folder in zip files (#3599)
* Update build.yaml

* Update build.yaml

* remove empty folder in sd-card.zip in manual package
2025-03-02 08:31:22 +01:00
SybexX
bfebcd5d15 Update config.ini 2025-03-01 18:21:40 +01:00
CaCO3
cf96d49bd0 Release preparations (#3598)
* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md
16.0.0-RC7
2025-03-01 00:34:39 +01:00
CaCO3
94a53b38b8 Update Homeassistant discovery (#3580)
* use "total" for Homeassistant discovery topic "raw" if AllowNegativeRates is activ (same as for "value")

* update webUI

* .

* .

* .

* formating

* use state class "measurement" in case of a thermometer

* Update edit_config_template.html

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
2025-03-01 00:28:38 +01:00
CaCO3
00ac2130c2 Calculate and validate MD5 on upload (#3590)
* added md5 library

* added MD5 calculation of uploaded file. And return JSON string instead of fileserver

* .

* .

* .

* .

* .

* .

* .

* .

* .

* Add fallback for older firmware

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
2025-03-01 00:25:48 +01:00
SybexX
cd1165e547 IgnoreLeadingNaN fix (#3547)
* test1

* test2

* Update edit_config_template.html

* fix

* Update NUMBER.CheckDigitIncreaseConsistency.md

---------

Co-authored-by: CaCO3 <caco3@ruinelli.ch>
2025-03-01 00:09:11 +01:00
jomjol
c587ca3224 Update Changelog.md v16.0.0-RC6 2025-02-28 20:46:08 +01:00
CaCO3
76f45a5927 Remove html directory on update (#3584)
* delete HTML directory on an update

* delete HTML directory on an update

* rename html folder

* swap HTML folders after extracting

* .

* .

* .

* .

* .

* .

* move SD card check, SD card directories setup and update to before the PSRAM init.
The update should be as early as possible to allow updates even if the PSRAM or cam fails.

* .

* .

* Update Helper.cpp

* Update Helper.h

* .

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
Co-authored-by: SybexX <Heinrich-Tuning@web.de>
2025-02-26 23:56:49 +01:00
jomjol
063c4827d0 Merge branch 'main' of https://github.com/jomjol/AI-on-the-edge-device 2025-02-26 22:00:27 +01:00
jomjol
c6b8823417 Update Changelog.md 2025-02-26 22:00:20 +01:00
github-actions[bot]
bb5e693077 docs(contributor): contrib-readme-action has updated readme 2025-02-25 18:31:30 +00:00
fsck-block
424df641cc openmetrics endpoint extension (#3521)
* added pre-value and raw-value to openmetrics endpoint

* added flow_error to openmentrics endpoint
2025-02-24 23:07:29 +01:00
CaCO3
8ddbda16bf consolidated reboot and save buttons (#3581)
* config page: consolidated reboot and save button

* various pages: consolidated reboot and save button

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
2025-02-24 23:05:32 +01:00
CaCO3
8f5bf209d9 Gz html files fix missing file server.html (#3582)
* Add files via upload

* Delete sd-card/html/file_server.html

* Update server_file.cpp

* Update server_file.cpp

---------

Co-authored-by: SybexX <Heinrich-Tuning@web.de>
2025-02-24 21:55:16 +01:00
CaCO3
ec639d4236 revert unwanted removal of Autotimer title in config page
Revert removal of title. It got removed in 708fd68cf5 but should have stayed
2025-02-24 21:39:31 +01:00
CaCO3
5304981733 Fix thermometer config (#3578)
* fix thermometer config

* update note

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
2025-02-23 21:12:20 +01:00
SybexX
7a9955477a add data export (CSV files) (#3537)
* Update backup.html

* Add files via upload

* Update data_export.html

---------

Co-authored-by: CaCO3 <caco3@ruinelli.ch>
2025-02-23 17:38:32 +01:00
SybexX
04fe25e875 Update timezones.html
fix missing searchicon.png
2025-02-20 19:23:33 +01:00
SybexX
02dcd584bf Add files via upload 2025-02-20 19:19:59 +01:00
SybexX
68a262ef22 Update ClassFlowControll.cpp
fix .gz in GetJPGStream(std::string _fn, httpd_req_t *req)
2025-02-18 00:54:00 +01:00
SybexX
f2b6b4f819 Update sdcard_check.cpp
fix .gz in SDCardCheckFolderFilePresence()
2025-02-17 22:23:55 +01:00
CaCO3
6b672ff9a5 compress all HTML files (#3568)
* compress all HTML files

* remove gz files, they get zipped in the build pipeline

* Update build.yaml

* removed flipImageSize.png, it is not used anywhere anymore

* Update build.yaml
2025-02-16 19:11:09 +01:00
SybexX
26770d877e Update main.cpp
If the camera could only be initialized on the second attempt, "Camera Framebuffer Check" and "Print camera infos" was skipped.
2025-02-16 12:01:30 +01:00
jomjol
e60c12b25d Create Licence.md 2025-02-16 10:56:52 +01:00
CaCO3
b10336b59c Add thermometer (#3454)
* add thermometer

* .

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
2025-02-16 10:34:10 +01:00
SybexX
dadb004e85 add .gz (#3538)
* Update server_help.cpp

* Add files via upload

* Add files via upload

* Update server_help.cpp
2025-02-16 10:28:06 +01:00
CaCO3
e2f3e3d05b corrected enable/disable texts to make it more intuitive (#3565) 2025-02-16 09:59:52 +01:00
CaCO3
8c5a6528d9 Update RetainMessages.md 2025-02-15 22:43:14 +01:00
CaCO3
69024adac7 updated param doc 2025-02-15 22:11:27 +01:00
CaCO3
9f1b7c9ef7 updated param doc 2025-02-15 21:55:57 +01:00
CaCO3
15fd7a6a33 Update webinstaller job (#3563)
* Update manual-update-webinstaller.yaml

* Update build.yaml
2025-02-15 00:28:30 +01:00
SybexX
9c3fbb4aff Update main.cpp 2025-02-14 21:41:28 +01:00
SybexX
eb4c9276d5 Merge pull request #3455 from jomjol/mqtt-add-ValidateServerCert-Parameter
MQTT add validate server cert parameter
2025-02-14 21:28:29 +01:00
SybexX
842229ea98 Merge branch 'main' into mqtt-add-ValidateServerCert-Parameter 2025-02-14 21:20:37 +01:00
jomjol
b83717aece Update manual-update-webinstaller.yaml 2025-02-14 20:21:43 +01:00
jomjol
b01e42b893 Revert to old version 2025-02-14 20:19:37 +01:00
jomjol
902f1bc2a8 Revert "Update manual-update-webinstaller.yaml"
This reverts commit 71f31dc841.
2025-02-14 20:13:51 +01:00
jomjol
5c51990b40 Merge branch 'main' of https://github.com/jomjol/AI-on-the-edge-device 2025-02-14 20:12:18 +01:00
jomjol
55cbbf02cb Revert "Update manual-update-webinstaller.yaml"
This reverts commit 20a0d8530a.
2025-02-14 20:11:39 +01:00
jomjol
e37817e3e2 Update manual-update-webinstaller.yaml 2025-02-14 19:57:53 +01:00
jomjol
a78ca53d60 Update manual-update-webinstaller.yaml 2025-02-14 19:55:10 +01:00
jomjol
20a0d8530a Update manual-update-webinstaller.yaml 2025-02-14 19:47:27 +01:00
jomjol
af1e3257be Update manual-update-webinstaller.yaml 2025-02-14 19:45:03 +01:00
jomjol
93c21d30a1 Update manual-update-webinstaller.yaml 2025-02-14 19:39:11 +01:00
jomjol
7111a7fdcd Update manual-update-webinstaller.yaml 2025-02-14 19:37:57 +01:00
jomjol
bd541ede60 Update manual-update-webinstaller.yaml 2025-02-14 19:25:58 +01:00