Commit Graph

162 Commits

Author SHA1 Message Date
Joshua King
2220cec970 Change ESP32 framework type from esp-idf to arduino in Cat Medication Tracker configuration 2026-03-06 13:25:41 -05:00
Joshua King
ee85f43a92 Update color depth for display in Cat Medication Tracker to enhance visual quality 2026-03-06 13:11:56 -05:00
Joshua King
3a0d7da7f6 Add notes on PSRAM usage and display buffer strategy for ESP32-32E 2026-03-06 12:45:44 -05:00
Joshua King
31aaab69b7 Update display configuration in Cat Medication Tracker: change display platform to mipi_spi and adjust color depth and buffer size 2026-03-06 12:43:47 -05:00
Joshua King
a41523a7ac Enable PSRAM support for enhanced TFT framebuffer usage in Cat Medication Tracker 2026-03-06 11:58:41 -05:00
Joshua King
71f35fe822 Add image publishing functionality to Litter Box Camera: implement base64 encoding and MQTT publishing on image capture 2026-03-06 08:55:37 -05:00
Joshua King
6dd6e39c04 Update display configuration for Cat Medication Tracker: change model to ILI9488 and adjust dimensions and button placements 2026-03-06 08:49:02 -05:00
Joshua King
01e02033f6 Fix MQTT client ID configuration in Litter Box Camera setup 2026-03-05 16:39:00 -05:00
Joshua King
be876dc24d Add MQTT client ID configuration to Litter Box Camera setup 2026-03-05 16:36:36 -05:00
Joshua King
9b86dca27e Add Litter Box Camera configuration for ESP32-S3 with camera and sensor integration 2026-03-05 16:32:49 -05:00
Joshua King
b1bb0deb0e Refactor boot sequence: adjust on_boot priority and delay for backlight; change display update interval to 2s; set logger level to DEBUG 2026-03-04 20:30:51 -05:00
Joshua King
f32acd86e4 Refactor boot sequence: adjust on_boot actions for backlight and display update; change display update interval to never; update backlight control to use GPIO 2026-03-04 20:20:30 -05:00
Joshua King
45c9186f25 Refactor boot sequence: remove boot_test_mode global variable; simplify backlight control and update display logic 2026-03-04 20:02:55 -05:00
Joshua King
ccb50f1c37 Enhance boot sequence: add boot_test_mode global variable; adjust backlight delay and update display logic for test mode 2026-03-04 19:58:19 -05:00
Joshua King
0c3f065f64 Refactor boot sequence: update display component on boot and adjust touchscreen settings; set display update interval to 2s 2026-03-04 19:51:11 -05:00
Joshua King
eadb67b2fc Enhance boot sequence: turn on backlight and execute display update script; adjust touchscreen update interval to 100ms 2026-03-04 19:44:45 -05:00
Joshua King
a9b9559c23 Update touchscreen configuration: change interrupt_pin to update_interval 2026-03-04 19:18:17 -05:00
Joshua King
487f3f0207 Add color_palette setting to display configuration 2026-03-04 18:27:29 -05:00
Joshua King
7ad2a7b498 Remove draw_from_origin setting from display configuration 2026-03-04 18:19:58 -05:00
Joshua King
2681623838 Update ESP32 framework type to esp-idf and enable drawing from origin in display configuration 2026-03-04 18:17:48 -05:00
Joshua King
57f5745afe Remove unnecessary buffer_type setting from display configuration 2026-03-04 18:08:57 -05:00
Joshua King
039c3a901c Fix WiFi configuration: Update SSID to use correct secret and remove unnecessary settings; Enhance display configuration: Adjust color order, data rate, and buffer type 2026-03-04 18:05:23 -05:00
Joshua King
dd0b85137f Fix WiFi configuration: Update SSID to use correct secret and adjust fallback password settings 2026-03-04 17:37:54 -05:00
Joshua King
f0c41a6fdc Fix WiFi configuration: Update SSID to use correct secret and streamline fallback password 2026-03-04 17:29:30 -05:00
Joshua King
58e4ca6c03 Enhance touchscreen functionality: Add buttons for medication control and simplify touch event handling 2026-03-04 17:23:41 -05:00
Joshua King
4aecb61673 Enhance touchscreen handling: Add threshold for touch sensitivity and filter out phantom touches to improve accuracy 2026-03-04 17:16:44 -05:00
Joshua King
72f03f9045 Fix WiFi fallback password and update display configuration: Change fallback password to secret and disable color inversion 2026-03-04 17:06:50 -05:00
Joshua King
c43a3767dd Add Cat Medication Tracker configuration: Implement display, touchscreen, and medication state management 2026-03-04 17:04:06 -05:00
Joshua King
240fe06229 Enhance touchscreen handling: Implement backlight control on first touch and debounce touch events to improve responsiveness 2026-03-02 21:39:09 -05:00
Joshua King
0acf0ab8bf Refactor touchscreen button handling: Simplify button logic and implement service calls for light and fan control 2026-03-02 20:18:14 -05:00
d56fa9d393 updates 2026-03-02 20:14:22 -05:00
9cdc4ecba0 Refactor fan control configuration: Fix GPIO pin inversion, add fan IDs, and implement a switch for controlling all fans 2026-03-02 14:36:42 -05:00
root
8aa8ed3273 Merge branch 'main' of ssh://code.cubecraftcreations.com:2288/overseer/Home-Assistant 2026-03-01 18:33:52 -05:00
Joshua King
ee07fa4ff7 Refactor volume control: Add volume slider for speaker and adjust volume multiplier for improved audio management 2026-03-01 18:33:23 -05:00
root
9ccd19cc45 Merge branch 'main' of ssh://code.cubecraftcreations.com:2288/overseer/Home-Assistant 2026-03-01 17:54:42 -05:00
Joshua King
8bb8f09f64 Refactor wake word detection: Set wake word to "Hey Jarvis" and adjust light behavior on error 2026-03-01 17:54:27 -05:00
root
1937262e8f git ignore update 2026-03-01 17:36:37 -05:00
Joshua King
9a91f775c9 Refactor logging level in voice assistant configuration: Change from WARN to DEBUG for improved troubleshooting 2026-03-01 17:32:46 -05:00
Joshua King
b976b7f133 Refactor button colors for light and fan states: Update to a consistent color scheme for better visibility 2026-03-01 08:39:34 -05:00
Joshua King
176a923b67 Refactor backlight control: Adjust on_boot priority and remove unnecessary backlight activation commands 2026-03-01 08:29:56 -05:00
Joshua King
bd845f3f8e Refactor backlight control: Ensure backlight activation is performed correctly during touch events 2026-02-28 21:41:44 -05:00
Joshua King
71ee0ffc4f Refactor master bedroom remote configuration: Update display button labels and implement backlight control based on user interaction 2026-02-28 21:35:58 -05:00
Joshua King
6f451bfd10 Refactor master bedroom remote configuration: Change display rotation to 0 degrees for corrected orientation 2026-02-28 21:30:11 -05:00
Joshua King
e416ebe743 Refactor display configuration: Add dimensions for the display to improve layout accuracy 2026-02-28 21:27:19 -05:00
Joshua King
8521e9bef4 Refactor display configuration: Change display rotation to 90 degrees for improved orientation 2026-02-28 21:23:52 -05:00
Joshua King
7db6976212 Refactor master bedroom remote configuration: Update display data rate and add component updates for improved responsiveness 2026-02-28 21:17:34 -05:00
Joshua King
35b501e978 Refactor master bedroom remote configuration: Change framework type to Arduino and optimize display memory usage with palette mode 2026-02-28 21:09:25 -05:00
Joshua King
7698a0b79d Refactor SPI configuration: Update display and touchscreen SPI settings for improved clarity and functionality 2026-02-28 21:04:00 -05:00
Joshua King
d8f7786cb3 Refactor master bedroom remote configuration: Update boot sequence to initialize backlight and change display data rate for improved performance 2026-02-28 20:57:44 -05:00
Joshua King
4386f37c1b Refactor master bedroom remote configuration: Update entity IDs and friendly names for improved setup alignment 2026-02-28 20:47:58 -05:00