Home Temperature Tracker
- 3 Devlogs
- 18 Total hours
This is a small box that tracks the temperature outside your house and displays it on a website.
This is a small box that tracks the temperature outside your house and displays it on a website.
New Dashboard 😋 I have designed a brand new dashboard with charts and better data presentation. I have tried to focus on aesthetics and have put in a lot of time trying to make it look as best as possible. It is currently all purely aesthetic none of the data representation actually works yet
New website design I have decided to redesign the whole website😅 as the website looked 𝘣𝘢𝘥 and in trying to improve it I realised I am not the best at web design and am now using tailwind which is a lot better. I am now focusing on more of a “dashboard” design and hopefully that will improve useability a lot . At the same time I will be working on a test URL so the project can ship. Many thanks!
Introduction to Home Temperature Tracker (name wip 😋) Hello, I have been working on this temperature IoT device for a few weeks and wanted to share my current progress. ====Website ==== The website is currently just displays the current temperature and the previous 3 days and the next 3 days the data for this will either gathered from some weather API or some sort of prediction algorithm but im not sure how I would do that currently 😅. ====Backend==== I use fastApi python to run the backend which i eventually got the hang of after a few hours of CORS errors and me wondering what a “CORS” is. I use JavaScript for the frontend and thw fetch API which is very useful and I learn what promises we’re and then it just completely clicked. The most recent edition is the mySQL database which was surprisingly easy to use. It is all ran on a proxmox VM running ubuntu server on my “homelab” just a old dell OptiPlex 3020 but maybe one day. I haven’t yet started on the physical box a bit of the esp32 circuit i plan on 3d printing the housing. Thank you very much for reading and please come back as I guarantee i will be making updates. P.S if anyone has any tips on making so I can access the website outside my private network that would be very appreciated 🙏