Merge remote-tracking branch 'upstream/rolling' into rolling

This commit is contained in:
Zwer2k
2021-07-06 23:33:01 +02:00
51 changed files with 3075 additions and 1358 deletions

View File

@@ -12,6 +12,8 @@ respectively ESP32-Cam housing only: https://www.thingiverse.com/thing:4571627
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/watermeter.jpg" width="600">
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/powermeter.jpg" width="600">
@@ -45,15 +47,55 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
##### Rolling - (2021-07-05)
##### 7.1.1 MQTT-Update - (2021-05-30)
* Update jquery, inital config.ini
* NEW: 7.1.1: bug fix wlan password with "=" (again)
Rolling - (2021-07-03)
* Parameter `MaxRateValue` individual for each number
* BugFix: MQTT server tried to connect even in case it was disabled
Rolling - (2021-07-01)
* NEW FEATURE: adding support for more than 1 number on a meter (e.g. two different power readings)
Therefore the concept of "Numbers" is implemented - a bunch of digits and analog counters are combined to one number. You can define them during setup of digital and analog ROIs:
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/numbers.jpg" width="300">
* MQTT: standardization of the naming - only the main topic needs to be specified. The subtopics will be named automatically. This is necessary to handle the multi number option.
**ATTENTION**: the parameter `maintopic` needs to be set
* Remark:
* This is an early stage - do only use it on a test system and make a backup of your configuration.
* The documentation is not updated yet.
* <span style="color: red;">**ATTENTION: the configuration and prevalue files are modified automatically and will not be backward compatible!**</span>
Rolling - (2021-06-17)
* bug fix setting hostname, Flash-LED not off during reboot
Rolling - (2021-06-11)
* Restructuring for multi number counters
* Major internal and html changes
(html and firmware)
* **ATTENTION: the configuration and prevalue files are modified automatically and will not be backward compatible!**
##### 7.1.2 MQTT-Update - (2021-06-17)
* NEW: 7.1.2: bug fix setting hostname, Flash-LED not off during rebootNEW: 7.1.1: bug fix wlan password with "=" (again)
* MQTT error message: changes "no error", send retain flag
* Update wlan handling to esp-idf 4.1
* Upgrade digital CNN to v8.7.0 (added new images)
* Bug fix: MQTT, WLAN, LED-Controll, GPIO usage, fixed IP, calculation flow rate
##### 7.0.1 MQTT-Update - (2021-05-13)