miflora-card icon indicating copy to clipboard operation
miflora-card copied to clipboard

Need improvements

Open vini59fr opened this issue 3 years ago • 5 comments

Hi there.

Thank you for this card

Could you please improve it :) with ALL the min/max options. Still miss : min/max illumiance, max conductivity, max temperature

Could you also add the min/max on the card on each line, to have a complete visual information. Acutally the red number says it's too high or too low, but we don't know the gap

Thnak's

vini59fr avatar May 03 '21 09:05 vini59fr

You can try my fork of this card. I added the missing min/max sensor. Also you can add some location (optional)

https://github.com/sli-cka/miflora-card

sli-cka avatar May 03 '21 17:05 sli-cka

Thank's. Looks great :)

But it seems not to work. I try the location option, and it don't display

vini59fr avatar May 03 '21 19:05 vini59fr

maybe try to clean your browser cache.

I am using this card in my config. Location should work.

Let me know if you still have problems or open an issue there.

sli-cka avatar May 03 '21 20:05 sli-cka

@sli-cka it works :) Very nice

Could you improve it again ? It should be very usefull to see the min-max values right after the entites

eg : Moisture 57% (20-60)

Great job :)

vini59fr avatar May 03 '21 20:05 vini59fr

Hello @sli-cka , I have installed your card, but it does not work for me.

I put this code:

  • type: custom:miflora-card title: Calathea Zebrina image: /local/poto/poto.jpg location: Salón min_moisture: 15 max_moisture: 60 min_conductivity: 350 max_conductivity: 2000 min_temperature: 12 max_temperature: 35 entities:
    • entity: sensor.poto_humedad type: moisture
    • entity: sensor.poto_iluminacion type: intensity
    • entity: sensor.poto_temperatura type: temperature
    • entity: sensor.poto_conductividad type: conductivity name: Fertilidad

And I get this error:

No card type found

  • type: custom:miflora-card title: Calathea Zebrina image: /local/poto/poto.jpg location: Salón min_moisture: 15 max_moisture: 60 min_conductivity: 350 max_conductivity: 2000 min_temperature: 12 max_temperature: 35 entities:
    • entity: sensor.poto_humedad type: moisture
    • entity: sensor.poto_iluminacion type: intensity
    • entity: sensor.poto_temperatura type: temperature
    • entity: sensor.poto_conductividad type: conductivity name: Fertilidad

A little help please.

Jaguaza avatar Jun 22 '21 16:06 Jaguaza