pimatic / pimatic-homeduino

Pimatic plugin for using 433mhz devices and sensors with a connected Arduino with homeduino sketch
https://pimatic.org/
GNU General Public License v2.0
37 stars 29 forks source link

Improve device discovery. #67

Open sweebee opened 8 years ago

sweebee commented 8 years ago

I have a simple weatherstation. Autodiscovey found 3 devices, but only 1 is correct. Is it possible to look also at the variables like the the temperature and humidity? One wrong device showed me -190 degrees. So if a device shows numbers like lower than -50 or higher than +50, don't show them in the discovery.

Maybe this is possible for more devices. I tested domoticz once and it always showed me the right one.

sweebee commented 8 years ago

And maybe its also better to only accept 'ON' messages for discovery of switch devices. Other house automation applications also do this.