warp-more-hardware / esp32-firmware

TinkerForge WARP software for more hardware
16 stars 1 forks source link

MQTT select which Items to send #63

Open makru83 opened 5 days ago

makru83 commented 5 days ago

Is it possible to limit the Amount of Items to be send through MQTT?

Like, only send: /info/ ; /meter/
and remove: /ac011k_hardware/ ; /charge_manager/ ; /charge-tracker/ ; etc...

The Reason I am asking, is that we bought 10 of these Chargers, and want to control them through mqtt. Unfortunatly the Charges are flooding our Mqtt Broker with 200K+ entries, which therefore becomes unresponsive.

makru83 commented 5 days ago

Just found out that I can subsribe to single sub-topics in my Broker, so this can be closed