Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ttroy50/pyephember

Simple monitor script for the EPH Controls Ember heating system
https://github.com/ttroy50/pyephember

eph eph-ember heating home-automation smart-home temperature thermostat

Last synced: 3 months ago
JSON representation

Simple monitor script for the EPH Controls Ember heating system

Awesome Lists containing this project

README

        

PyEphEmber
========================================

PyEphEmber is a Python module implementing an interface to the [EPH Control Systems Ember API](http://emberapp.ephcontrols.com/). It allows a user to interact with their EPH heating system for the purposes of monitoring their heating system. This requires you to
have the EPH Gateway to provide external internet access for your heating system.

[![Build Status](https://travis-ci.org/ttroy50/pyephember.svg?branch=master)](https://travis-ci.org/ttroy50/pyephember)

Example basic usage
-------------------

>>> from pyephember.pyephember import EphEmber
>>> e = EphEmber('[email protected]', 'mypassword')
>>> e.get_zone_temperature("MyZone")

API
---

The API is a basic HTTPS API returning data in JSON format. For more details see [here](API.md)

Disclaimer: I have no connection with EPH Controls so cannot guarentee that these API calls will always be valid.