@xalex75 wrote:
Hi.
Before asking here I tried to look everywhere, but probably I’m the only one having troubles with the mold_indicator sensor.
In few day i should receive a xiaomi temperature and humidity sensor.
meanwhile I’m using my AC temperature sensor for indoor temperature, sensor.dark_sky_temperature for outside temperature and sensor.dark_sky_humidity for a “fake” indoor humidity (in reality it’s outdoor).So the code is:
- platform: mold_indicator name: Rischio Muffa Myria indoor_temp_sensor: sensor.clima_myria_currtemp indoor_humidity_sensor: sensor.dark_sky_humidity outdoor_temp_sensor: sensor.dark_sky_temperature calibration_factor: 2.0
I don’t know why, but the mold_indicator created assumes an unknown value:
and if i try to represent it with an indicator in lovelace I get error about not numerical entity:
As you can see the 3 values requested look ok.
I also tried to convert all to int or all to float, but nothing changes.
I really don’t know what to try…
Posts: 10
Participants: 4