Folks with cameras, I’m curious if you have tried out LL HLS yet. In particular set ll_hls: True in you configuration.yaml under stream. This can get your latency down to 3sec or so.
I only now discovered this. Massive improvement in my Nest cameras. Sad that I’ve gone so long without noticing it. Thank you!
This is surprising – ll_hls: True has been the default for quite awhile now so it should have already been enabled. I assume you are running a somewhat recent version of home assistant?
This is surprising – ll_hls: True has been the default for quite awhile now so it should have already been enabled. I assume you are running a somewhat recent version of home assistant?
Wasn’t sure where to post this but… Does anyone know how to have the ‘Eco’ mode as a heating mode and not a seperate preset. In other words so that the green leaf is in the same row as Heat and Off.
Correct, was wondering if it was possible to make it an ‘hvac_mode’ in some way?
Because it’s confusing to users for Eco and Heat to be set at the same time. Just as preset_mode ‘none’ is pointless too. So Heat, Eco and Off as hvac_modes would be ideal if at all possible.
Think for a second about what you’re asking. This is how all Nest devices are designed. You would have to try & convince Google to somehow change it, which is really an impossibility as they will just tell you to educate your users on how the Nest works. Think of ‘Eco’ as a preset temperature rather than a mode. preset_mode: none means not Eco which restores the target temperature to the previous target temp before preset_mode: was set to eco. It is independent of the hvac_mode and is a completely different temperature when A/C is added to the mix, in which case hvac_modes can be off, heat or cool. If you try and add eco in there, what does that mean? 16°C (heat) or 25°C (cool)???
You can have:
hvac_mode: off = off
hvac_mode heat & preset_mode off = 20°C
hvac_mode heat & preset_mode eco = 16°C
hvac_mode cool & preset_mode off = 22°C
hvac_mode cool & preset_mode eco =26°C
Hi,
This is how all home assistant climate thermostats work with an eco mode. It may be possible with a custom card that hides this, but it’s not specific to nest.