Got this widget partially working. I want to have a temp and humidity sensor reading. Temp looks okay but the humidity has some funky numbers going on. Not quite sure where to tweak things to get some somewhat reasonable numbers appearing.
I’d also like to change the background to a color or possibly an image if that’s possible. Font color would be nice too.
Added: for humidity I’d be quite happy with just the percentage in integers, I don’t tenths of a percent showing. Changed Number.parseFloat to Number.parseInt and I’m getting the sensor reading values as an integer but the numbers around the dial are sill funky for humidity.
- component: widget:widget_gauge
config:
height: 200px
item: paincave_temp_humidity_45_Sensor_temperature
minItem: 20
maxItem: 110
max: 120
min: 0
name: Temp
background: orange
- component: widget:widget_gauge
config:
height: 200px
item: paincave_temp_humidity_45_Sensor_relative_humidity
minItem: 0
maxItem: 100
max: 100
min: 0
name: RH
