Skip to content

kobold2mqtt is a gateway between a Vorwerk Kobold VR200 internet gateway and MQTT with the https://github.com/mqtt-smarthome topic and payload format.

License

Notifications You must be signed in to change notification settings

krambox/kobold2mqtt

Repository files navigation

VR200 to mqtt

mqtt-smarthome NPM version Dependency Status Build Status js-semistandard-style License: MIT

Written and (C) Kai Kramer on top of https://github.com/nicoh88/node-kobold from Arne Blumentritt and Nico Hartung. Build with https://github.com/hobbyquaker/xyz2mqtt-skeleton from Sebastian Raff.

Provided under the terms of the MIT license.

Overview

kobold2mqtt is a gateway between a Kobold VR200 vacuum and MQTT with the https://github.com/mqtt-smarthome topic and payload format.

Installation

The recommended away is via docker hub.

docker run --env-file ./vk200.env -it km200 krambox/kobold2mqtt

Or via direct call

./kobold200mqtt.js -u mqtt://192.168.1.13 -k 192.168.1.162 -e <EMail> -p <pwd>

Config

Example Env file for docker run --env-file

VR200_url=mqtt://192.168.1.13
KM200_password=<Vorwerk password>
KM200_email=<Vorwerk username>

Start

Set env variable koboldconfig to config.yml

Start kobold2mqtt.js

Docker

docker build -t kobold2mqtt .

docker run --env-file ./vk200.env -it kobold2mqtt

Topics

kobold2mqtt respects the smarthome2mqtt scheme and exposes the vacuum cleaners state exemplarily:

vr200/status/<Kobold Name> {"ts":1575615863,"isCahrging":false,"isDocked":true,"isScheduleEnabled":true,"charge":93,"state":"stopped","action":0}

Changing the state is possible with the following set values on topic vr200/set/:

  • start
  • stop
  • pause
  • resume
  • doc

About

kobold2mqtt is a gateway between a Vorwerk Kobold VR200 internet gateway and MQTT with the https://github.com/mqtt-smarthome topic and payload format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •