Page 1 of 1
temp and hum added as temp/hum and temp
Posted: Saturday 03 December 2016 16:53
by edwardb
Hi,
I'm using mysensors to send temp and hum to domoticz.
When registring the node I see temp and hum added as 2 nodes separately.
Temp + Humidity WTGR800
Temp LaCrosse TX3
Fine with me, but now only the temp+hum is updated.
the temp is only update once.
How can I solve this?
Re: temp and hum added as temp/hum and temp
Posted: Sunday 04 December 2016 9:21
by gizmocuz
You cant, first it receives the temp, then the humidity, and domoticz makes it a TEMP+HUM sensor, it is supposed to be
Place a $ character infront of the name of the separate temp sensor, and it won't be visible (only in the devices table)
If MySensors had a S_TEMPHUM type, we could avoid this
Re: temp and hum added as temp/hum and temp
Posted: Sunday 04 December 2016 21:47
by edwardb
Ok thanks, will add the $ in the name for now.
Will ask the guys at mysensors about the type.
Re: temp and hum added as temp/hum and temp
Posted: Tuesday 13 December 2016 11:40
by Creaky
Is it an idea to present the humidity sensor as a temperature sensor? And then just use the temp value as the hum value?
Re: temp and hum added as temp/hum and temp
Posted: Thursday 23 March 2017 14:45
by per42
You can also delete the lacrosse temp node. Since it doesn't update it will not come back.
I have another problem. I want to have several different "gateways" on my Rasperry PI 1. and since it only have two USB ports and it doesn't seem to be able to separate two devices on an USB hub, I built a MySensors WiFi gateway to replace the USB gateway. But since I also want to keep the history from the sensors I have both MySensors gateways connected simultaneously and when each sensor pops up with the WiFi gateway I replace the old device with the new.
Here comes the problem: some (two out of four) of my temp/hum sensors doesn't show as one combined WTGR800, but stays separate as one temp LaCrosse TX3 and one Hum LaCrosse TX3. How do I force Domoticz to combine them?