0.5.7 • Published 4 years ago

homebridge-tuya-smartlamp v0.5.7

Weekly downloads
40
License
MIT
Repository
github
Last release
4 years ago

Homebridge plugin for Lohas/Tuya Led Smart Bulb and Teckin/Tuya Smart Socket

npm npm GitHub last commit GitHub license

Example config.json for Tuya based LED Smart Lamp that support dimmable and changing of color temperature:

    "accessories": [
        {
            "accessory": "TuyaSmartDevice",
            "name": "Kitchen Light",
            "type": "lightbulb dimmable tunable",
            "manufacturer": "LOHAS",
            "model": "Smart Lamp",
            "devId": "XXXXXXXXXX",
            "localKey": "XXXXXXXXXXXXXX",
            "brightMin": 11
        }
    ]

Example config.json for Tuya based multiple LED Smart Lamp, the second one is Multicolor LED RGB Lamp:

    "accessories": [
        {
            "accessory": "TuyaSmartDevice",
            "name": "Kitchen Light",
            "type": "lightbulb dimmable tunable",
            "manufacturer": "LOHAS",
            "model": "Smart Lamp",
            "devId": "XXXXXXXXXX",
            "localKey": "XXXXXXXXXXXXXX",
            "brightMin": 11
        },
        {
            "accessory": "TuyaSmartDevice",
            "name": "Bedroom Light",
            "type": "lightbulb dimmable tunable color",
            "manufacturer": "LOHAS",
            "model": "Smart Lamp Multicolor",
            "devId": "XXXXXXXXXX",
            "localKey": "XXXXXXXXXXXXXX",
            "enableColor": true
        },
    ]

Example config.json for Tuya based Smart Socket with energy monitoring

    "accessories": [
        {
            "accessory": "TuyaSmartDevice",
            "name": "Coffee Machine",
            "type": "outlet monitoring",
            "manufacturer": "Teckin",
            "model": "Smart Socket SP23",
            "devId": "XXXXXXXXXX",
            "localKey": "XXXXXXXXXXXXXX",
            "interval": 15
        }
    ]

Example config.json for Tuya based Power Strip

    "accessories": [
        {
            "accessory": "TuyaSmartDevice",
            "name": "PSB",
            "type": "powerstrip",
            "manufacturer": "China",
            "model": "3A4U-UK",
            "devId": "XXXXXXXXXX",
            "localKey": "XXXXXXXXXXXXXX",
            "switchNames": ["Plug1", "Plug2", "Plug3", "USB"],
            "switchDPSs": [1, 2, 3, 4],
        }
    ]

To obtain the devId (hint: it has the MAC address in it), the localKey and the productKey, carefully read and review these procedures: Linking a Tuya Device

Description of config structure:

KeyPurpose
accessoryobligatory set to "TuyaSmartDevice"
namedevice name passed to HomeKit
typecharacteristic of device - tunable means posibility of changing white light temperature
manufacturersimply passed to HomeKit, can be found in device details
modelsimply passed to HomeKit, can be found in device details
devIdmust be obtained from device Linking a Tuya Device
localKeymust be obtained from device Linking a Tuya Device
ipspecify an ip address (optional)
versionTuyAPI protocol version, default is 3.1, for new devices use 3.3
brightMinminimum value which can be set as bulb's brightness, usualy it's 25 (default) for RGB bulbs and 11 for others
brightMaxmaximum value which can be set as bulb's brightness, default is 255
tempMinminimum value which can be set as bulb's warm white light temperature, default is 0
tempMaxmaximum value which can be set as bulb's cool white light temperature, default is 255
intervalinterval in seconds for pooling energy parameters and saving in history for Eve App
enableColorenable color controls for bulb
switchNamesnames of plugs in power strip
switchDPSsDPS numbers corresponding with plugs in power strip
logErrorsif true errors are logged into homebridge

Tested on the following Smart LED bulbs (Non affiliated links following) and Smart WiFi sockets:

This plugin should work with any Tuya based LED bulb that can be added to the Tuya or Smart Life apps, or even any Tuya based Samrt Switch (simply set type as an empty string).

LOHAS is a popular brand and theirs products can be found on LOHAS Lights or on Amazon: LOHAS Lights on Amazon

Work in progress...

0.5.7

4 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.21

5 years ago

0.3.20

6 years ago

0.3.19

6 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.14

6 years ago

0.3.13

6 years ago

0.3.12

6 years ago

0.3.11

6 years ago

0.3.10

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

1.0.0

6 years ago