Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] add enviroment for SHT31 (/SHT30/SHT35) #32

Open
caseda opened this issue Mar 12, 2022 · 5 comments
Open

[Request] add enviroment for SHT31 (/SHT30/SHT35) #32

caseda opened this issue Mar 12, 2022 · 5 comments

Comments

@caseda
Copy link

caseda commented Mar 12, 2022

I really like your app, but I would like to request an additional environment sensor, namely the SHT31 (temperature and humidity).
I know it is currently in their test branch (Test A) but it does work (already).

Here is the JSON output for the sensor:

{
  "TaskValues": [
    {
      "ValueNumber":1,
      "Name":"Temperature",
      "NrDecimals":2,
      "Value":19.05
    },
    {
      "ValueNumber":2,
      "Name":"Humidity",
      "NrDecimals":2,
      "Value":39.92
    }
  ],
  "DataAcquisition": [
    {
      "Controller":1,
      "IDX":4,
      "Enabled":"true"
    },
    {
      "Controller":2,
      "IDX":0,
      "Enabled":"false"
    },
    {
      "Controller":3,
      "IDX":0,
      "Enabled":"false"
    }
  ],
  "TaskInterval":60,
  "Type":"Environment - SHT30/31/35 [TESTING]",
  "TaskName":"SHT31",
  "TaskDeviceNumber":68,
  "TaskEnabled":"true",
  "TaskNumber":4
}

If you need any more information let me know

Joolee added a commit that referenced this issue Mar 15, 2022
@Joolee
Copy link
Owner

Joolee commented Mar 15, 2022

Can you test the modification I made? It would also confirm the effect of commit 4640634 for me.

@Joolee
Copy link
Owner

Joolee commented Mar 15, 2022

I published the change to testing for ease of testing :)
https://homey.app/a/nl.joolee.homey.espeasy/test/

@caseda
Copy link
Author

caseda commented Mar 15, 2022

It is already discovered so that sounds promising.

I can't fully test it yet as I removed the IDX temporarily as I'm still in the process of testing some stuff (and wanted to save some load).
Creating an home made weather sensor (Weather resistant SHT31 (calculated dewpoint), BME280 (additional pressure), analog UV sensor, and BH1750 (lux sensor)).
And soon additional optical rain sensor (tipping bucket mode).
Gotta love ESP easy (with Homey integration).

The ESP8266 is getting a bit of a bottle neck though (especially the single analog input sux), getting an Wemos ESP32 S2 today 😄

@Joolee
Copy link
Owner

Joolee commented Mar 15, 2022

As long as it's discovered, that's enough for me. I don't doubt the rest ;)

The ESP is noticeably faster, I don't use the 8266 any more. For a weather station, I wanted to go with a complete package in the form of the Weatherflow Tempest it seems to be sold out in Europe at the moment :(

@Joolee Joolee closed this as completed Mar 15, 2022
@caseda
Copy link
Author

caseda commented Mar 16, 2022

As long as it's discovered, that's enough for me. I don't doubt the rest ;)

Hate to say it, but it isn't working report wise 😛 the values stay null (-), though the heartbeat does get updated.
So it is most likely something pretty generic.

timestamp(?) in the logs of esp-easy: 171406923
log value: EVENT: SHT31#Humidity=64.44

log code from Homey: 031f3660-35c5-4f12-938e-614bf3b29066

If you need anything more let me know 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants