I've started to build a very small and simple weather station. Currently it consists of an [ESP32-S3 feather](https://learn.adafruit.com/adafruit-esp32-s3-feather/overview) and an [SHT-30 temperature and humidity sensor](https://www.adafruit.com/product/4099). For software I am using ESPHome as I've started to become quite the fan. At the moment I have a very basic setup working (after I realized I needed to push the Stemma connector all the way in). There's quite a lot left to do **Power**: I need to figure out how to power this thing while it's out doors. A solar panel would be really cool, but I don't know if I have all the stuff I need for that at the moment. I was thinking of finding some out door rated power supply and using that, but on closer inspection, this feather only accepts USB-C or battery. So I need an outdoor rater USB-C cable that's long enough. Although honestly I need to decide where it lives first. **Status**: I'd like to hook up a status LED or NeoPixel to tell me when there's an error (or if everything is good) **Recording/Graphs**: I want to build a dashboard that shows this. How am I going to do this? Grafana and prometheus probably, but can I push that to a remote data sources somehow? MQTT? **BME280**: It would be fun to put this sensor on the board to get pressure, it's only 6$ the next time I order from digikey **Case**: I need to drill some holes in the plastic container I want to use as a housing, but I'm worried about committing to that before I've decided how to power it. I think I want to do it in the lid, and then I can 3D print a collar for the Sensor and to hold the container. Again, I probably need to decide where it lives first before doing that.