Love this integration, but haven’t figured out how to see if Nest Thermostats are currently in Eco mode.
Right now both thermostats show as in Eco mode in Nest and Google Home apps. However in HA I see them have a current state of “Heat”. When I checked developer section I saw references to eco mode, but unclear if I need to do anything special to leverage?
Hi, my impression is that when this is in eco mode the preset_mode should be set to auto. (I just re-read some of the tests and this is what their intent is) which is set like this Climate - Home Assistant
Does the value of preset mode ever change for you in Home Assistant as you adjust the settings in the nest app or home apps?
I’m just setting the mode using the Nest app on my iPhone. To be honest I don’t know what it shows when it swaps automatically since I don’t really use it that way. It’s in a cottage we holiday let, so there is no ‘regular’ routine for it to work out, so I just switch it to eco when there is no one in there for a few days. (I probably ought to automate that, but it’s only 2/3 times a year I need to remember to change it).
Since HA seems to be the only app that works well with nest camera API, is there any way to restream the camera feed to other applications such as Blue Iris?
Hi, just this week I’ve proposed exposing a Rest API to allow home assistant stream sources be used by other products in the ecosystem REST API for Stream Sources · Discussion #695 · home-assistant/architecture · GitHub – in particular for nest or other cloud cameras. I gave Frigate as an example where it would still need glue on the Frigate side to support the home assistant cameras. Are you familiar enough with the details of Blue Iris to know if that would work for you?
Sounds like a good idea. I think we have something already with camera proxy but it requires a long lived auth token to be sent in the header bearer which unfortunately most clients can’t do