thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview

Home Page:https://mqtt-explorer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error = Conversion function not defined - is this key defined?

7wells opened this issue · comments

Hi Thomas!

I tried to change a value in the console of the broker ...
mosquitto_pub -t 'service/truma/set/vent_mode' -m 'Off'

... and received in MQTT Explorer this error message:
error = Conversion function not defined - is this key defined?

For a better understanding I looked in your program code for this message but could not find it. Maybe I looked not carefully enough or this message is not triggered by MQTT Explorer itself? Can you please guide me into the right direction where to further look for an explanation of this error? Thank you so much! 🙂