Skip to content

ruslan-minukov/Dangl.SchneidControl

 
 

Repository files navigation

Dangl.SchneidControl

This is an app that allows you to visualize and control a Schneid MR12 district heating controller. It connects via ModBus TCP to the unit and optionally allows data logging.

It's available on DockerHub: https://hub.docker.com/r/dangl/dangl-schneid-control

Configuration

To run the Docker container, you need to specify these environment variables:

Name Required Description
SchneidModbusIpAddress Yes The IP address of the Schneid controller.
SchneidModbusTcpPort Yes The port of the Schneid controller.
DatabaseLoggingFilePath No An optional file path for data logging. An SQLite database will be created and managed automatically.

If no value for DatabaseLoggingFilePath is given, then no data will be logged.

Features

Data Visualization

Data Visualization

Control

Control

Data Logging & Export

Data Logging

Log data can optionally be exported to Excel or CSV.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 51.8%
  • C# 38.5%
  • HTML 6.4%
  • PowerShell 1.2%
  • Shell 1.0%
  • SCSS 0.9%
  • Other 0.2%