Humidity channel missing in latest onewire binding

Hello again!

I have another special device in opteration. It’s a humidity and voc-sensor based on DS2438: https://www.esera.de/media/pdf/d3/05/ca/11127-Anleitung-Wohnraumsensor-Luftg-te-V2-1.pdf

For this device I need these channels:

  • humidity
  • temperature
  • current

How do I have to configure the things and items to get all these values? And which is the correct page 3 setting?

What is currently set as identification byte?

If possible, please show all pages. Thank you.

0x00

I wrote down little instructions, as I needed some time for my google research. Hope this helps someone.

Sorry, I didn‘t see your answer. I‘ll add a function that helps with changing the identification type within the GUI.

Ah, great! That makes some things easier. Thanks for your efforts!

My sensor is showing the number F0AF182700000000 on page 3.
It is a DS2438 sensor + HIH403 humidity sensor. I bought it here: https://www.tm3d.de/shop/kategorien/module
Paper UI identifies this sensor just as Multisensor ( ms-tx ) without humidity signal.
What should I do, to get also the humidity signal? Change F0 by 19?
Thank you for your support.

I’m no onewire expert, but have a look at the above mentiones instructions. Point 3 and 4 should answer your question.

Thank you for the hint. I did it with owhttp and it is working now. Changed F0AF182700000000 to 19AF182700000000 on page.3. Would be helpful, if this is mentioned in the documentation.