i am using ttgo lora board with 433-fsk firmware, is it possible to get sensor data to oled screen?
As the WebUI display has actually been fashioned after the actual OLED display of the LilyGo LoRa32, everything you see there should also be visible on the actual SSD1306 OLED display.
Can you see your other Bluetooth sensors in the actual OLED display and the WebUI?
The display functionality can be switched ona dn off and the brightness set in the HA gateway UI.
I assume you also want to see your HOBO water level sensor. This doesn’t work yet, as I just investigated and there is a small change missing in the display routine for the HOBO. I’ll submit the change soon, so it should be in the nightly development builds, available after around 3:00 UTC tonight.
WebUI is ok but oled dont work at all.
Is it possible that i2c pin `s are wrong, somewhere I saw information that some boards can have a different oled pin configuration
I suppose the TTGO LoRa board uses a different pin assignment then to the LilyGo LoRa32, which is the default with the lilygo-ble
binary default build_flag
'-DZdisplaySSD1306="LilyGo_SSD1306"'
similar to the Heltec broads requiring
'-DZdisplaySSD1306="HELTEC_SSD1306"'
@paulus added a great generic SSD1306 option, so with this and a custom build it should also be possible for your TTGO with the above I2C pin assignments, as documented at
Is it possible to change OLED pin numbers from web UI or from HA via mqtt?
OLED PINs are assigned at build time. They can’t be changed at runtime.