Correction input/dipslay values

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Gast

    #1

    Correction input/dipslay values

    Hello,

    I have added some sensors to my Loxone. Simple NTC sensors. I used an analoge input for this. Under the tab "correction" you can change the displayed values, but since you can only put 2 correction values it is not a 100% accurate. This works only for linear sensors.
    I have the same thing with the data reading of my ventilation unit through RS485 extension. The fan speed data is as follow:
    1 - fan speed 1
    3 - fan speed 2
    7 - fan speed 3
    15 - fan speed 4
    31 - fan speed 5
    63 - fan speed 6
    127 - fan speed 7
    255 - fan speed 8

    Is there a possibility to add some more input/display values? For example 4 values would make a huge difference for the temperature, but for the fan speed I would need 8 values! The

    thanks for your answers!

  • Christian Fenzl
    Lebende Foren Legende
    • 31.08.2015
    • 11234

    #2
    You can use a status block.
    Configure it as:
    I1<1 Speed 0
    I1<=1 Speed 1
    I1<=2 Speed 2
    ...
    I1<=15 Speed 4

    and so on...

    Possibly you have to use
    I1<31 Speed 4

    Depends on your fan.
    Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

    Kommentar

    • Gast

      #3
      Thanks a lot!
      This works fine. For the temperature sensor it's a bit of work, but once done if works fine.

      Kommentar

      Lädt...