Page 1 of 1

I2C HTU21D

Posted: Wednesday 23 March 2016 21:50
by djmoon
Hi all,

I'm just try to add I2C HTU21D to my Domoticz Hardware, but when I go to "devices" I d'ont see it.

I try some python code on my Raspberry Pi2 and I"m able to connect to this device and receive the temperature and humidity... my I2C seem to be configured correctly and my device seem to work fine on my RPi2

I use Domoticz V3.4985

Next step will be to do a new hardware library for TSL2591 lux sensor !

I already look at makelist file but I don't see conditional about I2C library... I make Domoticz before install this I2C devices... perhaps a way ?

Thanks in advance
Jerome

Re: I2C HTU21D

Posted: Wednesday 10 August 2016 19:08
by ld57
Hi!
With the latest beta, this sensor now works perfectly :)

Re: I2C HTU21D

Posted: Friday 16 December 2016 5:06
by mraichura
Not working in 3.5877 update. Test using C code. Device working properly.

I2C HTU21D

Posted: Friday 16 December 2016 5:10
by antwan
On 3.654 iT works.

Re: I2C HTU21D

Posted: Friday 16 December 2016 15:55
by mraichura
Hi,

Thanks for prompt reply.

I updated to this version

Code: Select all

Version: 3.6156
Build Hash: ce0475d
Compile Date: 2016-12-16 01:54:05
But still no-go. I selected HTU21D from Hardware settings page and added it. But no device on Devices list.

Here is the output from c code.

Code: Select all

pi@domopi:~/htutest/rpi-examples/HTU21D/c$ sudo ./HTU21D_test
27.46C
28.04%rh

Re: I2C HTU21D

Posted: Saturday 17 December 2016 9:33
by mraichura
Nevermind. The update didn't help so clean installed it. Now it's working.

Re: I2C HTU21D

Posted: Friday 17 February 2017 16:30
by Spindi
HI guys!

I've added my sensor and everythings working fine.
But, is it possibly to add to sensors of this type?

THX!!!