1
0
mirror of https://github.com/pommi/python-itho-wpu.git synced 2024-09-08 03:29:11 +02:00
Go to file
Pim van den Berg ff149eba6a feat(itho-wpu): cache results for getnodeid, getserial, getdatatype in a json file
The results for these calls are static. If we cache them we don't have
to retrieve it from the WPU every time we need it.

To ignore the cache (for reading), provide the --no-cache argument.
2021-03-07 14:59:59 +01:00
.gitignore feat(itho-wpu): cache results for getnodeid, getserial, getdatatype in a json file 2021-03-07 14:59:59 +01: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 feat(itho-wpu): cache results for getnodeid, getserial, getdatatype in a json file 2021-03-07 14:59:59 +01:00
README.md docs(readme): initial commit 2020-10-16 19:17:51 +02:00
requirements.txt feat(convert-itho-db): convert an itho servicetool database to sqlite 2021-01-02 15:53:47 +01:00

python-itho-wpu

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