Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

topic data cut off #724

Open
Schuchmann opened this issue May 12, 2023 · 3 comments
Open

topic data cut off #724

Schuchmann opened this issue May 12, 2023 · 3 comments

Comments

@Schuchmann
Copy link

Hi,
we are are sending about 30kb of binary data in a JSON topic

{"data": "<30kb string>",
"checksum": 12346}

this seems to be cut off by the eplorer after exactly 20000 bytes since I do not see the checksum.
What is the max size for the data? can it be increased somewhere?

Best Regards,

Sven

@ilgrank
Copy link

ilgrank commented May 12, 2023

The author has no activity on this project since long.
Just FYI, in case you expected a reply from him..

@axello
Copy link

axello commented Jun 16, 2023

Which is a pity, as I think it's a great app!

@JanJohansen
Copy link

I have run into the sme issue as zigbee2mqtt is also embedding base64 encoded images in it's JSON payload...
MQTT spec says topics can be up to 64k length and have up to 256MB of data/payload!
Should be fixed - or configurable maybe...
😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants