From 525ccf7aba09995342f1a8701a743f2ddb195568 Mon Sep 17 00:00:00 2001
From: "Matthew T. Kelley" <5567324+mkelley88@users.noreply.github.com>
Date: Tue, 15 Mar 2022 04:50:37 -0400
Subject: [PATCH 1/2] Update README.md
Made changes to increase clarity of documentation.
---
README.md | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index c69d2615..66953384 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,10 @@ This is an example of Artificial Intelligence (AI) calculations on a very cheap
### Details on **function**, **installation** and **configuration** can be found on the **[Wiki Page](https://github.com/jomjol/AI-on-the-edge-device/wiki)**
-A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4573481
-
-or here https://www.thingiverse.com/thing:5028229
-
-respectively ESP32-Cam housing only: https://www.thingiverse.com/thing:4571627
+A 3d-printable housing can be found here:
+ - https://www.thingiverse.com/thing:4573481 (Water Meter)
+ - https://www.thingiverse.com/thing:5028229 (Power Meter)
+ - https://www.thingiverse.com/thing:4571627 (ESP32-Cam housing only)


@@ -45,9 +44,9 @@ In other cases you can contact the developer via email:
no return value in the field "value" anymore
- (still reported back via field "raw value")
+- Some readings will have removable "N"s that can not be removed automatically and are handled with an "error" --> no return value in the field "value" anymore (still reported back via field "raw value")
- Updated esp32 camera hardware driver
-- Bug fix: MQTT, html improvements
+- Bug fix: MQTT, HTML improvements
-**ATTENTION: The new ESP32 camera hardware driver is much more stable on newer OV2640 versions (no or much less reboots) but seems to be not fully compatible with older versions.**
+**ATTENTION: The new ESP32 camera hardware driver is much more stable on newer OV2640 versions (no or much less reboots) but seems to be not fully compatible with older versions.**
* If you have problem with stalled systems you can try the following
- Update the parameter `ImageQuality` to `12` instead of current value `5` (manually in the `config.ini`)
@@ -95,8 +93,7 @@ In other cases you can contact the developer via email:
* New housing published for external LEDs and small clearing: https://www.thingiverse.com/thing:5028229
@@ -177,9 +174,9 @@ In other cases you can contact the developer via email: 
+There are some ideas and feature requests which are not followed currently - mainly due to capacity reasons on side of the developer. They are collected here: [FeatureRequest.md](FeatureRequest.md)
@@ -187,7 +184,7 @@ There are some ideas and feature request, which are not followed currently - mai
## History
-##### 8.5.0 - Multi Meter Support (2021-10-07)
+##### 8.5.0 Multi Meter Support (2021-10-07)
##### 7.1.2 MQTT-Update - (2021-06-17)
From 230bbb22399a1164e6c4fbd9ff96ee60e02eeefc Mon Sep 17 00:00:00 2001
From: Michael Geissler <7744975+toolsfactory@users.noreply.github.com>
Date: Sun, 26 Jun 2022 08:14:41 +0200
Subject: [PATCH 2/2] Added Homie Mqtt request
---
FeatureRequest.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/FeatureRequest.md b/FeatureRequest.md
index d9157b90..0768fdfd 100644
--- a/FeatureRequest.md
+++ b/FeatureRequest.md
@@ -11,6 +11,13 @@
____
+#### #25 Use Homie Spec for Mqtt binding
+
+* Use the standardized Home Protocol for the Mqtt binding
+* https://homieiot.github.io/
+
+
+
#### #24 Show Mqtt state directly in Webserver
* Show MQTT log in Web page. E.g. connection established or failed to connect...
@@ -222,4 +229,4 @@ ____
* ~~Implementation of a software module for external light source (e.g. WS8132 LED controller, ...)~~
* ~~Update of the camera module to use the external light instead of the internal flash light~~
-* ~~Adopt the configuration algorithm with a configurable light source~~
\ No newline at end of file
+* ~~Adopt the configuration algorithm with a configurable light source~~
)