Search found 442 matches

by michap
07 Nov 2016 16:39
Forum: Z-Uno
Topic: HYT 939(HYTxxx) Accurate temperature and humidity I2C sensor
Replies: 14
Views: 18397

Re: HYT 939(HYTxxx) Accurate temperature and humidity I2C se

I just have seen that you do this (*10) ...

But you could test the negative temperature easy in this line

temperature = (165.0 / pow(2,14) * rawTemperature - 70)*10 ;

then temp should be negative.

Sorry for confusion, seems I'm a little bit unconcentrated today while reading posts ... ;)

Michael
by michap
07 Nov 2016 16:25
Forum: Z-Uno
Topic: HYT 939(HYTxxx) Accurate temperature and humidity I2C sensor
Replies: 14
Views: 18397

Re: HYT 939(HYTxxx) Accurate temperature and humidity I2C se

just had a bit closer look at the code. You are using: ,,, SENSOR_MULTILEVEL_SIZE_TWO_BYTES, SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL, This means you must send "centi grad" - so temperature * 10 if temperature will be negative - a negative value will be reported mostly independent of the va...
by michap
07 Nov 2016 14:33
Forum: Z-Uno
Topic: HYT 939(HYTxxx) Accurate temperature and humidity I2C sensor
Replies: 14
Views: 18397

Re: HYT 939(HYTxxx) Accurate temperature and humidity I2C se

sorry... have edited my comment above while you wrote your message :)
by michap
07 Nov 2016 14:02
Forum: Z-Uno
Topic: HYT 939(HYTxxx) Accurate temperature and humidity I2C sensor
Replies: 14
Views: 18397

Re: HYT 939(HYTxxx) Accurate temperature and humidity I2C se

Hi, I have tested with arduino a long time ago this sensor - and it was working fine. A little bit expensive,... but ok ... [edit - removed some comment] What do you mean with but was able to simulate them successfully. If you are sending negative values to gateway it is working? Have you tried to d...
by michap
06 Nov 2016 14:49
Forum: Z-Uno
Topic: Problem using Arduino IDE with Z-Uno
Replies: 15
Views: 16691

Re: Problem using Arduino IDE with Z-Uno

yes, maybe,... because of in manual is written "1.6.5 and later"
but here: http://z-uno.z-wave.me/install is written about 1.6.5 ...

Michael
by michap
06 Nov 2016 14:02
Forum: Z-Uno
Topic: Problem using Arduino IDE with Z-Uno
Replies: 15
Views: 16691

Re: Problem using Arduino IDE with Z-Uno

Please use Arduino 1.6.5 only - in this time.

Michael
by michap
06 Nov 2016 12:18
Forum: Z-Uno
Topic: Z-Uno with battery
Replies: 21
Views: 22535

Re: Z-Uno with battery

Sleep + DHT lib is not very stable.

Developers are checking this.
Even my workaround (above) is not working stable for a long time.

Michael
by michap
05 Nov 2016 22:21
Forum: Diskussion in Deutsch
Topic: Frequenzen einstellen
Replies: 2
Views: 4241

Re: Frequenzen einstellen

Hast Du einen RaZberry mit 500er oder den älteren mit 300 er Chip?
Nutzt Du Z-Way?

Hattest Du schon mal ein Firmware Upgrade gemacht?
http://[IP]:8083/expert/#/uzb
Zuerst den Bootloader updaten!

Michael
by michap
05 Nov 2016 17:42
Forum: Z-Uno
Topic: Z-Uno with battery
Replies: 21
Views: 22535

Re: Z-Uno with battery

For change wakeup time you must noct exclude/include the device.
Set the wakeup time at HC2 - then wakeup the Z-Uno only (until red led is flashing)

What you see in event log? Did you wait one hour? Value was changed?

When sleeping - all LED at Z-Uno are off?

Michael
by michap
04 Nov 2016 18:41
Forum: Z-Uno
Topic: Sleeping Z-Uno - Power consumption
Replies: 17
Views: 19288

Re: Sleeping Z-Uno - Power consumption

ok, ONE question solved (but only this one,...) - have found the location at back side ;)
R12 location
R12 location
zuno_r12_loc.JPG (38.86 KiB) Viewed 11394 times
But not sure, everybody will be able to unsolder at this narrow point the resistor

Michael