HomeGenie Forum

Development => Bug reporting => Topic started by: Jerry on January 21, 2016, 03:43:55 AM

Title: homegenie/generic/thermostat not formatting temp setpoint as degF fix
Post by: Jerry on January 21, 2016, 03:43:55 AM
On line 230
replace this:
widget.find('[data-ui-field=heatset_value]').html(temperature.toFixed(1) + '°');
with this:
widget.find('[data-ui-field=heatset_value]').html(HG.WebApp.Utility.FormatTemperature(temperature));
Title: Re: homegenie/generic/thermostat not formatting temp setpoint as degF fix
Post by: Gene on January 21, 2016, 04:47:30 PM
Fixed also on line 243.

Thanks,
g.
Title: Re: homegenie/generic/thermostat not formatting temp setpoint as degF fix
Post by: kevin1 on January 29, 2016, 08:57:02 PM
I have been running r505 for a few weeks now and just got a CT100 thermostat.  For me the setpoint shows correctly in HG web widget (69degF matches what I set on the dial from HG). 


However, heat setpoint shows incorrectly in the HG+ android app (temp shows 70degF, setpoint shows 156degF).