0.0.16 • Published 3 years ago

homebridge-homewizard-energy v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Homebridge HomeWizard Energy

A simple Homebridge plugin for HomeWizard Energy outlets providing data to Elgato Eve app using Fakegato-History. The plugin only support communication locally with the outlet's JSON API. This release is forked from https://github.com/t-j-n/homebridge-mystromoutlet, thanks for the beginning of my plugin.

Installation

  1. Install homebridge: npm install -g homebridge
  2. Install this plugin: npm install -g homebridge-homewizard-energy

Configuration

Config UI X is supported, you can use that.

Configuration Example:

{
  "accessories": [
   {
      "name": "Outlet name 1",
      "url": "http://192.168.1.11",
      "refreshSeconds": 5
      "accessory": "HomeWizard Energy",
   },
   {
      "name": "Outlet name 2",
      "url": "http://192.168.1.12",
      "refreshSeconds": 5
      "accessory": "HomeWizard Energy",
      }
  ]
}

Versions

  • 0.0.1: Initial version, converted to HomeWizard Energy
  • 0.0.2: Change Power to Active Power instead of Total Power
  • 0.0.3: Change Power to Active Power instead of Total Power
  • 0.0.4: Add Config UI X support
  • 0.0.11: Fix Config UI X support
  • 0.0.12: Some optimizations
  • 0.0.16: Try to fix Total Usage not showing
0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago