HassIO 99.3 on Raspi - Climate.thermostat entity reports in deg C and I want it to report in deg F. Device is a Venstar Mini Explorer T2000 (residential) model and I’m using the local API to communicate with it. All features of the device work as expected other than being able to cause the temperature to be displayed in degrees F using the thermostat card and having configuration.yaml -> unit_system: imperial. Note: My thermostat is not on the list of supported models.
Suggestions?
Configuration.yaml
# metric for Metric, imperial for Imperial
unit_system: imperial
climate:
# Venstar Mini Explorer Thermostat
# Note: This has an entry in customize.yaml
- platform: venstar
host: 192.168.0.115
humidifier: false
# not supported... unit_of_measurement: "Fahrenheit"
Lovelace file
- type: thermostat
entity: climate.thermostat
name: Thermostat
Customize.yaml
climate.thermostat:
friendly_name: 'BHC'
unit_of_measurement: 'Fahrenheit' # This doesn't fix the display in C issue