Skip to content

stormshaker/homebridge-fluksometer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-fluksometer

An homebridge plugin that creates an HomeKit consumption accessory mapped on MQTT topics. The fluksometer supports multiple types of sensors - Consumption and Generation of power, water and gas consumption.

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-fluksometer

Configuration

Remember to configure the plugin in config.json in your home directory inside the .homebridge directory. Configuration parameters:

{
  "accessory": "fluksometer",
  "name": "<name of the power-consumption>",
  "url": "<url of the broker>", // i.e. "http://mosquitto.org:1883"
  "username": "<username>",
  "password": "<password>",
  "topics": {
    "power": "<topic to get the current power consumption>"
    "totalPower": "<topic to get the total power consumption>"
  }
}

Info

First version supports only Power Consumption.

About

Read sensor data via MQTT for the Fluksometer energy monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%