SkillAgentSearch skills...

Pyephember

Simple monitor script for the EPH Controls Ember heating system

Install / Use

/learn @ttroy50/Pyephember
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyEphEmber

PyEphEmber is a Python module implementing an interface to the EPH Control Systems Ember API. 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

Example basic usage

>>> from pyephember.pyephember import EphEmber
>>> e = EphEmber('my@username.com', 'mypassword')
>>> e.get_zone_temperature("MyZone")

API

The API is a basic HTTPS API returning data in JSON format. For more details see here

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

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3mo ago
Forks12

Languages

Python

Security Score

92/100

Audited on Jan 3, 2026

No findings