Hello everyone, I am trying to set up a DS18B20 temperature sensor with OpenBeken on a BK7231N chip, but unfortunately, I am unable to get it to display any temperature readings.
I have already configured GPIO 26 as DS1820_IO and made sure to start the DS18B20 driver. However, the web interface keeps showing "0 drivers active," and no temperature data is available.
I have tested the sensor on another platform, and it works fine there. The MQTT connection is working, but no temperature readings are being published to the MQTT broker either.
All other components, such as the relay, button, and WiFi LED, are working perfectly. I checked the logs and did not find any errors related to the DS18B20 sensor.
Could someone please guide me on what might be going wrong or suggest any additional steps I should try? I really appreciate any help you can provide. Thank you!