I’m running a piston to control my wall A/C using my ecobee as a thermostat. Right now, as far as I can tell, the ecobee returns the temperature only as a round integer. Is there a way to pull the temp in decimal instead?
So rather than just getting 73, 74 etc. I’d like to see everything in between — 73.4, 73.6 etc.
I believe the Ecobee default device handler only reports the temperature and setpoint as integers. So you can show the decimal all you want, but it’ll always be xx.0.
What you want requires something a bit more drastic. I think this toolset (including a community device handler) gives you what you want.
I haven’t tried this myself. Give it a shot, maybe trying JUST the device handler to see if that solves you issues.