But my other two libraries are on platformio , however I never add them manually ! I think they automatically imports library from arduino ide library however DHT11 is missing on platformio!
Without knowing anything about your project and configuration, your question is hard to answer. Please show your platformio.ini
This does not actually happen automatically.
Either it is a setting in your platformio.ini which refers to an existing Arduino library folder or the library is located in the lib folder of your project.
Do you mean the library is missing in your project?
There are a lot of DHT11 libraries available in the registry - See PlatformIO Registry
No, I’m search google for anything issue related to DHT11 library…I found this post!..
However I had known this issue since last year as someone raised a issue in the github repo regarding this, as he unable to find this library on PlatformIO.
Libraries are not automatically registered in the PlatformIO registry. You will certainly have done something in the past to make this happen.
Maybe it’s just a misunderstanding, but if I’ve understood you correctly:
You’re the author of the DHT11 library mentioned in post #1 and want to register it in the PlatformIO registry?
See post #6
By the way: The libraries you mentioned are missing the file library.json manifest. You should add this to your libraries - please also see the link from post #6 and library.json — PlatformIO latest documentation
The “library.json” manifest is PlatformIO’s equivalent to Arduino’s “library.properties” manifest.
My libraries do not contain any library.json file. Both of them has same file structure as DHT11. No idea how they endup on PlatformIO! As they don’t even contains the required json file !