What i’m wondering is if this is the suggested (and supported) method of publishing state information. I saw docusments about MQTT statestream, Node Red, eventstream, etc.
This is a new setup so i’m triyng to ensure that I don’t use a soon to be deprecated feature.
The issue is that i’m flooded with topics for things I don’t need.
The ones I do need have their entity name sent, not the friendly name and it’s not easily parseable. EG. a door open/close sensor sense it’s Friendly name in the /homeasistant/binary_sensor/z_wave_pir_motion_sensor_sensor_state_ topic
It will be a major challenge for me to try and manage 20 different sensors like this.
Is there a way to just send the specific names or change the topic/message style that I want.
I’ll give the filter a try but it may not solve my easy of use question above. Wish there was a slider in the device that says “publish to MQTT” . The include option makes sense but it’s going to be very manual.
What I have right now is 60-70 topics from 6-7 different sesnsors. It’s become unmanagable because I haven’t filtered anything.
I’m just trying to get teh open/closed or motion state, not all the battery status, cover open/closed, sun state, etc.
I Guess i’ll have to go configure the filters.
I wish I could have /homeasssistant/domain/Friendly_Name/state and not all the entity names as i have 4-5 of the same sensor types and they show up as _2, _3, _4 etc.
Thank you Francisp. That may work, but i’d also like to understand the exclusions and wildcards. There are a bunch of sensors that I want and listing the entities would be a challenge.