1
0
mirror of https://github.com/pommi/python-itho-wpu.git synced 2025-07-16 02:05:43 +02:00

feat(convert-itho-db): convert an itho servicetool database to sqlite

The SQLite database (a subset of the Itho database) can be used to
dynamically interact with an Itho WPU based on the WPU version.

> usage: convert-itho-db.py [-h] --itho-db [ITHO_DB] [--sqlite-db [SQLITE_DB]]
>                           [--force]
>
> Convert Itho Servicetool database to SQLite
>
> optional arguments:
>   -h, --help            show this help message and exit
>   --itho-db [ITHO_DB]   Itho Database file (default: None)
>   --sqlite-db [SQLITE_DB]
>                         Itho Database file (default: heatpump.sqlite)
>   --force               Force overwrite SQLite database (default: False)
This commit is contained in:
2021-01-02 15:32:04 +01:00
parent d537ab80a3
commit 8b34069fc6
3 changed files with 161 additions and 0 deletions

View File

@ -1 +1,3 @@
pigpio
pyodbc
sqlite3