domain

package
v0.0.0-...-4ac913f Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2024 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CONTROL_MODE_OFF  int = 0
	CONTROL_MODE_COOL int = 1
	CONTROL_MODE_HEAT int = 2

	OFF              int = 0
	ON               int = 1
	STARTING         int = 2
	STARTING2        int = 3
	MODE_OFF         int = 0
	MODE_HEAT        int = 1
	MODE_COOL        int = 2
	DEFROST_INACTIVE int = 0
	DEFROST_STARTING int = 1
	DEFROST_ACTIVE   int = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Vitocal

type Vitocal struct {
	Timestamp            time.Time            `json:"timestamp"`
	ControlMode          int                  `json:"control_mode"`
	Status               int                  `json:"status"`
	Mode                 int                  `json:"mode"`
	Defrost              int                  `json:"defrost"`
	OilHeater            int                  `json:"oil_heater"`
	CompressorRequired   bool                 `json:"compressor_required"`
	CompressorStatus     int                  `json:"compressor_status"`
	CompressorThrust     int                  `json:"compressor_thrust"`
	CompressorHz         int                  `json:"compressor_hz"`
	PumpStatus           int                  `json:"pump_status"`
	PumpSpeed            int                  `json:"pump_speed"`
	FanSpeed             int                  `json:"fan_speed"`
	Temperatures         vitocal.Temperatures `json:"temperatures"`
	PressureSuction      int                  `json:"pressure_suction"`
	PressureCondensation int                  `json:"pressure_condensation"`
	Hours                int                  `json:"hours"`
	Errors               vitocal.Errors       `json:"errors"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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