Page 1 of 1

MySensors - Humidity above 100%

Posted: Tuesday 18 October 2016 22:42
by Flopp
RPi, DZ 3.5721
I have a node with Temperature, Humidity, Barometer, BatteryVoltage and BatteryPercent.

DZ is making a combined device for Temperature/Humidity/Barometer.

My problem is that when it is raining I get Humidity above 100%(i know not correct) but it seems that DZ is not register this value so I don't see Temperature and Barometer either. At the moment Humidity is 104%, it is sent to DZ but DZ is not updating any values, except BatteryVoltage and BatteryPercent because they are not in combination with Humidity

My node is sending the data through a MYS repeater, this is the Serial Monitor in Repeater
read: 8-8-0 s=255,c=3,t=0,pt=1,l=1,sg=0:36 //Battery Voltage from Node
send: 8-17-0-0 s=255,c=3,t=0,pt=1,l=1,sg=0,st=ok:36 //Battery Voltage sent to Domoticz
read: 8-8-0 s=2,c=1,t=38,pt=7,l=5,sg=0:3.633 //voltage
send: 8-17-0-0 s=2,c=1,t=38,pt=7,l=5,sg=0,st=ok:3.633
read: 8-8-0 s=1,c=1,t=0,pt=7,l=5,sg=0:9.7 //Temperature
send: 8-17-0-0 s=1,c=1,t=0,pt=7,l=5,sg=0,st=ok:9.7
read: 8-8-0 s=0,c=1,t=4,pt=7,l=5,sg=0:1017 //Barometer
send: 8-17-0-0 s=0,c=1,t=4,pt=7,l=5,sg=0,st=ok:1017
read: 8-8-0 s=3,c=1,t=1,pt=7,l=5,sg=0:104 //Humidity
send: 8-17-0-0 s=3,c=1,t=1,pt=7,l=5,sg=0,st=ok:104


See attached picture, it says that Child Humidity is correct received.

Why not set the Humidity value to 100% if it is above 100 or at least update the values that is inside limits, in my case Temperature and Barometer