Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjne/pythermiagenesis
A python library for Thermia Inverter/Mega heatpumps
https://github.com/cjne/pythermiagenesis
Last synced: 27 days ago
JSON representation
A python library for Thermia Inverter/Mega heatpumps
- Host: GitHub
- URL: https://github.com/cjne/pythermiagenesis
- Owner: CJNE
- License: mit
- Created: 2020-06-14T20:10:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T17:37:28.000Z (10 months ago)
- Last Synced: 2024-11-15T18:48:27.583Z (about 1 month ago)
- Language: Python
- Size: 17.6 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pythermiagenesis
A python library for Thermia Diplomat Inverter/Mega heatpumps.
This library communicates with the device using Modbus TCP.
Set BMC to Modbus TCP on your heat pump to enable communication through this library.## documentation
Thermia Modbus TCP documentation:
## notes
1. Be aware that some registers such for example "Compressor operating hours" will require a 32 bit read from two registers if the value is larger than 65535. This library does not handle this automatically, you will have to do this manually. This is explained in the manufacturer documentation.