To my knowledge, there is no such thing as a camera that transmits the video over Zigbee or Zwave. Those that do support those protocols only support pan/tilt/zoom and alerts (e.g. motion) through. You’ll need wifi or wired for the video stream, at which point you may as well just do it all through through the network.
So look for wifi cameras. You can use the IPCamera binding to manage the capturing of the clips and show those in MainUI and do other stuff so look for cameras that are compatible with it. But if you want an automated alert, you’ll probably have to look outside of OH for the image processing.
I connected inductive sensor that bought from aliexpress for couple of euros to the GPIO of my raspberry Pi running the OpenHAB and I use MQTTany - GPIO and more over MQTT to get the data. Also works fine.
Because of the operating voltage of the inductive sensor is higher than what the GPIO can accept, optocoupler in between should be used and also >5V power supply to feed the sensor.
Thanks a lot, Rich. Good to have your info. Being new to all this, when I read that Zigbee transmission frequency is 2.4Gh I thought it could transmit video clips or snapshots.
Thanks again.
A couple of questions. Excuse me for being ignorant.
I’m assuming the inductive sensor should be placed near the meter spinning wheel, most likely on top of it, as the top is the only not metallic part of my water meter.
The sensor will send voltage readings related to the wheel rotation speed.
Is that right?
Could you please tell me the brand/model of the sensor?
As I am only concerned with leaks, all I need to know is if the wheel is spinning or not, so maybe I will not need the optocoupler.
Will I?
Usually the utility water meters have a location where you can put a sensor, but that depends on the meter
No, the wheel on my meter does one rotation per liter so when the sensor detects the metal you wil receive a pulse which you will need to count. That is where MQTTany comes in.
No, the optocoupler is used to separate voltages and you will always need it if you want to connect the sensor to rPi.
Have a look at the following link. I have the same meter and sensor.