Honeywell RTH6580WF1001 Set Temperature

I have a Honeywell RTH6580WF1001 thermostat currently integrated with HA. I can set the temperature via the card on the home page, however trying to set it via automations, the services tab, or Alexa (via Haaska) results in an out of range error. Does anyone have any idea why this may be occuring? What is the card passing that is different than the other 3?

For what its worth,
I have a RTH9580 WiFi version and
I did the following in the services tab and it worked for me

 Service
   climate.set_temperature
 Service Data 
 {
    "entity_id": "climate.upstairs",
    "temperature":"67"
 }