Page 1 of 1

SHT30 not in device list!

Posted: 02 Dec 2017, 12:20
by Glyn
Hi,
I have tried using several versions of ESP Easy (Dev 10,11 &12), but I SHT30 does not show up in the device list.
The version I'm running must recognise the device because if I got to I2C scanner, I get the following.
0x44 SHT30/31/35
Has anyone else seen this fault?

Thanks

Re: SHT30 not in device list!

Posted: 02 Dec 2017, 12:44
by Shardan
The plugin for the SHT30 is not included in the standard binary yet, it is still marked as "testing".

You will have to compile your own binary and include the TESTING plugins.

Regards
Shardan

Re: SHT30 not in device list!

Posted: 02 Dec 2017, 17:03
by vader
You find the plug-in to compile in the playground under _P131. But it's still alpha state only!
https://github.com/letscontrolit/ESPEas ... Playground

Re: SHT30 not in device list!

Posted: 02 Dec 2017, 17:16
by Shardan
vader wrote: 02 Dec 2017, 17:03 You find the plug-in to compile in the playground under _P131. But it's still alpha state only!
https://github.com/letscontrolit/ESPEas ... Playground
The plugin is in the src-folder of github, named P068_SHT3x.ino so compiling a testing binary should work.

Re: SHT30 not in device list!

Posted: 02 Dec 2017, 17:21
by vader
Oops, you are right. Haven't seen it. I was searching for SHT30, but it's named SHT3x. 8-)

Re: SHT30 not in device list!

Posted: 02 Dec 2017, 17:35
by papperone
Plugin is defined as "TESTING" so it won't be included if you don't compile ESPEasy to include the plugin still in this mode...
If you want to avoid recompiling you can always flash your unit with the official BIN ESPEasy_v2.0.0-dev12_test_4096.bin (assuming your unit has 4Mb flash)

Re: SHT30 not in device list!

Posted: 02 Dec 2017, 19:46
by Glyn
Thanks everyone for your help.
I went for the quick and easy 'v2.0.0-dev12_test' route, but I will give the recompile option a try later.
Thanks again :D