Skip to content

Running

SMerrony edited this page May 4, 2022 · 4 revisions

From the Command Line

./daikin2mqtt -config myconf.toml

All command options are shown with the -h option.

A useful variation on the above...

nohup daikin2mqtt -config myconf.toml &

In this case, output from the program goes to nohup.out and you can disconnect from the host leaving the program running.

As a Service

A sample .service file can be found in the examples directory. You will probably at least need to change the pathnames on the ExecStart line.

Clone this wiki locally