Hi,
this must have been asked often, but i cannot find the solution...
I have two i2c devices: a BMP680 (i2c 0x77) and a SCD30 (i2c 0x61) on an i2c bus on a Wemos D1 mini running the sensors binary.
Both sensors are detected and i get readings and mqtt messages for each of the sensors, when only one of them is connected to the i2c bus.
When both are connected i still get readings but only from one sensor.
i2scan tells me that both sensors are detected:
{"I2CScan":"Device(s) found at 0x61 0x77"}
but console and mqtt messages are only sent for one of the sensors.
I have seen videos simply connecting multiple i2c sensors and they are shown in the main tasmota screen an send mqtt messages without any further configuration.
what am i missing ?
Cheers
Steve