That driver is out of date, and its author should update it.
The supportedThermostatModes and supportedThermostatFanModes attributes have bad values. For each, the individual words need to be in quotes. To fix it follow these steps:
Temporarily change the driver to Virtual Thermostat, hit Save Device. Then put this string in the command box for setSupportedThermostatModes
["auto","off","heat","emergency heat","cool"]
and hit the command button. Then put this string in the setSupportedThermostatFanModes command box:
["on","auto","circulate"]
and again hit the command button for that.
Then change your driver back, and hit Save Device. That will fix it.