0.3.1 • Published 3 years ago

homebridge-enocean-zonefuenf v0.3.1

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

@zonefuenf/homebridge-enocean-zonefuenf

This is a fork of homebridge-enocean by Alexander Sporn I use to add bugfixes and changes relevant to my local use of this plugin. Feel free to use this any way you want.

Instructions

A simple way to bridge your EnOcean switches to Homekit

Currently only rocker switches PTM210 and PTM215 (in normal mode) are supported. This corresponds to the EnOcean EEP F6-02-01.

To use this you need a USB300 or TCM310 module connected to your homebridge computer.

To use it add this to your config.json:

{
  "platforms": [
    {
      "name": "EnOcean",
      "port": "/dev/ttyUSB0",
      "logPresses": true,
      "logUnconfigured": true,
      "accessories": [
        {
          "name": "Switch 1",
          "id": "abcdef12",
          "eep": "f6-02-01"
        }
      ],
      "platform": "enocean-zonefuenf"
    }
  ]
}

The plugin supports the graphical settings functionality of homebridge-config-ui-x, so you can use that to manage your switch settings as well.