more G-Labs products

Author Topic: homegenie/generic/thermostat not formatting temp setpoint as degF fix  (Read 930 times)

January 21, 2016, 03:43:55 AM
Read 930 times

Jerry

  • *
  • Information
  • Newbie
  • Posts: 17
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));

January 21, 2016, 04:47:30 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer

January 29, 2016, 08:57:02 PM
Reply #2

kevin1

  • *****
  • Information
  • Hero Member
  • Posts: 330
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).