0.0.16 • Published 2 years ago

homebridge-homewizard-energy v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago