Trying to set up MQTT Autodiscovery, and I’m getting the below error:
DEBUG:paho.mqtt.client:Received PUBLISH (d0, q0, r1, m0), 'rtl_433/Acurite-Tower/C/5615/protocol', ... (2 bytes)
DEBUG:root:MQTT message: "40"
ERROR:paho.mqtt.client:Caught exception in on_message: argument of type 'int' is not iterable
Any hints on what I’ve got wrong? It’s clearly receiving the MQTT data, as far as I can tell.