Skip to content

komppa/tempco2mqtt

Repository files navigation

Tempco Touch E3 to MQTT

build

Control and query Tempco Touch E3 using MQTT.


Running the SW

Development mode

First, install dependencies

npm i

Edit the configuration file of the tempco2mqtt by adding host and credentials for the MQTT broker and adding credentials for the Tempco API. Configuration file can be found under project root (./configuration.yaml).

NOTE: if you are using development environment, please create local .env file by copying the original template

cp configuration.yaml configuration.yaml.local

and change credentials to match yours.

Then run project using real connection to the Tempco servers

npm run dev

To run project using mocked Tempco API (one heater defined in fake_devices.ts), run

npm run dev:mock

Deployment mode

npm run run

Architecture



About

Tempco Touch E3 to MQTT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published