list of (meteo) sensors Z-UNO compatibly

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

list of (meteo) sensors Z-UNO compatibly

Post 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
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

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

Post by p0lyg0n1 »

Temperature:
DS18B20
Temperature/Humidity
DHT11
DHT22
AM2320 (like this http://www.dealextremeru.com/p/am2320-d ... red-437602)
Pressure/temperature:
BMP180
LPS331AP
Last edited by p0lyg0n1 on 10 Mar 2017 12:13, edited 1 time in total.
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

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

Post by 10der »

thank you!

DHT11 / DHT22 / AM2030 - currently does not work for me.
BMP180 - will check.
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

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

Post by p0lyg0n1 »

Did you try AM2320 using I2C bus? I checked it before release. It works fine.
Last edited by p0lyg0n1 on 10 Mar 2017 12:13, edited 1 time in total.
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

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

Post by 10der »

>>Did you try AM2030 using I2C bus? I checked it before release. It works fine.

ok. ...will buy
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

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

Post by p0lyg0n1 »

Don't worry about DHT... I will check it tomorrow;)
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

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

Post 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.
RobertL.
Posts: 13
Joined: 29 Nov 2017 18:24

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

Post by RobertL. »

You should also specify the controller that they actually work on.

All controllers are not made equal !!
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

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

Post 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)
RobertL.
Posts: 13
Joined: 29 Nov 2017 18:24

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

Post 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.
Post Reply