Go to file
Pim van den Berg 8b34069fc6 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)
2021-01-02 15:53:47 +01:00
README.md docs(readme): initial commit 2020-10-16 19:17:51 +02:00
convert-itho-db.py feat(convert-itho-db): convert an itho servicetool database to sqlite 2021-01-02 15:53:47 +01:00
db.py feat(convert-itho-db): convert an itho servicetool database to sqlite 2021-01-02 15:53:47 +01:00
i2c_raw.py feat(itho-wpu): initial i2c master functionality 2020-10-17 18:05:56 +02:00
itho-wpu.py Update itho-wpu.py 2020-12-27 22:57:22 +01:00
requirements.txt feat(convert-itho-db): convert an itho servicetool database to sqlite 2021-01-02 15:53:47 +01:00

README.md

python-itho-wpu

A python library and a set of command line tools to communicate with an Itho WPU.