You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+49-30Lines changed: 49 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## [16.0.0-RC6] - 2024-xx-xx
2
+
3
+
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.7.0...v16.0.0)
4
+
5
+
#### Known issues
6
+
Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues) and
7
+
[discussions](https://github.com/jomjol/AI-on-the-edge-device/discussions) before reporting a new issue.
8
+
9
+
#### Core Changes
10
+
Only changes since RC5 are listed:
11
+
-[#3436](https://github.com/jomjol/AI-on-the-edge-device/pull/3436) Added basic authentification of the Web Interface and the REST API, see https://jomjol.github.io/AI-on-the-edge-device-docs/Password-Protection
12
+
- xxx
13
+
14
+
**:warning: Please check your Homeassistant instance to make sure it is handled correctly!**
15
+
16
+
#### Bug Fixes
17
+
Only changes since RC5 are listed:
18
+
- xxx
19
+
1
20
## [16.0.0-RC5] - 2024-12-05
2
21
3
22
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.7.0...v16.0.0)
@@ -8,25 +27,25 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
8
27
9
28
#### Core Changes
10
29
Only changes since RC4 are listed:
11
-
- Removed `Autostart` parameter and make the flow to be always enabled (#3423)
12
-
- Enable `Flow start` menu entry in UI (#3423)
13
-
- Updated the Homeassistant Discovery topics (#3332):
30
+
-[#3423](https://github.com/jomjol/AI-on-the-edge-device/pull/3423)Removed `Autostart` parameter and make the flow to be always enabled
31
+
-[#3423](https://github.com/jomjol/AI-on-the-edge-device/pull/3423)Enable `Flow start` menu entry in UI
32
+
-[#3332](https://github.com/jomjol/AI-on-the-edge-device/pull/3332)Updated the Homeassistant Discovery topics :
14
33
-`raw` has now set the `State Class` to `measurement`. Before it was always set to `""`.
15
34
-`value` has now only set the `State Class` to `total_increasing` if the parameter `Allow Negative Rates` is **not** set. Else it uses `measurement` since the rate could also be negative. Before it was always set to `total_increasing`.
16
35
- The `rate_per_time_unit` topic of an **Energy** meter needs a `Device Class`=`power`. For `gas` and `water` it should be `volume_flow_rate`. Before it was always set to `""`.
17
-
- Added button for `flow start`(#3415)
18
-
- Added support for Domoticz MQTT integration (#3359)
36
+
-[#3415](https://github.com/jomjol/AI-on-the-edge-device/pull/3415)Added button for `flow start`
37
+
-[#3359](https://github.com/jomjol/AI-on-the-edge-device/pull/3359)Added support for Domoticz MQTT integration
19
38
- Added Date and time to overview page
20
39
- Updated submodules and models
21
40
22
41
**:warning: Please check your Homeassistant instance to make sure it is handled correctly!**
23
42
24
43
#### Bug Fixes
25
-
Only changes since RC3 are listed:
26
-
- Added fix for ledintensity (#3418)
27
-
- Added fix for OV2640 brightness contrast saturation (#3417)
28
-
- Added fix for 'AnalogToDigitTransitionStart' always using 9.2 regardless of the configured value (#3393)
29
-
-Addef fix for HA menu entry (#3342)
44
+
Only changes since RC4 are listed:
45
+
-[#3418](https://github.com/jomjol/AI-on-the-edge-device/pull/3418)Added fix for ledintensity
46
+
-[#3417](https://github.com/jomjol/AI-on-the-edge-device/pull/3417)Added fix for OV2640 brightness contrast saturation
47
+
-[#3393](https://github.com/jomjol/AI-on-the-edge-device/pull/3393)Added fix for 'AnalogToDigitTransitionStart' always using 9.2 regardless of the configured value
48
+
-[#3342](https://github.com/jomjol/AI-on-the-edge-device/pull/3342) Added fix for HA menu entry
30
49
31
50
32
51
## [16.0.0-RC4] - 2024-10-06
@@ -39,13 +58,13 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
39
58
40
59
#### Core Changes
41
60
Only changes since RC3 are listed:
42
-
- Update esp32-camera submodule to `v2.0.13`(#3316)
43
-
- Added contributor list (#3317)
44
-
- Added files for demo mode (#3315)
61
+
-[#3316](https://github.com/jomjol/AI-on-the-edge-device/pull/3316)Update esp32-camera submodule to `v2.0.13`
62
+
-[#3317](https://github.com/jomjol/AI-on-the-edge-device/pull/3317)Added contributor list
63
+
-[#3315](https://github.com/jomjol/AI-on-the-edge-device/pull/3315)Added files for demo mode
45
64
46
65
#### Bug Fixes
47
66
Only changes since RC2 are listed:
48
-
- Added delay in InitCam (#3313) to fix `Camera not detected` issues
67
+
-[#3313](https://github.com/jomjol/AI-on-the-edge-device/pull/3313)Added delay in InitCam to fix `Camera not detected` issues
49
68
50
69
51
70
## [16.0.0-RC3] - 2024-10-05
@@ -62,7 +81,7 @@ Only changes since RC2 are listed:
62
81
63
82
#### Bug Fixes
64
83
Only changes since RC2 are listed:
65
-
- Re-did revertion of TFlite submodule update as certain modules crash with it (#3269) (change was lost)
84
+
-[#3269](https://github.com/jomjol/AI-on-the-edge-device/pull/3269)Re-did revertion of TFlite submodule update as certain modules crash with it (change was lost)
66
85
67
86
68
87
## [16.0.0-RC2] - 2024-10-04
@@ -76,13 +95,13 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
@@ -150,6 +156,9 @@ int ClassFlowCNNGeneral::PointerEvalHybridNew(float number, float number_of_pred
150
156
// on first digit is no spezial logic for transition needed
151
157
// we use the recognition as given. The result is the int value of the recognition
152
158
// add precisition of 2 digits and round before trunc
159
+
// a number greater than 9.994999 is returned as 10, this leads to an error during the decimal shift because the NUMBERS[j]->ReturnRawValue is one digit longer.
160
+
// To avoid this, an additional test must be carried out, see "if ((CNNType == DoubleHyprid10) || (CNNType == Digit100))" check in getReadout()
161
+
// Another alternative would be "result = (int) ((int) trunc(round((number+10 % 10)*1000))) / 1000;", which could, however, lead to other errors?
153
162
result = (int) ((int) trunc(round((number+10 % 10)*100)) ) / 100;
154
163
155
164
LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, "PointerEvalHybridNew - No predecessor - Result = " + std::to_string(result) +
0 commit comments