Home

Awesome

pimatic-woox

A pimatic plugin to control WiFi based Woox LED bulbs and potentially others based on the Tuya protocol The plugin works outside the Tuya Cloud, and talks to the lightbulbs directly, removing the need for a working internet connection.

Status of Implementation

Since the first release the following features have been implemented:

Roadmap:

Contributions

Contributions were made by:

Configuration

Plugin Configuration

{
  "plugin": "woox",
  "debug": false,
  "active": true 
}

The plugin has the following configuration properties:

PropertyDefaultTypeDescription
debugfalseBooleanDebug mode. Writes debug messages to the pimatic log, if set to true

Device Configuration

Default settings should work fine, only the deviceID and deviceKey MUST be provided

WooxRGBWLight

{
  "class": "WooxRGBWLight",
  "id": "woox-light-1",
  "name": "Woox RGBW Light 1",
  "deviceID": "<device id>",
  "deviceKey": "<device key>"
	
}

The device has the following configuration properties:

PropertyDefaultTypeDescription
ip''StringAutomatically populated
port6668NumberThe port of the Lightbulb. Default usually works
minTemp2400NumberMinimum temperature (Kelvin) for WW emulation
maxTemp9600NumberMaximum temperature (Kelvin) for WW emulation

Predicates and Actions

The following predicates are supported:

The following actions are supported:

License

Copyright (c) 2021, Danny Wigmans and contributors. All rights reserved.

GPL-3.0