Teasense Update
I have recently made a significant overhaul to how I handle reading the temperature of my tea water and reporting it reaching the optimal temperature for sencha green 🍵! First, on the Arduino, I refactored it to utilize not a RESTful endpoint but MQTT. The reason for this is that it’s fairly standardized and fast. Also, it’s one less thing I have to maintain. Next, I built, using Python, an adapter to a locally hosted Ntfy instance on an Raspberry PI 4.