From e58319c34b46a90919877ffcfa93dc81fde12eb5 Mon Sep 17 00:00:00 2001 From: TheRealFalseReality Date: Sat, 8 Feb 2025 14:25:42 -0500 Subject: [PATCH] some updates --- aquapi_config.yaml | 2 +- common/device_base.yaml | 9 +-------- common/ezo_commands.yaml | 5 +++-- common/ezo_orp.yaml | 1 + 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/aquapi_config.yaml b/aquapi_config.yaml index 83ea35c5..ee6ac3eb 100644 --- a/aquapi_config.yaml +++ b/aquapi_config.yaml @@ -1,6 +1,6 @@ substitutions: # App Version - app_version: "25.2" + app_version: "25.2.1" packages: device_base: !include common/device_base.yaml diff --git a/common/device_base.yaml b/common/device_base.yaml index 057a72b3..cf5c5b3f 100644 --- a/common/device_base.yaml +++ b/common/device_base.yaml @@ -49,14 +49,6 @@ i2c: wifi: ap: -# api: - # actions: - # - action: send_ezo_command - # variables: - # command: string - # then: - # - lambda: return command; - ota: - platform: esphome @@ -112,6 +104,7 @@ sensor: filters: - lambda: return min(max(2 * (x + 100.0), 0.0), 100.0); unit_of_measurement: "%" + device_class: "" entity_category: "diagnostic" web_server: sorting_group_id: sorting_group_diagnostic diff --git a/common/ezo_commands.yaml b/common/ezo_commands.yaml index f8fdb689..c95db5bc 100644 --- a/common/ezo_commands.yaml +++ b/common/ezo_commands.yaml @@ -4,16 +4,17 @@ substitutions: addPMP_alt1: "108" # Waste/Red addPMP_alt2: "109" # Clean/Green addPMP_alt3: "110" #Orange + addPMP_alt4: "106" # Blue button: # Change I2C Address of EZO-PMP - platform: template - name: "Pump(Blue) -> ${addPMP_default} - Change I2C Address" + name: "Pump(Blue) -> ${addPMP_alt4} - Change I2C Address" on_press: then: - ezo_pmp.change_i2c_address: id: ezo_pump_white - address: ${addPMP_default} + address: ${addPMP_alt4} web_server: sorting_group_id: sorting_group_config diff --git a/common/ezo_orp.yaml b/common/ezo_orp.yaml index b706e5e6..2a7c26cb 100644 --- a/common/ezo_orp.yaml +++ b/common/ezo_orp.yaml @@ -36,6 +36,7 @@ api: then: - lambda: |- id(orp_ezo).send_custom("Cal,225"); + esphome: on_boot: priority: 800