Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.