My new Belchertown install is showing Temp as Fahrenheit when it should be Celsius. It shows Kmh for wind speed. I want all to be metric.
# Forecast defaults
forecast_enabled = 1
forecast_provider = "aeris"
forecast_api_id = xxxxxxxxx
forecast_api_secret = xxxxxxx
forecast_units = "SI"
forecast_interval_hours = 24 # values are 0,1,3 or 24
forecast_lang = "en"
forecast_stale = 3540
forecast_aeris_use_metar = 1
forecast_alert_enabled = 0
forecast_alert_limit = 1
forecast_show_daily_forecast_link = 0
forecast_daily_forecast_link = "
https://farmonlineweather.com.au/vic/north-east/benalla"
forecast_show_humidity_dewpoint = 0
I would have expected that forecast_units = "SI" would display metric as per te documentation.