SybexXx
ba03a7dc38
Migration fix ( #3900 )
...
* Update main.cpp
During migration, the messages was issued as errors, although this should be information/should serve for information.
* Update main.cpp
* Update Helper.cpp
2025-09-02 22:06:07 +02:00
Rick Auch
73afc07652
Add option for gal/min rate for Home Assistant MQTT Autodiscovery ( #3868 )
...
Add gal/min as an option
2025-08-17 15:27:21 +02:00
Bruns8234
c320e4c921
Update SDCard Manufacturer List ( #3730 )
...
Update 1 and added 5 entries
2025-05-05 23:55:10 +02:00
CaCO3
f06ef7b80e
remove msg_id in the log, it is of no use ( #3678 )
2025-03-30 20:58:20 +02:00
Erik
962a674058
Refine Home Assistant MQTT Auto Discovery ( #3659 )
...
Add a proper device_class (duration) to "uptime"
2025-03-29 13:28:23 +01:00
SybexX
c57cd83948
Update README.md
2025-03-26 23:07:37 +01:00
The Random DIY
6991c41060
README updated with missed English translation ( #3673 )
...
* README updated with missed English translation
* Readme updated
2025-03-26 22:53:16 +01:00
SybexX
5bbc2f3da5
Update ClassFlowPostProcessing.cpp
...
fix for: ChangeRateThreshold could not be deactivated
2025-03-02 13:26:07 +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
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
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
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
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
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
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
SybexX
9c3fbb4aff
Update main.cpp
2025-02-14 21:41:28 +01:00
SybexX
842229ea98
Merge branch 'main' into mqtt-add-ValidateServerCert-Parameter
2025-02-14 21:20:37 +01:00
SybexX
7de18753d9
Update smartled driver ( #3500 )
...
* update-SmartLeds
* Update sdkconfig.defaults
2025-02-14 18:07:55 +01:00
SybexX
603fcfef33
fix
2025-01-31 11:49:46 +01:00
SybexX
be3312e912
fix
2025-01-31 11:49:34 +01:00
jomjol
ff657ebb5c
Documentation of intreace_influxdb
2025-01-26 16:58:28 +01:00
jomjol
42d4916cb8
Rewrite InfluxDB Interfache ( #3520 )
...
* Replace influxdb interface
* Implement InfluxDBV2
* Update interface_influxdb.cpp
* Cleanup new InfluxDB interface
2025-01-25 23:01:32 +01:00
SybexX
a73cd97629
Update sdkconfig.defaults
2025-01-25 17:17:56 +01:00
SybexX
636d816727
Update main.cpp
2025-01-25 00:16:23 +01:00
SybexX
c6f6341c87
Update sdkconfig.defaults
2025-01-24 06:47:13 +01:00
SybexX
ad886898a8
Update ClassFlowMQTT.cpp
2025-01-24 06:43:52 +01:00
SybexX
f16cf1406c
Update interface_mqtt.cpp
2025-01-24 06:41:38 +01:00
SybexX
5dfd9a7db0
Update interface_mqtt.cpp
2025-01-21 05:50:34 +01:00
SybexX
89dc941d40
Update platformio.ini
2025-01-21 05:36:50 +01:00
SybexX
3f3c845e9f
Update sdkconfig.defaults
2025-01-21 05:34:22 +01:00
fsck-block
1e60d839b7
added and activated espressif mDNS service ( #3494 )
...
* added and activated espressif mDNS service
* moved esp-protocols to code/components
2025-01-17 23:16:55 +01:00
jomjol
21ab5cb203
additional tflite v0810
2025-01-05 19:20:48 +01:00
SybexX
1af1796ee0
Update ClassControllCamera.cpp
...
.jpeg_quality = 6 can cause problems with some cameras
2025-01-04 13:30:25 +01:00
michael
095cf984c4
remove_soc_temperature_for_s3_support
2025-01-03 18:36:11 +01:00
michael
b72d809e59
fix_soc_sdmmc_and_add_soc_temperature_for_s3_support
2025-01-02 16:39:26 +01:00
SybexX
c6a593ba0d
fix for incorrect decimal shift? ( #3446 )
...
* Update ClassFlowCNNGeneral.cpp
* Update ClassFlowCNNGeneral.cpp
* Update ClassFlowCNNGeneral.cpp
* Update ClassFlowCNNGeneral.cpp
* Update code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp
* Update code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp
* Update code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp
* Update ClassFlowCNNGeneral.cpp
---------
Co-authored-by: CaCO3 <caco3@ruinelli.ch >
2024-12-31 12:01:02 +01:00
SybexX
c41a0a476d
Update sdkconfig.defaults
2024-12-28 13:21:53 +01:00
CaCO3
2986c6122d
Add Web Interface and REST auth ( #3436 )
...
* Ported https://github.com/jomjol/AI-on-the-edge-device/pull/2241 to latest main and extended it for all REST APIs
* .
* fix compile errors
* .
* .
* Update Changelog.md
* Update Changelog.md
---------
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: michael <Heinrich-Tuning@web.de >
2024-12-25 20:49:47 +01:00
michael
6da894142e
test3
2024-12-24 14:07:59 +01:00
michael
4846a52d45
test2
2024-12-24 13:14:19 +01:00
michael
4d74d0c522
test1
2024-12-24 12:14:53 +01:00
michael
53e818186a
test
2024-12-24 04:27:12 +01:00
CaCO3
26ca15e18a
fix crash fue to empty CAM parameters in migration ( #3450 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2024-12-22 22:12:49 +01:00
CaCO3
708fd68cf5
Remove Autostart parameter and make the flow to be always enabled ( #3423 )
...
* removed Autostart parameter and make it enabled by default
* .
* show menu entry in UI
* cleanup migration
* .
* .
* .
* .
* .
* .
* .
* .
2024-12-05 01:04:24 +01:00
CaCO3
179005f4ce
Extend Homeassistant discovery with button for flow start ( #3415 )
...
* feat(homeassistant discovery): Add button for flow start
* Update
* Update
* Allow Flow Start MQTT topic to have a zero-length payload
* remove unused payload
---------
Co-authored-by: Slider0007 <jobbelle@gmx.net >
2024-12-04 23:17:06 +01:00
SybexX
50ada0a5a8
fix ( #3418 )
2024-12-04 22:57:43 +01:00