The SwitchDoc Labs F016TH (compatible with the F007TH) is a 433MHz wireless temperature and humidity sensor designed for use with the Smart Garden System, the WeatherRack2 system and the SkyWeather2 system.
You can have up to 8 of these in your system. Each has a full temperature and humidity sensor.
Downloads
- rtl_433 Open Source Software supporting WeatherRack2 and Indoor T/H sensors
- WeatherRack2 Raspberry P Python Test and Example Software
Specifications
Example of the Output of the F016TH Sensor
Here is an example of results coming in from the F016TH (F007TH) from the PythonTest Software:
pi@SwitchDocLabs:~/SDL_Pi_WeatherRack2 $ sudo python3 readWeatherSensors.py Starting Wireless Read {"time" : "2020-07-09 10:54:16", "model" : "SwitchDoc Labs F007TH Thermo-Hygrometer", "device" : 233, "modelnumber" : 5, "channel" : 3, "battery" : "OK", "temperature_F" : 72.100, "humidity" : 45, "mic" : "CRC"} This is the raw data: {"time" : "2020-07-09 10:54:16", "model" : "SwitchDoc Labs F007TH Thermo-Hygrometer", "device" : 233, "modelnumber" : 5, "channel" : 3, "battery" : "OK", "temperature_F" : 72.100, "humidity" : 45, "mic" : "CRC"}