Openhab2 Nest binding - 2.2.0.SNAPSHOT An Updated 2.0 Binding that works!

Welcome
First could you use the code fences when post code, please?

The loss of icons is perplexing but not breaking anything so we’ll tackle that later
If you define the label in your item definition, you don’t need a label parameter in the sitemap, it will override it.
So your sitemap can be:

Text item=Therm_UP_Hum

Simple as that. You should see the value now

The humidity reported by the nest channel is a whole number rounded to the nearest 5% so your item could be:

Number:Dimensionless Therm_UP_Hum “Humidity [%d %%]” { channel=“nest:thermostat:703015b1:-mq40LgwUjWvXUweq-yQLyQOVHNvWqeU:humidity” }