Hello.
I am kind of new to tasmota. Installed in on some sonoffs, and I am trying to build 2 temphum sensors that I will laster enroll in hass.
I have following hardware:
- Wemos D1 mini
- SHT30 temperature/humidity sensor
- OLED display shield 64x48 (wemos size)
What I am trying to achieve:
I want to build 2 temperature/humidity sensors that I will install in rooms. I want these sensor to send data via mqtt to home assistant in the end, but also display temperature and humidity locally on the oled screens. After some research I think tasmota is a great way to do this.
The issue:
I took it step by step. First I installed tasmota on D1 mini and added the SHT30 sensor. Configured D1 and D2 as SDA/SCL and everything worked fine. But when I add the screen it is not working any more. I did a i2cscan (both devices are i2c) and can see 2 addresses, so both devices are recognized. At first I used the tasmota-sensors branch for SHT30 to work. When I tried display commands on it, none were recognized, so I installed tasmota-display, but the display is not showing anything.
Question?
What branch of tasmota do I need to use in order to have both the SHT30 and display working?
What commands to use for the display in order to show the sensor data? All display commands I used when testing the tasmota-display branch were useless. Nothing showing on the oled.
Any help here would be appreciated.
Thank you