Page 1 of 1
UV sensor outdoor
Posted: Wednesday 23 May 2018 8:53
by franzelare
Do people know good outdoor UV sensors?
I currently use the UVN800 sensor from Oregon Scientific, but the second sensor passed away (again in about 1 year time)
http://www.oregonscientificstore.com/p- ... ensor.aspx
so i'm looking for alternatives?
as backup i now have a pi-zero with a lux sensor in the corner of a window to check light levels but like to have my real UV readings back online...
i use the UV reading to display a weather icon on my customer dashboard and to control the sun screens
Re: UV sensor outdoor
Posted: Saturday 03 November 2018 18:42
by Toulon7559
Not an immediate replacement for the UVN800, but perhaps these add-ons provide a practical solution using an I2C-interface:
- Light-sensor
SI1145 by Adafruit, which measures light & IR and uses it to 'emulate' UVI
- UV-sensor
VEML6070 by Adafruit, which measures the UV-signal by it's ADC, or similar
VEML6075
You will have some homework to find/activate the software for interfacing to Domoticz, with Adafruit already providing some material, either with a link from their webpages or
for SI1145 at Github.
An alternative to use one of the circuits which generate an analogue signal in relation to UV-level:
ML8511 or
GUVA-S12SD
An ESP8266 with it's ADC in combination with ESPEasy is then an candidate-'handler' transmitting resulting information to Domoticz.
In similar fashion you could
hook VEML6075 to an ESP8266.
Re: UV sensor outdoor
Posted: Monday 21 January 2019 17:09
by gerritjan
Hi,
I use a thermometer (433Mhz) which I replaced the PTC by LDR. The readout remains of course in degrees Celcius! With a few resistors I have set the range between 0 and 60 degrees.
Re: UV sensor outdoor
Posted: Monday 13 May 2019 21:37
by Toulon7559
@Gerritjan
With LDR not measurement of UV-level, but 'semi'-measurement of lightlevel:
well-known configuration for better light-sensitivity is with 2 photodiodes at position of the LDR.

- Photodiode-circuit
- 01 Schaltung Helligkeits-Sensor.jpg (10.74 KiB) Viewed 2230 times
E.g. BPW34 is practical alternative for the type of photodiode.
Plenty of descriptions available how to pack this circuit for best performance.