openv / vcontrold

:fire: vcontrold Daemon for control and logging of Viessmann® type heating devices
https://github.com/openv/openv/wiki
GNU General Public License v3.0
101 stars 54 forks source link

add JSON output support to vclient for easy parsing #80

Closed MGKQB closed 3 years ago

MGKQB commented 3 years ago

-j / --json-short returns just an object with cmd:value pairs. (i use that with node-red to directly insert into influxdb.)

-J / --json-long returns a list of objects, one per command. Each of these objects contain command, raw, value and error.

hmueller01 commented 3 years ago

Thanks for contributing!