1
0
mirror of https://github.com/pommi/python-itho-wpu.git synced 2025-01-31 00:52:44 +01:00
Pim van den Berg b0ea3a9473 refactor(itho-wpu): compose request + calculate checksum on the fly
Messages have 6 header bytes, data bytes and 1 checksum byte.

The 6 header bytes are:
1: i2c destination address (0x82)
2: i2c reply address (0x80)
3,4: message class
5: message type (0x04 = request)
6: data length (0x00 in case of a request)
2020-11-15 15:26:18 +01:00
2020-10-16 19:17:51 +02:00

python-itho-wpu

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

Description
No description provided
Readme 463 KiB
Languages
Python 100%