Page 1 of 1

list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 00:10
by 10der
hey guys!
I'm tired of playing the game "guess which sensor will work".
who can provide me a list of (meteo) sensors what will work on z-uno?
* pressure
* humidity
* temperature

thank you!

PS: ZUNO_BME280 - now OK

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 00:51
by p0lyg0n1
Temperature:
DS18B20
Temperature/Humidity
DHT11
DHT22
AM2320 (like this http://www.dealextremeru.com/p/am2320-d ... red-437602)
Pressure/temperature:
BMP180
LPS331AP

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 00:58
by 10der
thank you!

DHT11 / DHT22 / AM2030 - currently does not work for me.
BMP180 - will check.

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 01:06
by p0lyg0n1
Did you try AM2320 using I2C bus? I checked it before release. It works fine.

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 01:09
by 10der
>>Did you try AM2030 using I2C bus? I checked it before release. It works fine.

ok. ...will buy

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 01:17
by p0lyg0n1
Don't worry about DHT... I will check it tomorrow;)

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 10 Mar 2017 12:15
by p0lyg0n1
10der wrote:>>Did you try AM2030 using I2C bus? I checked it before release. It works fine.

ok. ...will buy
Ooops I give you a wrong name of sensor. Of course, It's AM2320 (like this one http://www.dealextremeru.com/p/am2320-d ... red-437602 )
Here is a datasheet:
http://akizukidenshi.com/download/ds/aosong/AM2320.pdf

It can use 2 protocols: I2C/DHTx. This sensors have some extra features like sleep mode and it more precise than DHT22.

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 07 Dec 2017 02:32
by RobertL.
You should also specify the controller that they actually work on.

All controllers are not made equal !!

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 09 Dec 2017 02:25
by PoltoS
Sensors should be supported by Z-Uno.

Once you can get the value, you can use different channel types to report them in different way to controllers. This is the place where controller matters.

Indeed, some controllers do not support some types of sensors. In that case you can still workaround this by presenting this value as another type. For example pressure sensor might be not supported by your controller. You can always change the type to General Purpose sensor and it will appear (without scales, but you know that it is in kPa)

Re: list of (meteo) sensors Z-UNO compatibly

Posted: 09 Dec 2017 03:30
by RobertL.
I have tried every type of sensors and can not get them to do what I would like to do.
My project is very simple, put 2 buttons on the Zuno in order to turn a light on and off through the smartThings controller.
If you can get that to work, please send me the details.