usefulsensors / person_sensor_docs

Documentation for the Person Sensor
54 stars 11 forks source link

Feature Request - Read Analog Gauge / Multi-analog gauge / Multi-digital meters #1

Open bkc opened 1 year ago

bkc commented 1 year ago

Hi,

I'm sorry if this is out of scope for this project.

Would you please consider supporting a training model that can read an analog gauge and/or multi-gauges as shown below?

I'm planning to read this with an ESP32-CAM and PyTorch, but a pre-built module would be much easier.

image

Another gauge I need to read

image

The pulse counter on the following gauge works, but direct reading would be easier to integrate and more reliable

image

Here's another water meter I need to read

image

Here's another future ESP32-CAM target.

image

mamin27 commented 1 year ago

Yes, good appointment to see firmware and then update it to read of following gauges. But the firmware is not open source.

bkc commented 1 year ago

I just purchased (4) of these people detectors to see if I can use them in a building heat management system instead of PIR sensors.

I would happily pay more for a version that supported 'generic analog gauge' (even just a single dial). The output could be a list of register marks the model understood e.g. (0, 1, 2, 3, 4, 5) and the current perceived value (2.2 in my first example).

If it also did OCR and returned a list of text strings, the same model might work with the digital power meter as well, though maybe that's asking too much.