Sign inSign up

clemens321/vcontrold

By clemens321

•Updated over 5 years ago

Daemon for control and logging of Viessmann® type heating devices

Image
0

1.7K

clemens321/vcontrold repository overview

⁠vcontrold-docker

Docker image for https://github.com/openv/vcontrold/⁠

⁠docker-compose

services:
  vcontrold:
    image: clemens321/vcontrold:latest
    command:
      - "--device"
      - "vi2wifi:23"
    volumes:
      - ./etc/vito.xml:/etc/vcontrold/vito.xml:ro
    restart: unless-stopped

⁠command line interface

To access the command line interface of vcontrold just execute cli inside the container.

$ docker-compose exec vcontrold cli

You can also just telnet to the vcontrold Port (3002 by default).

Be aware that vcontrold does not accept multiple client connections simultaniously. If you have for example a vi2mqtt running, you have to stop that before.

Tag summary

Content type

Image

Digest

Size

62.2 MB

Last updated

over 5 years ago

docker pull clemens321/vcontrold