Hi,
I got a Busch-Jäger 6146/10 Brightness and temperatur sensor.
Is it possible to use the values i get from this device to e.g. Turn on some lights in my innerhall when the lux value is under X lux. There is a brightness threshold built into the device but i use this already for my outdoor lights..
This would also be useful for turning off the electrical heating in my floors when the outdoor temperature exceed X celcius.
Tore
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can use conditions like:
<condition type="object" id="brightness" op="lt" value="1000" trigger="true" />
or
<condition type="object" id="ext_temperature" op="gt" value="18.5" trigger="true" />
The possible values for parameter 'op' are:
lt : less than
gt : greater than
lte : less than or equal to
gte : greater than or equal to
ne : not equal to
eq : equal to (default)
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I got a Busch-Jäger 6146/10 Brightness and temperatur sensor.
Is it possible to use the values i get from this device to e.g. Turn on some lights in my innerhall when the lux value is under X lux. There is a brightness threshold built into the device but i use this already for my outdoor lights..
This would also be useful for turning off the electrical heating in my floors when the outdoor temperature exceed X celcius.
Tore
Hi,
You can use conditions like:
<condition type="object" id="brightness" op="lt" value="1000" trigger="true" />
or
<condition type="object" id="ext_temperature" op="gt" value="18.5" trigger="true" />
The possible values for parameter 'op' are:
lt : less than
gt : greater than
lte : less than or equal to
gte : greater than or equal to
ne : not equal to
eq : equal to (default)
Regards,
Jean-François