Explore >> Select a destination


You are here

coderdojoathenry.org
| | blog.erethon.com
1.7 parsecs away

Travel
| | [AI summary] The author describes setting up a system to monitor room temperature and humidity using Prometheus, Grafana, and a DHT11 sensor, with insights into the technical implementation and infrastructure setup.
| | peterbraden.co.uk
3.9 parsecs away

Travel
| | [AI summary] The author details the process of building an ESP32-based air sensor that measures temperature and humidity, sends data via MQTT to a home server for visualization in Home Assistant, and discusses challenges faced during development.
| | blog.nuculabs.de
2.8 parsecs away

Travel
| | Hi ??, In this short article I want to showcase how I implemented a custom HomeKit accessory with python. My Home Assistant's SD card died ?? a few days ago and the support for GPIO based sensors will be removed in newer releases. This makes it unsuitable for my needs, while giving me the perfect opportunity to try other things. To continue monitoring temperature and humidity in my home I've built a custom HomeKit accessory with HAP Python.
| | vadosware.io
30.2 parsecs away

Travel
| It took way more trial and error than I expected to set up E2E testing for a python-based project on CircleCI -- my loss (of time) is your gain.