NorthernMan54 / homebridge-tasmota

Plugin for Tasmota devices leveraging Home Assistant auto discovery
Apache License 2.0
35 stars 9 forks source link

Devices not being discovered #4

Closed saabirsa closed 4 years ago

saabirsa commented 4 years ago

I have a number of devices connected to Homebridge and HA, however only some of these are being picked up by this plugin. I have ensured SetOption19 is set to 1 on all devices - this has been confirmed via both the console and toggling via HA

The topic for all devices is generally the device name - for example, side_floodlight, and the full topic is always '%prefix%/%topic%/'

The devices that are not appearing are as follows:

My main Homebridge server is a Windows machine, however I have set up a separate instance on a Raspberry Pi in order to test this plugin. Please let me know if you require any specific information/logs in order to debug.

Plugin Config:

{
    "bridge": {
        "name": "Homebridge 1E23",
        "username": "xxxxx",
        "port": 51784,
        "pin": "874-93-933"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "name": "Tasmota",
            "mqttHost": "192.168.1.5:1883",
            "cleanup": 1,
            "debug": true,
            "platform": "Tasmota"
        }
    ]
}

Environment:

saabirsa commented 4 years ago

Strange - I did another setoption19 and thensetoption19 1 on the Tasmota Console, and it seems the re-broadcasting of the HA entries have been picked up this time by the plugin. Pleased to say that all the devices now work as expected, with the Arilux LC06 in CW/WW mode having a brightness slider also.

NorthernMan54 commented 4 years ago

Awesome, this is great news tks