Skip to content

This project aims to provide a uniform abstraction layer for heat pumps.

Notifications You must be signed in to change notification settings

Andy2003/heat-pump-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeatPump API

This project aims to provide a uniform abstraction layer for heat pumps.

API-Definition

In the file heatpump_api.yaml is an AsyncAPI description, which can be edited by AsyncAPI Editor. It defines the endpoints to communicate with the heat pump.

Implementation

The script ElsterBinding.py is the 1st draft to implement the API for accessing my heat pump WPL-10 AC manufactured by Stiebel Eltron. The measured values are published by the MqttBridge.py.

The protocol was taken from juerg5524.ch. The ElsterTable is the base for the mapping used for the ElsterBinding.

Devices:

CAN-ID Device
180 Boiler
480 Manager
500 Heating-unit
580 Bus-coupler
680 PC (ComfortSoft)
700 Fremdgerät
780 DCF-Modul

Start Binding

To configure the app rename config-template.py to config.py and adjust the configuration to your needs. Start the app by invoking:

./heat-pump.py

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This project aims to provide a uniform abstraction layer for heat pumps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages