Live data from Hacker News

NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

github.com

11–20 of 146 posts

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#12
post #8
post #2

I really hope this project succeeds. In some small ways I was involved with Gen 1 and Gen 2 and the teams that built those products really cared. I doubt they would have said turn them off.

There's none of us left at Google anymore... and they didn't listen to us when we were there.

Yeah, I figured as much. Sad day :(

For what it was worth, I really enjoyed helping everyone ramp up on NX. At that time in my career, I was ramping many similar groups up and many came from Apple and were experiencing sticker shock! (They bought the very best and it was not at all cheap!)

We talked about that and those in charge on my end were not at all happy with me showing people how geometry that normally requires a higher tier license to create, can be created with the base tier license, lol. (Mere mortals need that info because having the more expensive tool is not always on the table.)

Anyhow, stay cool. Maybe it will be different one day.

Please tell the others as you may encounter them, "That NX guy from PDX says, "Hi." You all may not know it, but I learned a ton from you guys. It was in the questions you asked and the processes you set up. I am applying some of that to my own projects today. So, thanks! ( way late! )

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#13

The "Open Source" page on the dashboard site[0] links to this firmware but nothing about the server side. Firmware for the thermostat itself is a requirement, but without a dashboard it's still not really Free. Edit: If I read closely I would have seen: > The firmware images and backend API server code will be open sourced soon, allowing the community to audit, improve, and self-host their own infrastructure. [0] htt…

This comment says he is awaiting Louis Rossman’s acceptance of this code for the bounty he raised, pretty cool if this all works out!

https://github.com/codykociemba/NoLongerEvil-Thermostat/issu...

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#14

This person is a PHP programmer according to their LinkedIn profile. They are just using the existing OMAPLoader tool and does not seem to have embedded device programming experience. I am not hopeful they will be able to write custom firmware for the thermostats. LFP

I see it as a great starting point.

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#15
If your boiler supports OpenTherm then get this thermostat controller https://github.com/Alexwijn/SAT

Weather comp + low load comp + PID which means your room temperature works at the precision range supported by your temperature sensor. In my case, within 0.02 Celsius. Saves energy and makes your house more comfortable. Operated via home assistant.

See real time data in Grafana

https://gasboiler.grafana.net/public-dashboards/8d44381aafa9...

Or Emoncms

https://emoncms.org/app/view?name=MyBoilerIdealLogicH24Opent...

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#17

If your boiler supports OpenTherm then get this thermostat controller https://github.com/Alexwijn/SAT Weather comp + low load comp + PID which means your room temperature works at the precision range supported by your temperature sensor. In my case, within 0.02 Celsius. Saves energy and makes your house more comfortable. Operated via home assistant. See real time data in Grafana https://gasboiler.grafana.net/public-d…

Stuff this project tackles is on my "I'll get to it after I retire" list - super awesome. Looks like this works for forced air HVAC as well?

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#18

I can't express how much damage Google has done to its reputation in my mind with how they EOL'd the online functionality of these devices. I have 3 of them. I will never buy a Google device of any kind ever again.

Yup. Same, though I've actually decided to only buy stuff that supports home assistant. I shouldn't have to depend on a corporate server at all, and especially shouldn't have to call out to an internet site just to control something local.

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#19
post #8
post #2

I really hope this project succeeds. In some small ways I was involved with Gen 1 and Gen 2 and the teams that built those products really cared. I doubt they would have said turn them off.

There's none of us left at Google anymore... and they didn't listen to us when we were there.

What are your favorite smart home brands nowadays?

Re: NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

#20

This person is a PHP programmer according to their LinkedIn profile. They are just using the existing OMAPLoader tool and does not seem to have embedded device programming experience. I am not hopeful they will be able to write custom firmware for the thermostats. LFP

> I am not hopeful they will be able to write custom firmware for the thermostats.

If you read the GitHub Readme (typically a better way to judge a project than stalking someone on LinkedIn) you can see that they didn’t write a custom firmware. They modified the Nest firmware to contact different back end servers.

The firmware is the same (they claim) except for modifications to change which server is contacted. They then built a back end to mimic the original Google serves.

Post reply on HN