Entities Not Being Enabled After MQTT Discovery

Hi everyone,

I’m using MQTT discovery, and while it detects the devices, many of the entities remain deactivated or don’t show up in the UI. It seems like they’re recognized but not fully integrated. Has anyone dealt with this before? Any tips on getting them activated properly?

.

Looking for top-notch concrete services in Richmond, VA? Visit Concretes Richmond VA for reliable, professional, and affordable solutions for your residential and commercial needs. Contact us today!

Thanks!

Hello RexBerry,

Perhaps they are being set-up as diagnostic, meaning they are not enabled by default. This is one of the settings available to you.

'ent_cat':             'entity_category',

might help. Perhaps it thinks it’s diagnostic and not enabling it.

I suggest reading this whole thing and perhaps you will find the exact thing causing the problem.

Also there is another thread today with the same subject…

Perhaps comparing notes may be in order.

1 Like

RexBerry ,
the cited tread is mine :slight_smile:
And my case is strange, because the exact same device (ESP32, Arduino) and consequently the exact same JSON discovery data works fine on my test system but not on my production. All configurations around the MQTT brokers are - after intense comparing - exactly the same.
It must depend on some other configurations. Or a conflict with existing definitions of sensors in mqtt.yaml. I think I need to temporarily eliminate these definitions even if it will impact my whole home :open_mouth:
Uli

edit: I removed all manual MQTT definitions and the problem remains