Created
January 5, 2023 21:30
-
-
Save Schm1tz1/5e575761fc1d14d4eb08a9d9f413ecb7 to your computer and use it in GitHub Desktop.
vclient example to publish Vitodens measurements to MQTT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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