UNPKG

vilocal

Version:

Local capture of Viessmann ViCare network data to MQTT with Home Assistant device discovery

48 lines 1.01 kB
{ "name": "vilocal", "version": "2.0.0", "description": "Local capture of Viessmann ViCare network data to MQTT with Home Assistant device discovery", "keywords": [ "zigbee", "zb", "zbee", "zcl", "viessmann", "vicare", "thermostat", "thermostats", "trv", "climatesensor", "climatesensors", "local" ], "type": "module", "bin": "./index.js", "scripts": { "start": "node ./index.js" }, "engines": { "node": ">=20" }, "author": { "name": "Kristian Kraljic", "email": "kris@kra.lc", "url": "https://kra.lc/" }, "repository": { "type": "git", "url": "https://github.com/kristian/ViLocal.git" }, "homepage": "https://github.com/kristian/ViLocal", "bugs": { "url": "https://github.com/kristian/ViLocal/issues" }, "license": "Apache-2.0", "dependencies": { "buffer-to-str": "^1.0.0", "mqtt": "^5.14.1", "smol-toml": "^1.5.2", "zbtk": "^2.4.0" }, "packageManager": "yarn@4.6.0" }