Not reading light levels from KNX bus

Hello

I’ve configured my OpenHab with the KNX binding and it works as expected. I can read and interact with switches, temperatures, apertures, dates, times, blinds, etc … but I have a problem reading light levels form the KNX bus. The item configuration is at follows.

UID: knx:device:114022f816:e2fee499b7
label: Sensor Pasarela
thingTypeUID: knx:device
configuration:
  pingInterval: 600
  address: 1.1.22
  readInterval: 0
  fetch: true
bridgeUID: knx:ip:114022f816
channels:
  - id: Luminosidad_Pasarela
    channelTypeUID: knx:number
    label: Luminosidad Pasarela
    description: ""
    configuration:
      ga: 9.004:<1/7/16

On ETS I can see the values, I can force a red from ETS , but I don’t get the value on OpenHab.
I linked the channel to a item with the number configuration, but I only get NULL the item it’s defined as

label: Luminosidad Pasarela
type: Number:LuminousFlux
category: outdoorlight
groupNames:
  - Estado_Ambiental
tags:
  - Measurement
  - Light

It`s there any way to get the 9.004 on OpenHab, KNX binding seems to have this implemented

Attached it’s a ETS capture where you can see the values.

Illuminance

1 Like