home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.82k stars 30.91k forks source link

MQTT statestream filter #122025

Open pprWLC opened 4 months ago

pprWLC commented 4 months ago

The problem

I use the MQTT Statestream integration to publish entities via MQTT (https://www.home-assistant.io/integrations/mqtt_statestream/). Unfortunatley it is not possibile to configure the filter. Other user report same problems in the forum (https://community.home-assistant.io/t/help-needed-mqtt-statestream-filtering-issue/677219/3) configuration.yaml: `mqtt_statestream: base_topic: homeassistant publish_attributes: true publish_timestamps: true include: domains:

Although only sensors should be published, there are still lights, climate, numbers visible in the MQTT Explorer.

What version of Home Assistant Core has the issue?

core-2024.7.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

https://www.home-assistant.io/integrations/mqtt_statestream/

Diagnostics information

No response

Example YAML snippet

mqtt_statestream:
  base_topic: homeassistant
  publish_attributes: true
  publish_timestamps: true
  include:
      domains:
      - sensor

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 4 months ago

mqtt_statestream documentation mqtt_statestream source

issue-triage-workflows[bot] commented 1 month ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

pprWLC commented 1 month ago

Issue still present in Home Assistant Core 2024.10.2. Can anybody confirm?

configuration.yaml: Screenshot 2024-10-15 080619

mqtt explorer: All entities are shown, not just sensors as set in configuration.yaml. Screenshot 2024-10-15 080551

mperaya commented 1 week ago

Still present in Home Assistant Core 2024.11.1.