We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't think it is possible to serialize messages directly to server? What would be a good approach to implement this?
E.g., with https://pubsubclient.knolleary.net/api you can call beginPublish, send your message using write, and then call endPublish to finish up.
beginPublish
write
endPublish
I am looking for this feature to be able to send (relatively) large json messages over mqtt, as in https://github.com/dawidchyrzynski/arduino-home-assistant/blob/0fc32a5bad861ca76767ff13187f8afabcc4f9a0/src/device-types/HABaseDeviceType.cpp#L99 .
The text was updated successfully, but these errors were encountered:
We're tracking this effort in #145. I'm closing this for now.
Sorry, something went wrong.
No branches or pull requests
I don't think it is possible to serialize messages directly to server? What would be a good approach to implement this?
E.g., with https://pubsubclient.knolleary.net/api you can call
beginPublish
, send your message usingwrite
, and then callendPublish
to finish up.I am looking for this feature to be able to send (relatively) large json messages over mqtt, as in https://github.com/dawidchyrzynski/arduino-home-assistant/blob/0fc32a5bad861ca76767ff13187f8afabcc4f9a0/src/device-types/HABaseDeviceType.cpp#L99 .
The text was updated successfully, but these errors were encountered: