diff --git a/README.md b/README.md index e160f59..6e5369c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -# Documentation for Projects +Little projects and notes that don't need their own repo. + + +displayModuleImageTester +A HTML page designed to help assess the static display capabilites of small display modules, without having to buy one. + + +Home Assistant Water Meter +Modifying a modern reedless door sensor to adapt to a home water meter. + -## Electronics diff --git a/electronics/README.md b/electronics/README.md new file mode 100644 index 0000000..cb8ce2a --- /dev/null +++ b/electronics/README.md @@ -0,0 +1,11 @@ +## displayModuleImageTester.html +Live Demo + +A HTML page designed to help assess the static display capabilites of small display modules, without having to buy one. +- Load an image, and you can view and compare an approximately scaled output on one or more virtual displays. +- Accepts the XY pixels, physical dimensions, and can make an attempt to simulate limited colour palletes. +- Image is cropped to the same number of pixels as the display, then scaled to the physical size +- The example defaults to a selection of E-Ink and MIPs displays. +- Coded with GPT-5.5. + + \ No newline at end of file diff --git a/electronics/displayModuleImageTester.html b/electronics/displayModuleImageTester.html new file mode 100644 index 0000000..3c3e51f --- /dev/null +++ b/electronics/displayModuleImageTester.html @@ -0,0 +1,847 @@ + + + + + + Small Display Image Tester + + + +
+ + +
+ +
+ Drop an image here + Use drag and drop, a local file, or an image URL. +
+
+ + +
+
+ + +
+ +
+
+
+ +
+
+ + + + + + diff --git a/electronics/displayModuleImageTester.png b/electronics/displayModuleImageTester.png new file mode 100644 index 0000000..957163b Binary files /dev/null and b/electronics/displayModuleImageTester.png differ diff --git a/Home Automation/Home Assistant Water Meter/1.png b/home_automation/Home Assistant Water Meter/1.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/1.png rename to home_automation/Home Assistant Water Meter/1.png diff --git a/Home Automation/Home Assistant Water Meter/2.png b/home_automation/Home Assistant Water Meter/2.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/2.png rename to home_automation/Home Assistant Water Meter/2.png diff --git a/Home Automation/Home Assistant Water Meter/3.png b/home_automation/Home Assistant Water Meter/3.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/3.png rename to home_automation/Home Assistant Water Meter/3.png diff --git a/Home Automation/Home Assistant Water Meter/4.png b/home_automation/Home Assistant Water Meter/4.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/4.png rename to home_automation/Home Assistant Water Meter/4.png diff --git a/Home Automation/Home Assistant Water Meter/5.png b/home_automation/Home Assistant Water Meter/5.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/5.png rename to home_automation/Home Assistant Water Meter/5.png diff --git a/Home Automation/Home Assistant Water Meter/6.png b/home_automation/Home Assistant Water Meter/6.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/6.png rename to home_automation/Home Assistant Water Meter/6.png diff --git a/Home Automation/Home Assistant Water Meter/7.png b/home_automation/Home Assistant Water Meter/7.png similarity index 100% rename from Home Automation/Home Assistant Water Meter/7.png rename to home_automation/Home Assistant Water Meter/7.png diff --git a/Home Automation/Home Assistant Water Meter/README.md b/home_automation/Home Assistant Water Meter/README.md similarity index 94% rename from Home Automation/Home Assistant Water Meter/README.md rename to home_automation/Home Assistant Water Meter/README.md index 644c7d1..f82e5d4 100644 --- a/Home Automation/Home Assistant Water Meter/README.md +++ b/home_automation/Home Assistant Water Meter/README.md @@ -1,3 +1,5 @@ +# Home Assistant Water Meter + Here’s how I modified a modern reedless door sensor for my home water meter. **TOC** @@ -5,7 +7,7 @@ Here’s how I modified a modern reedless door sensor for my home water meter. - [Home Assistant Configuration](#home-assistant-configuration) -# Modify Zigbee Door/Window Sensor +## Modify Zigbee Door/Window Sensor Generic Zigbee door/window sensor: @@ -45,7 +47,7 @@ On my meter the hall sensor is located approx 5mm inside the probe hole. ![](./7.png) -# Home Assistant Configuration +## Home Assistant Configuration - Add the zigbee sensor to Home Assistant as device name ‘WaterMain’ diff --git a/Home Automation/Powerpal Monitor/powermon.yaml b/home_automation/Powerpal Monitor/powermon.yaml similarity index 100% rename from Home Automation/Powerpal Monitor/powermon.yaml rename to home_automation/Powerpal Monitor/powermon.yaml