Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.46 KB

Logo

Water tracking module for looking glass

Usage

modules:
 - name: simple-water
    url:  https://github.com/glasslabs/water/releases/download/v1.0.0/water.wasm
    position: top:right
    config:
      url: http://my-hass-instance:8123
      token: <your-hass-token>
      sensorIds:
        geyserPct: sensor.geyser_hot_water
        tankPct: sensor.reservoir_percentage
        waterConnected: binary_sensor.water_connected
      geyser:
        warning: 50
        low: 30
      tank:
        warning: 50
        low: 30

Configuration

Geyser Percentage Sensor ID (sensorIds.geyserPct)

The Home Assistant geyser percentage sensor ID.

Tank Percentage Sensor ID (sensorIds.tankPct)

The Home Assistant water tank percentage sensor ID.

Water Connection Sensor ID (sensorIds.waterConnected)

The Home Assistant binary sensor ID indicating if the mains water has pressure.

Geyser Warning Percentage (geyser.warning)

The Geyser percentage for the hot water bar to display in warning style.

Geyser Low Percentage (geyser.low)

The Geyser percentage for the hot water bar to display in low style.

Tank Warning Percentage (tank.warning)

The Tank percentage for the tank bar to display in warning style.

Tank Low Percentage (tank.low)

The Tank percentage for the tank bar to display in low style.