Skip to content

vbsInterestingStuff/envisalink-to-mqtt

 
 

Repository files navigation

What is this for?

This project is to publish MQTT events for an envisalink module via their TPI interface.

Requirements

Setup

envisalink_password=password
envisalink_serverpassword=password
envisalink_host=host
envisalink_port=port
envisalink_mqtt=mqtt
log_level=info

Run npm install

npm install

Run locally

Run in dev

npm run dev

Run in docker

docker build -t envisalink-to-mqtt .
docker run --env-file=.env envisalink-to-mqtt 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • Shell 6.7%