MQTT Data Converter

MQTT Data Converter lets you handle messages on any topic with a custom payload. Devices must connect using "device" as the username and their Blynk Auth Token as the password. A user-defined script can parse incoming messages, update datastreams, log events, access existing values, or publish messages back to the device. For downlink, the script subscribes to specific datastream updates, and whenever a value changes, Blynk executes the converter to send the new value to the device.

Examples

Handle uplink MQTT message and update datastream value

Handle datastream update and send MQTT message to the device

TypeScript declaration

Last updated

Was this helpful?