Tags: TheRealFalseReality/aquapi
Tags
Rename aquapi_config files to optical variants Rename two configuration files to optical-specific names: aquapi_config.factory.yaml -> aquapi_config_optical.factory.yaml and aquapi_config.yaml -> aquapi_config_optical.yaml. Contents are unchanged (similarity index 100%); this clarifies the files' purpose and avoids naming conflicts.
Add index-based Dallas temperature configuration for multiple sensors (… …#117) * Initial plan * Add index-based Dallas temperature configuration for plug-and-play multiple sensors Co-authored-by: TheRealFalseReality <[email protected]> * Update README with multiple temperature sensor support reference Co-authored-by: TheRealFalseReality <[email protected]> * Fix consistency issues: spacing, icons, and naming in temperature_dallas_index.yaml Co-authored-by: TheRealFalseReality <[email protected]> * Use temperature_dallas_index include; move README Update aquapi_config.yaml to use common/temperature_dallas_index.yaml for Dallas sensors (previous temperature_dallas.yaml line commented out). Also relocate TEMPERATURE_DALLAS_INDEX_README.md from common/ to the repository root (file rename only). This switches the configuration to the indexed Dallas implementation and moves the related README. * update with main (#118) * Update app version to 26.2.0 in config * Add helpful error messages for missing EZO sensors (#114) * Initial plan * Add helpful error messages for missing EZO sensors Co-authored-by: TheRealFalseReality <[email protected]> * Add button-based updates with detection checks for pH, ORP, RTD sensors Co-authored-by: TheRealFalseReality <[email protected]> * Add documentation for handling EZO sensor read errors Co-authored-by: TheRealFalseReality <[email protected]> * Address code review feedback: reduce delay and fix capitalization Co-authored-by: TheRealFalseReality <[email protected]> * Migrate EZO sensors from Wire library to ESPHome I2C component (#113) (#115) (#116) * Initial plan * Migrate pH, EC, HUM, ORP, DO, CO2 sensors from Wire to ESPHome I2C component --------- Co-authored-by: Copilot <[email protected]> * Remove periodic and startup reads for pH/ORP Remove automatic read triggers for the EZO pH and ORP circuits. Deleted update_button_ph and update_button_orp substitutions, removed the interval blocks that periodically pressed the read buttons, and removed the on_boot button.press read_ph/read_orp lines while keeping the send_selected_* press on boot. Changes apply to common/ezo_ph.yaml and common/ezo_orp.yaml to stop automatic/duplicate sensor reads. * removed spaces --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TheRealFalseReality <[email protected]> Co-authored-by: Nicholas White <[email protected]> * moved app version * Extract app version and sensor to separate file Move the App Version substitution and the AquaPi Version template sensor out of common/aquapi.yaml into a new common/aquapi_app_version.yaml to modularize the configuration. common/aquapi.yaml now includes the new file via a packages entry (aquapi_app_version) and the original inline substitution and text_sensor block were removed. Functional behavior remains the same (app_version value and diagnostic sensor preserved) while the config is cleaner and easier to manage. * Update aquapi.yaml --------- Co-authored-by: Copilot <[email protected]> * Update aquapi.yaml * Create temperature_dallas_index_additional.yaml --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TheRealFalseReality <[email protected]> Co-authored-by: Nicholas White <[email protected]>
Add helpful error messages for missing EZO sensors (#114) * Initial plan * Add helpful error messages for missing EZO sensors Co-authored-by: TheRealFalseReality <[email protected]> * Add button-based updates with detection checks for pH, ORP, RTD sensors Co-authored-by: TheRealFalseReality <[email protected]> * Add documentation for handling EZO sensor read errors Co-authored-by: TheRealFalseReality <[email protected]> * Address code review feedback: reduce delay and fix capitalization Co-authored-by: TheRealFalseReality <[email protected]> * Migrate EZO sensors from Wire library to ESPHome I2C component (#113) (#115) (#116) * Initial plan * Migrate pH, EC, HUM, ORP, DO, CO2 sensors from Wire to ESPHome I2C component --------- Co-authored-by: Copilot <[email protected]> * Remove periodic and startup reads for pH/ORP Remove automatic read triggers for the EZO pH and ORP circuits. Deleted update_button_ph and update_button_orp substitutions, removed the interval blocks that periodically pressed the read buttons, and removed the on_boot button.press read_ph/read_orp lines while keeping the send_selected_* press on boot. Changes apply to common/ezo_ph.yaml and common/ezo_orp.yaml to stop automatic/duplicate sensor reads. * removed spaces --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TheRealFalseReality <[email protected]> Co-authored-by: Nicholas White <[email protected]>
PreviousNext