Mi flora high lux reading at night

Hi!
Recently I’ve upgrade the firmware of miflora (3.1.9) and have the latest version of hassio ( 0.101.3 ). I’ve set up 4 miflora sensors and during the day, they report low light values, and during the night high values. 9 oclock here is dark and we dont have the lights on.

I actually dont know how to correct this. Any help would be appreciated. Here are some graphs.

Here are my configs:
Lovelace config:

color_thresholds:
  - color: '#000'
    value: 15
  - color: '#e7f34b'
    value: 65
entities:
  - sensor.amarilis_light_intensity
  - sensor.buganvilia1_light_intensity
  - sensor.buganvilia2_light_intensity
  - sensor.buganvilia3_light_intensity
  - color: gray
    entity: input_number.nighttime
    name: Night
    show_legend: false
    show_line: false
    show_points: false
    y_axis: secondary
font_size: 75
hours_to_show: 48
line_width: 3
name: Luz Plantas
show:
  labels: true
  labels_secondary: true
show_fill: false
state_adaptive_color: true
type: 'custom:mini-graph-card'

sensor.yaml configuration (without the sensor initial tag)

  - platform: miflora
    mac: 'C4:7C:8D:66:EA:B8'
    name: 'Amarilis'
    force_update: true
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery
  - platform: miflora
    mac: 'C4:7C:8D:66:EB:2A'
    name: 'Buganvilia1'
    force_update: true
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery
  - platform: miflora
    mac: 'C4:7C:8D:66:EA:B1'
    name: 'Buganvilia2'
    force_update: true
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery
  - platform: miflora
    mac: 'C4:7C:8D:66:EB:00'
    name: 'Buganvilia3'
    force_update: true
    median: 3
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery

Any ideas what I’m missing?

Mi flora app, at the same time says lux readings are <20. So something is off somewhere.

I cant get my readings to really do anything on the Lux sensor.

Even in pitch black I get a positive lux value…