smeisner / smart-thermostat

Open-source ESP32-based thermostat that has some useful intelligence
GNU General Public License v3.0
39 stars 10 forks source link

Local Weather #7

Open smeisner opened 1 year ago

smeisner commented 1 year ago

Research usefulness and ability to fetch weather & temp for the local area (via something like wunderground.com). The local weather can then be used to set the background graphics on the touch screen.

rprobaina commented 4 months ago

Hi @smeisner,

I was talking to @aquini about this amazing project yesterday, and I realized that for this issue https://wttr.in/nashua?format=j1 might be a good fit for a quick experimentation, since an API key isn't required.

https://github.com/chubin/wttr.in

smeisner commented 4 months ago

This is great. I was also thinking about how to supply the user's location, but looking at geoip services (like https://www.maxmind.com/en/locate-my-ip-address) that may be fairly easy.

Any interest in taking on this issue?