I assume this is going to arrive at the solution of “Upgrade to Gemini-supported devices today!” Yeah, no thanks.
I wish I could get Home Assistant working with my nest minis.
I ended up picking up two of the Home Assistant Voice PE devices and I’ve been fairly happy with them. I even extended their firmware so I have a clock display on each with one being my bedroom alarm clock even. But even out of the box functionality, as long as you can either run faster-whisper on Home Assistant (or another box), or don’t mind their lighter device-control-only route, is totally solid.
Plus music streaming to them (with an external speaker attached via the 3.5mm jack) is pretty good!
They do work pretty well, I’m phasing out the Google homes in my house trying to go completely local, and the voice PEs are pretty good for voice control.
Get an ESP32, a temperature sensor, and 4x relay board and build your own with esphome!
If you pull the instructions for your thermostat, the wiring guide should tell you what each wire is for (because you can’t trust wire colors). From there it’s just wiring up the relays properly, getting the config built in esphome, and setting up a generic thermostat.
It sounds kinda daunting, but it’s really not super complex. The only gotchas too look out for are any of the relays that can’t be on when another relay is on. There’s a way to prevent that in esphome. I’m sure someone has made a guide on it by now. I would have made one if I had gotten my enclosure figured out before my 3D printer took a hiatus.
I bought a Honeywell Z-Wave thermostat because I have a more complicated HVAC setup than the typical American home. It was one of the few I could find that was compliant with a home automation protocol that didn’t require something that announced its existence to the Internet. It’s been solidly reliable, replacing my dead Nest thermostat.
Cool, I’ve come across this before. I have been looking for a more open thermostat, preferably esp32 based, that I can have good local control over. I have started to do the board layout for one with some air quality sensors built in.
If you don’t mind me asking whats more complicated about your hvac setup? Multistage? Heat pump? Multizone?
Ahh, makes sense. Multizone is something I’ll probably end up doing in my house soon, thankfully all my ductwork is exposed in the basement which makes it easy. Thanks appreciate it, I’m going to try to get a prototype board spun in the next week or two, test it out for a bit, and then see if other people are interested in them too. Appreciate the info, I should consider being able to control dampers also.
I know it’s not the same, but my ecobee is fine and i think it avoids most mass surveillance stuff. They nuked the API but beetstat.io is cheap and nice.
I imagine more as in using them for local voice. Without that, it’s still dependent on connecting HA to Google Home. And outside of a fairly expensive hardware replacement module it ends up being cheaper to go other routes.
Ahh I see. I’ve been meaning to try out building a local Assistant to replace my Google Homes with Home Assistant Voice for a while, just haven’t tried it out yet.
I assume this is going to arrive at the solution of “Upgrade to Gemini-supported devices today!” Yeah, no thanks. I wish I could get Home Assistant working with my nest minis.
https://github.com/justLV/onju-voice
I ended up picking up two of the Home Assistant Voice PE devices and I’ve been fairly happy with them. I even extended their firmware so I have a clock display on each with one being my bedroom alarm clock even. But even out of the box functionality, as long as you can either run faster-whisper on Home Assistant (or another box), or don’t mind their lighter device-control-only route, is totally solid.
Plus music streaming to them (with an external speaker attached via the 3.5mm jack) is pretty good!
They do work pretty well, I’m phasing out the Google homes in my house trying to go completely local, and the voice PEs are pretty good for voice control.
Get an ESP32, a temperature sensor, and 4x relay board and build your own with esphome!
If you pull the instructions for your thermostat, the wiring guide should tell you what each wire is for (because you can’t trust wire colors). From there it’s just wiring up the relays properly, getting the config built in esphome, and setting up a generic thermostat.
It sounds kinda daunting, but it’s really not super complex. The only gotchas too look out for are any of the relays that can’t be on when another relay is on. There’s a way to prevent that in esphome. I’m sure someone has made a guide on it by now. I would have made one if I had gotten my enclosure figured out before my 3D printer took a hiatus.
If you want just a temp sensor https://apolloautomation.com/products/temp-1
No need for this. A Z-Wave or Zigbee thermostat does the same thing.
Which one would you recommend?
I bought a Honeywell Z-Wave thermostat because I have a more complicated HVAC setup than the typical American home. It was one of the few I could find that was compliant with a home automation protocol that didn’t require something that announced its existence to the Internet. It’s been solidly reliable, replacing my dead Nest thermostat.
The thermostat:
https://www.amazon.com/dp/B07HFL7R44
Cool, I’ve come across this before. I have been looking for a more open thermostat, preferably esp32 based, that I can have good local control over. I have started to do the board layout for one with some air quality sensors built in.
If you don’t mind me asking whats more complicated about your hvac setup? Multistage? Heat pump? Multizone?
Not multistage, but it’s a heat pump with auxiliary heat. I have multiple zones controlled by dampers, too, soni have two of these thermostats.
Ahh, makes sense. Multizone is something I’ll probably end up doing in my house soon, thankfully all my ductwork is exposed in the basement which makes it easy. Thanks appreciate it, I’m going to try to get a prototype board spun in the next week or two, test it out for a bit, and then see if other people are interested in them too. Appreciate the info, I should consider being able to control dampers also.
I know it’s not the same, but my ecobee is fine and i think it avoids most mass surveillance stuff. They nuked the API but beetstat.io is cheap and nice.
The Google Nest Mini is a smart speaker, not the smart thermostat with a similar name.
I have it set up fine?
I imagine more as in using them for local voice. Without that, it’s still dependent on connecting HA to Google Home. And outside of a fairly expensive hardware replacement module it ends up being cheaper to go other routes.
Ahh I see. I’ve been meaning to try out building a local Assistant to replace my Google Homes with Home Assistant Voice for a while, just haven’t tried it out yet.