Skip to content

Instantly share code, notes, and snippets.

@Schm1tz1
Created January 5, 2023 21:30
Show Gist options
  • Save Schm1tz1/5e575761fc1d14d4eb08a9d9f413ecb7 to your computer and use it in GitHub Desktop.
Save Schm1tz1/5e575761fc1d14d4eb08a9d9f413ecb7 to your computer and use it in GitHub Desktop.
vclient example to publish Vitodens measurements to MQTT
#!/usr/bin/env bash
vclient \
--host localhost:3002 \
--command getTempA,getTempWWist,getTempWWsoll,getBrennerStatus,getBrennerStarts,getBrennerStunden1,getTempAbgas, getTempVListM1,getTempRL17A \
--json-short \
| mosquitto_pub -h <HOST> -p <PORT> -u <USER> -P <PW> -t Viessmann -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment