Xiaomi Miflora Plant Sensor Not Working In HASSIO

thanks @jimpower
i checked but cannot understand
my full setup is this:


  - platform: miflora
    mac: C4:7C:8D:6A:71:FC
    name: Planta
    force_update: false
    #median: 3

    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery
      

my problem is that i wish to convert in plant monitoring
is this possible?
thanks a lot

Once you have added the above it should add a bunch of sensors you can then add these to the plant sensor component.

plant:
  Planta:
    sensors:
      moisture: sensor.planta_moisture
      battery: sensor.planta_battery
      temperature: sensor.planta_temperature
      conductivity: sensor.planta_conductivity
      brightness: sensor.planta_light_intensity
    min_moisture: 15
    max_moisture: 60
    min_battery: 15
    min_temperature: 5
    max_temperature: 35
    min_conductivity: 350
    max_conductivity: 2000
    min_brightness: 3000
    max_brightness: 70000

Thank a lot @jimpower it worked !
where can i get the values for my plant? i mean the min and max? also how do you use this values after setting them up?

i would love to use this cardā€¦ have you tried it?

@mclaudiopt In the Mi Home App I have added one of my plant sensors and I change the plant I wish to monitor in there, from there it will give you all the parameters for that plant species.

I have seen this card and once it develops a little more I might move over to it for now it doesnā€™t match my UI so I have made my own.

Thanks. Congrats for the card

Hello,

For me is showing values in ā€œentitiesā€ card but not in ā€œplant statusā€ cardā€¦ I really donā€™t understand

Iā€™m a little confused on this, trying to add a few plants myself and getting ā€œunavailableā€ on all data. Is the plant data added in a plant.yaml or can I add it directly in config.yaml?

Hello to all.
Same question here. As far as i know we need to use only the config.yaml with the MAC in capital letters, as stated on the HA page:

# Example configuration.yaml entry
sensor:
  - platform: miflora
    mac: "xx:xx:xx:xx:xx:xx"
    name: Flower 1
    force_update: true
    median: 3
    go_unavailable_timeout: 43200
    monitored_conditions:
      - moisture
      - light
      - temperature
      - conductivity
      - battery

Reboot.

I can discover all sensorsā€¦but no data from them.
Iā€™ve also tried to erase the sensors from FlowerCare APP, but does not work.

What iā€™m.missing?

I am having same issues - also, Iā€™m using VirtualBox on Win 10, have activated USB Bluetooth as well, I assume thatā€™s correct?

Thatā€™s not enough. You still need to add ā€œplantā€ in the config yaml, to have it as plant card

older post but same issue ā€¦ some of my sensors ā€œgreen or whiteā€ are not seen by the ESPproxy. does anyone has a solution for this?