Hi All,
I am using the new Google SDM API to listen to events that occur on my Nest thermostat. I am listening to these events through a pub/sub topic. You can see the documentation on how I set this up here:
https://www.home-assistant.io/integrations/nest/
The issue I am facing is when my nest thermostat turns the fan on, it reports with the following info (taken directly from the subscription topic)
"traits": {
"sdm.devices.traits.Fan": {
"timerMode": "OFF"
}
As you can see, this timerMode should not be OFF, as the fan is turning on, and I believe this can only be an issue on Google's side, but I am not sure how to get it fixed.
Thanks,
Tony