Tado + Tuya thermostat data

Dashboard which uses the data from https://github.com/eko/tado-exporter and https://github.com/acoster/tuya-exporter to display temperature, humidity and heating status.

Tado + Tuya thermostat data screenshot 1

Uses data collected by https://github.com/eko/tado-exporter and https://github.com/acoster/tuya-exporter to display temperature, humidity and heating status.

To have the 24h aggregation displayed, the following computation rule must be added to Prometheus:

yaml
groups:
  - name: agg24h
    rules:
      - record: zone:tado_minutes_heating_on:24h
        expr: sum_over_time(((sum(tado_activity_heating_power_percentage) by (zone)) > bool 0)[24h:1m])
      - record: zone:tado_minutes_window_open:24h
        expr: sum_over_time(tado_sensor_window_opened[24h:1m])
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies