tasmota-sensor.bin wrong sensor identification #10276
-
Hi, Let me describe my issue. I've trying to control a VL53L0x Sensor -CJVL53L0XV2- (distance time-of-flight) with a tasmotized ESP01s. I use tasmota-sensors.bin file and the configuration is i2C SDA in GPIO0 and I2C SLC in GPIO2. Tasmota identifies it quickly and without problems, but it says it is a TSL2561 luminance sensor ¡¡¿?!! giving the following MQTT message: I've purchased a new sensor to check if there is a HW problem. I'm waiting for its delivery in order to make some tests but meanwhile I ask here because i'm not sure if i'm doing something wrong, there is something I've lost or any previous configuration i must implement. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sometimes a sensor driver (like the TSL2561 one) may react to a device it should not. You can disable the offending driver to avoid that, in this case with the command |
Beta Was this translation helpful? Give feedback.
Sometimes a sensor driver (like the TSL2561 one) may react to a device it should not. You can disable the offending driver to avoid that, in this case with the command
I2CDriver16 0
. In principle, it is a good plan to disable all unused drivers, but most drivers do not cause such troubles. Driver numbers (and their I2C addresses) are in the docs page about I2CDevices.