Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 284 Bytes

Erol's Power Insights

Athom Homey App

Description

Simple Athom Homey App to fetch (poll) power/energy data from a REST API.

Expected data format

{
  "DateTime": "2019-01-08T16:31:51Z",
  "ActivePower": 98.1,
  "RealEnergy": 4123.4,
  "RealEnergyPerHour": 12
}