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
My weather station pushes an item with the name 'humidity'.
The check for 'id' to construct the mqtt topic becomes true in this case, so instead of using the actual ID field, the humidity value is appended. This is obviously not what we want :-)