I would like to display wind direction in a feed. This is coming via mqtt into a separate node and I would like to display it on a dashboard. Log to feed doesn't seem to display non numeric values - it there another way of getting this node to display on a dashboard?
»
Re: Display wind direction in a feed
I have a feed that logs the wind direction in degrees from 0 (north) to 359.9, since wind can come from 360 degrees around you. I have no dashboard for it though.
Re: Display wind direction in a feed
Unfortunately my wind direction comes in letters. I could try using a look up table though and then storing that in a Feed - thanks for the suggestion