Skip to content

Commit 3c9b2c4

Browse files
authored
Update FeatureRequest.md (#3328)
1 parent 0752694 commit 3c9b2c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

FeatureRequest.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ ____
4040
Demo mode requires a working camera (if not, one receives a 'Cam bad' error). Would be nice to demo or play around on other ESP32 boards (or on ESP32-CAM boards when you broke the camera cable...).
4141

4242
#### #35 Use the same model, but provide the image from a Smartphone Camera
43-
as reading the Electricity or Water meter every few minutues only delivers apparent accuracy (DE: "Scheingenauigkeit") you could just as well take a picture with your Smartphone evey so often (e.g. once a week when you are in the Basement anyway), then with some "semi clever" tricks pass this image to the model developed here, and the values then on to who ever needs them e.g. via MQTT.
43+
as reading the Electricity or Water meter every few minutes only delivers apparent accuracy (DE: "Scheingenauigkeit") you could just as well take a picture with your Smartphone every so often (e.g. once a week when you are in the Basement anyway), then with some "semi clever" tricks pass this image to the model developed here, and the values than on to whoever needs them e.g. via MQTT.
4444
IMO: It is not needed to have that many readings (datapoints) as our behaviour (Use of electricity or water) doesn't vary that much, say, over a weeks time. The interpolation between weekly readings will give sufficient information on the power and/or water usage.
4545

4646

4747
#### #34 implement state and Roi for water leak detection
48-
for example see Roi on the next picture..
48+
for example see Roi in the next picture..
4949
![grafik](https://user-images.githubusercontent.com/38385805/207858812-2a6ba41d-1a8c-4fa1-9b6a-53cdd113c106.png)
50-
in case of position change between the measurments set this state to true, if there is no change set it back to false.
50+
in case of position change between the measurements set this state to true, if there is no change set it back to false.
5151
In a defined time window this movement can lead into an alarm state / water leak..
52-
haveing this state in the mqtt broker can trigger functions like closing the ater pipe walve and so on...
52+
having this state in the mqtt broker can trigger functions like closing the water pipe valve and so on...
5353

5454

5555

@@ -65,7 +65,7 @@ haveing this state in the mqtt broker can trigger functions like closing the ate
6565

6666
#### #31 Implement InfluxDB v2.x interface
6767

68-
* Currently only InfluxDB v1.x is supportet, extend to v2.x
68+
* Currently only InfluxDB v1.x is supported, extend to v2.x
6969
* Remark: interface has changed
7070
* see [#1160](https://github.com/jomjol/AI-on-the-edge-device/issues/1160)
7171

@@ -82,7 +82,7 @@ haveing this state in the mqtt broker can trigger functions like closing the ate
8282
#### #28 Improved error handling for ROIs
8383

8484
* In case a ROI is out of the image, there is no error message, but a non sense image is used
85-
* Implement a error message for wrong configuratioin of ROI
85+
* Implement a error message for wrong configuration of ROI
8686

8787
#### #27 Use Homie Spec for Mqtt binding
8888

0 commit comments

Comments
 (0)