Skip to content

Flask project that uses Raspberry PI camera to analyze analog digits and gauges from watermeter.

License

Notifications You must be signed in to change notification settings

joonastikkanen/watermeter

Repository files navigation

Raspberry PI Watermeter using camera

NOT FULLY TESTED YEAT!!

I was inspired by old project nohn's project about using raspberry PI camera as to bring smartness to old school watermeter. I also added tensorflow to analyze the images from jomjols's project.

Links:

HomeAssistant sensor

sensor:
  - platform: rest
    name: Water
    resource: "http://ip.or.hostname.of.watermeter:3000/"
    scan_interval: 60
    unit_of_measurement: ''
    device_class: water
    state_class: total_increasing