vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
352 stars 130 forks source link

Temperature sensor does not show up #380

Closed cserteGT3 closed 1 year ago

cserteGT3 commented 1 year ago

I have a NodeMCU-ESP-32S and PCB from this project. I'm trying to configure my system, but the DS18B20 temperature sensor does not show up at the devices page. I tested the setup with a simple Arduino code and it worked well, therefore I assume that the hardware is ok. I'm using the latest master version (daba1d519b820b9664c99d3895e2837190784166) and the esp32-dev environment (building with PlatformIO).

I am not sure if it is related but I'm seeing a lot of messages in the log regarding the file system:

[266537][E][vfs_api.cpp:104] open(): /littlefs/generate_204 does not exist, no permits for creation
[266541][E][vfs_api.cpp:104] open(): /littlefs/generate_204.gz does not exist, no permits for creation

and also:

[711623][E][vfs_api.cpp:104] open(): /littlefs/config.htm does not exist, no permits for creation
[711627][E][vfs_api.cpp:104] open(): /littlefs/config.htm.gz does not exist, no permits for creation
[711633][E][vfs_api.cpp:104] open(): /littlefs/config.htm does not exist, no permits for creation

Could you please suggest me debug steps, or what to try to get it working? Thanks in advance!

cserteGT3 commented 1 year ago

Turned out, that I had a faulty connection and that was the reason why the temperature sensor didn't show up. Sorry for the needless issue.