I want to use text strings that are longer than 256 characters. I thought I could publish them to MQTT (I can) and then be able to do something with them in HA (I can’t).
The only way I can think of to get them into HA is using an MQTT Sensor but I have now found that that also has a size limit of 256 characters
Is there any way to ‘read’ a long payload? It doesn’t need to be stored, I can use it dynamically while it is in memory.
You can trigger an automation with the MQTT message or if your payload is json, you may be able to reduce the size of the saved string by using json attributes to save only part of the payload.