You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data from MQTT bridge must be decoded in Python3 to become a string that can be parsed to JSON by this code. Adding explicit decode calls solves the issue.