go-therm

module
v0.0.0-...-33e8507 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2024 License: MIT

README

go-therm

Simple Tasmota-based heating control

license last-commit repo-top-language repo-language-count

Overview

go-therm is a project designed to take existing Tasmota enabled temperature sensors and heating control valves and use this information to smartly control heating based on user-defined targets.

It uses InfluxDB2 to store historical temperature data as there is some value to having this data queryable in the future.

Getting Started

System Requirements:

  • Go
  • InfluxDB2 (Docker or otherwise)

Installation

From source

  1. Clone the go-therm repository:
$ git clone https://github.com/monishth/go-therm
  1. Change to the project directory:
$ cd go-therm
  1. Install the dependencies:
$ go build -o go-therm

Usage

From source

Run go-therm using the command below:

$ ./go-therm

Tests

Run the test suite using the command below:

$ go test

Project Roadmap

  • Tasmota state handlers
  • PID controllers
  • Basic frontend for setting target per zone
  • Set valve state based on PID output
  • Schedule system (core + frontend)

Directories

Path Synopsis
internal
db
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL