eco mode not changing
If I change from the nest app mode to Eco, HA will show the thermostat in Eco mode.
If I use the presence sensing from Nest and leave the house the Nest thermostat goes into eco mode but this time in HA the temperature stays the same and Eco mode is not shown.
Is there a fix or am I missing something? this is important as I have other thermostats set up to change temperature as the main nest thermostat changes.
Sounds like a problem on the Nest side with their API?
I have Nest Home/Away Assist turned on but my Away setting is No Change as Iām using my Alexa App to trigger routines based on my Device arriving or leaving homeā¦
Getting a 403 error when setting up the integration for the first time.
Authorization Error
Error 403: access_denied
The developer hasnāt given you access to this app. Itās currently being tested and it hasnāt been verified by Google. If you think you should have access, contact the developer
Iāve followed the documentation a couple of times to check I didnāt miss anything, but it sounds like the API could be experiencing issues? Iām using the same Google account I set up the API with so I assume I donāt need to mess with any permissions?
Great work on the camera support. Works for me with both nest and Google home Max cams. Was wondering, with the person/Motion event, is it possible to get a snapshot of what triggered the event as well?
Hey Miguel. That works, but as thereās a delay between the event and the snapshot the person it notified about could already be gone. According to the person event documentation, there seems to be a a link from the event that could be used to fetch the actual shot that triggered the event, but I donāt see how I can access that.
Yes you are correct about that. The integration is not currently using that. The current integration just takes snapshots from the stream rather than using nests image service.
I have a few thoughts
investigate the stream lag and see if it can be reduced
even with lag solved, it may help if you receive pubsub events late or if home assistant was off for a few minutes
not clear to me how we would make it work. It might be that we create a new separate service just for nest and pass the extra session token info along in the event / trigger.
Would one of you who is doing this be up for sharing your automations with the community? I think it could also make a really nice blueprint of one doesnāt exist already.
I split the notification in two to let the capture of image complete before sending the image. Since I do not want delay for the first notification I found it better to split it up. Only thing I have done outside of this is to check the āpreload streamā on the camera. Not sure if this is important.
Iām just looking at this, and because it uses the device platform, Iām not convinced these are made available to Node Red as any sort of trigger. Iāll continue to investigate. It may be a case of using an automation to turn an input_boolean on and off. Not ideal, but would allow the use of Node Red trigger.
Just to underline the benefit of capturing the actual trigger camera from Nest is this. Just now, 30 minutes ago, a delivery came at the door. Flowers. He just ran up to the door, rang the bell, dropped the flowers on the doorstep and left. From HA the picture is of him leaving, but the Nest app shows the person.
Looks like thermostat changes wonāt change in home assistant. I mean, if i change temp on the thermostat itself, on home assistant i have no changeā¦
Anyone else?
Iām still looking for a solution to the issue several other individuals brought up regarding only getting one or two devices to integrate even though many more are installed within the home.
We have two Gen3 thermostats installed in our home. I see the option to select them when I add Nest as an integration, Iām able to go through the full integration sequence, but in the end wind up with only 1 device and 3 entities which is my Upstairs Thermostat. My Downstairs Thermostat isnāt ever integrated into HomeAssistant even though I selected it.
Does anyone have a step by step debug process for this issue? Iāve started from scratch, rebooted HA, reloaded the Nest integrations, and still only end up with the one Upstairs Device.
Utilizing the current Nest native Home Assistant integration.
Thanks,
Running Supervisor 2020.12.06 on a Raspberry Pi 4 w/128gb external drive. Home Assistant 2020.12.0 up to date.
Does anybody know if the rtsp feed url changes with the token refresh or is it static? Iād like to work out a way to add the nest cam to motioneye so I can store the video. My understanding is that motioneye doesnāt support rtsps but Iām wondering if maybe converting the stream with ffmpeg might work. That, of course, would require a static rstps url. Anybody else thought about this or have a recommended solution to expose just the url?