From 8c7d0ed94721834f8049c1624e61945b701c9280 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 30 May 2021 13:52:21 +0200 Subject: [PATCH] docs(readme): save par file from Service Tool as HeatPump.par mdbtools 0.9.3-1 is not able to handle filenames with special characters like "$". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 519af87..f4dde70 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ See the [pislave](https://github.com/ootjersb/pislave#wiring) project 1. Extract `$_parameters_HeatPump.par` from the Itho Service Tool. This is a Microsoft Access database containing details about all WPU versions. * Download it directly: ``` - curl -OL "https://servicetool.blob.core.windows.net/release/Parameters/\$_parameters_HeatPump.par" + curl -o HeatPump.par "https://servicetool.blob.core.windows.net/release/Parameters/\$_parameters_HeatPump.par" ``` - * Or download the [Itho Service Tool](https://www.ithodaalderop.nl/nl-NL/professional/servicetool) and execute `AzureBootloader.exe` to retrieve the full Itho Service Tool application. `$_parameters_HeatPump.par` is located in the `Parameters` directory. + * Or download the [Itho Service Tool](https://www.ithodaalderop.nl/nl-NL/professional/servicetool) and execute `AzureBootloader.exe` to retrieve the full Itho Service Tool application. `$_parameters_HeatPump.par` is located in the `Parameters` directory. Save it as HeatPump.par in the python-itho-wpu folder. 1. Convert the Microsoft Access database to an SQLite datbase. The SQLite database is used by python-itho-wpu. ``` - ./convert-itho-db.py --itho-db \$_parameters_HeatPump.par + ./convert-itho-db.py --itho-db HeatPump.par ``` # Example usage of python-itho-wpu