This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

homebridge-mqtt-shellydimmer2
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Homebride MQTT Shelly Dimmer2 Plugin

This plugin enables you to integrate a Shelly Dimmer2 into Homebridge via MQTT. You need an external MQTT broker for this plugin. You can also use a Homebridge plugin as an MQTT broker.

Configuration

{
    "accessory": "MQTTShellyDimmer2",
    "name": "Dimmer 1",
    "host": "192.168.178.1",
    "port": "1883",
    "user": "mqtt-username",
    "password": "mqtt-password",
    "device": "ED668DBBA486"
}
Parameter
  • accessory name of the plugin (don't change it)
  • name display name in HomeKit and Homebridge
  • host hostname or ip of your mqtt broker
  • port port of your mqtt broker
  • user (optional) username for mqtt auth
  • password (optional) password for mqtt auth
  • device deviceId of your Shelly dimmer 2
Get deviceId of your Shelly dimmer 2
  • open the web interface of your Shelly dimmer
  • go to Settings
  • scroll to the bottom to Device Info
  • copy the deviceId (not the one in the brackets)

Package Sidebar

Install

npm i homebridge-mqtt-shellydimmer2

Weekly Downloads

9

Version

0.2.0

License

MIT

Unpacked Size

13.8 kB

Total Files

11

Last publish

Collaborators

  • pascalberski