Skip to content

nohn/watermeter

Repository files navigation

Read a water meter and returns value

Reads analog water meters and provides a web service that returns the read value as decimal. The needles of the analog gauges currently have to be red.

Turns Watermeter into 820.5745 so it can become Grafana Screenshot.

CI Docker Hub Pulls

Please note, that this is not able to read 7-segment-displays. If you are using Home Assistant and want to read 7-segment-displays, you may want to take a look at the native 7 segments integration.

Getting Started

This is only a quick introduction to setting up and configuring watermeter. A more extensive documentation can be found in the howto.

Installation

Using Docker Compose and Docker Hub (recommended)

version: "3.5"
services:
  watermeter:
    image: nohn/watermeter:latest
    container_name: watermeter
    volumes:
      - ./watermeter/config:/usr/src/watermeter/src/config
    restart: always
    ports:
      - "3000:3000"

As Home Assistant App (Addon)

This can also be installed as Home Assistant Addon.

Building locally

If you want to build the Docker image locally, you can use the following command:

docker build . -t nohn/watermeter

Configuration

You can access the configuration tool http://watermeter:3000/configure.php. The interface should be self explanatory. Source Image can be either in local filesystem or any HTTP(S) resource.

Configuration GUI Screenshot

After configuration is done, you can access the current value at

http://watermeter:3000/

or

http://watermeter:3000/?json

or see debug information at

http://watermeter:3000/?debug

How to contribute

You can contribute to this project by:

  • Opening an Issue if you found a bug or wish to propose a new feature
  • Placing a Pull Request with bugfixes, new features etc.

You like this?

Consider a gift.

License

watermeter is released under the GNU Affero General Public License.

About

Reads analog (water, gas, electricity, ...) meters and provides a web service that returns the read value as decimal.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors