Hi,
I have OMG on ESP32 connected to the Homeassistant.
I also have a single Miflora sensor.
The device in Homeassistant has 3 entities: “batt”, “lux” and “tempc”, but no moisture data.
However I can see “fer” and “moi” values in the MQTT topic but they are not present in the device.
home/OpenMQTTGateway-2/BTtoMQTT/80EACA600505 {"id":"80:EA:CA:60:05:05","name":"Flower care","rssi":-90,"brand":"Xiaomi","model":"Miflora","model_id":"HHCCJCY01HHCC","fer":379}
home/OpenMQTTGateway-2/BTtoMQTT/80EACA600505 {"id":"80:EA:CA:60:05:05","name":"Flower care","rssi":-91,"brand":"Xiaomi","model":"Miflora","model_id":"HHCCJCY01HHCC","lux":4843}
home/OpenMQTTGateway-2/BTtoMQTT/80EACA600505 {"id":"80:EA:CA:60:05:05","name":"Flower care","rssi":-93,"brand":"Xiaomi","model":"Miflora","model_id":"HHCCJCY01HHCC","moi":35}
home/OpenMQTTGateway-2/BTtoMQTT/80EACA600505 {"id":"80:EA:CA:60:05:05","name":"Flower care","rssi":-91,"brand":"Xiaomi","model":"Miflora","model_id":"HHCCJCY01HHCC","tempc":25.8,"tempf":78.44}
I tried to remove the device, but after it was recreated it has the same entities.
Any suggestions?
Cheers.