I would like to request that the Thermostat Controller and the Virtual Thermostat driver present temperature and humidity information externally in the same way a real thermostat does. In the screenshot examples, all the devices are Hubitat devices shared through HomeKit integration to the iOS Home app on the phone.
Real thermostat:
Thermostat controller:
Virtual thermostat:
Not all real thermostats do this. It depends on the capabilities declared in the driver, which generally ultimately reflect the real-world functionality of the device. Apparently, whatever thermostat you're using does this, and whatever driver you are using reflects this.
Thermostat Controller does not care about humidity, and the Virtual Thermostat driver is strictly a thermostat without a humidity sensor. The latter could be changed, or more likely added to as another driver with the additional capability (it doesn't really make sense to add this to the existing driver; it's not part of any thermostat-related capability on Hubitat). A better approach might be to create or find a custom driver that does what you're looking for. Alternatively, you may be able to find another way to do whatever it is you're doing, such as using a Virtual Humidity Sensor driver along with another device that does what you want. If you share your actual automation goal, someone may have other ideas, too.
1 Like
I don't use that integration, but I'm just wondering what the Advance setting called "Show accessory classes and characteristics" does? On the off chance this might change what is displayed related to your question.
That can remove undesired "characteristics" from the device or export it as a different kind of device within its Hubitat capabilities (e.g., switch instead of dimmer). It cannot add something to a driver that does not have the underlying capabilities.
1 Like
Yeah, I knew it is not going to display humidity from the virtual driver that does not have it, but taking humidity out of it, there is still a difference in the displays posted, in that one shows current temperature (and humidity), and other just shows setpoint. That is what I thought it might change, adding current temperature as a characteristic.
My thought was that it may be like how the Amazon Echo App has problems with temperature on thermostats, unless you check the option for Advanced thermostat capabilities. I was just throwing it out there as a question since I do not use the integration.
That's interesting. I wonder if that's just an Apple Home thing. I've always been disappointed with the way it handles thermostats (Alexa is very good about being queried for the current temperature or current setpoint as distinct questions; Home just told me what the setpoint was, which I assumed was it naively thinking that should also be more or less the actual temperature, but this might play into it...).
My ask is that the in-built app incorporate/pass humidity information IF the chosen temperature sensor also has humidity information, and to do so in the same manner as a (some, like Nest & Honeywell) physical thermostat does. As for the in-built virtual driver, to have Humidity attributes added so they can also be set just like the temperature and to pass both of those externally in the same way.
I am already passing the humidity sensor information in other ways to HomeKit and Siri and Alexa. That's not the issue. My goal is to have a consistent display between physical and virtual thermostats.