Menu

Using Lux and temperatur values?

Help
toer
2008-05-10
2012-12-14
  • toer

    toer - 2008-05-10

    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

     
    • jef2000

      jef2000 - 2008-05-10

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.