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

Send JSON to MQTT with Tasmota not working #21478

Closed
raduigret opened this issue May 23, 2024 Discussed in #21477 · 1 comment
Closed

Send JSON to MQTT with Tasmota not working #21478

raduigret opened this issue May 23, 2024 Discussed in #21477 · 1 comment

Comments

@raduigret
Copy link

Discussed in #21477

Originally posted by raduigret May 23, 2024
I have 2 Tasmotas flashed with same standard FW.
On tasmota A, if I send JSON format via UART, it is send via MQTT as below:
MQT: tele/tasmota_234e33h/RESULT = {"SerialReceived":{"test":2}}
but on tasmota B, if I send same payload, it reported as below in console:
CMD: {"test":2}

Both have same configuration:
image

the only exception is that A (that works) was configured some months before and I forgot what default settings I changed and runs Tasmota 13.4.0.4,
while B (that does not work) has Tasmota 14.0.0 and default settings.

Please help me how to configure it to send received json from serial via MQTT as above.

@sfromis
Copy link
Contributor

sfromis commented May 23, 2024

Do not open an issue when there is already a discussion about how to make it work.

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

3 participants