diff --git a/aquapi_config.yaml b/aquapi_config.yaml index c541160..63f13c4 100644 --- a/aquapi_config.yaml +++ b/aquapi_config.yaml @@ -2,26 +2,19 @@ substitutions: # names name: "aquapi" friendly_name: "AquaPi" - # App Version - Updated: 8/2023 + # App Version - Updated: 11/2023 app_version: "1.3.5" - update_do: "never" - update_rtd: "never" - update_pmp: "never" - update_hum: "never" - update_co2: "never" - packages: device_base: !include common/device_base.yaml dallas: !include common/temperature_dallas.yaml binary: !include common/binary.yaml aquapi: !include common/aquapi.yaml - # ezo_command: !include common/ezo_command.yaml # debug: !include common/debug.yaml ezo_ph: !include common/ezo_ph.yaml ezo_ec: !include common/ezo_ec.yaml - ezo_hum: !include common/ezo_hum.yaml - ezo_rtd: !include common/ezo_rtd.yaml - ezo_co2: !include common/ezo_co2.yaml - ezo_do: !include common/ezo_do.yaml - ezo_pmp: !include common/ezo_pmp.yaml \ No newline at end of file + # ezo_hum: !include common/ezo_hum.yaml + # ezo_rtd: !include common/ezo_rtd.yaml + # ezo_co2: !include common/ezo_co2.yaml + # ezo_do: !include common/ezo_do.yaml + # ezo_pmp: !include common/ezo_pmp.yaml \ No newline at end of file diff --git a/common/ezo_ec.yaml b/common/ezo_ec.yaml index bcd5925..10be7f3 100644 --- a/common/ezo_ec.yaml +++ b/common/ezo_ec.yaml @@ -223,7 +223,10 @@ button: } if (id(select_command_ec).state == "Get TDS Value") { id(ec_ezo).send_custom("TDS,?"); - } + } + if (id(select_command_ec).state == "Set TDS Value to NaCl - 0.48") { + id(ec_ezo).send_custom("TDS,0.48"); + } if (id(select_command_ec).state == "Get Enabled Parameter(s)") { id(ec_ezo).send_custom("O,?"); } @@ -292,6 +295,7 @@ select: - "Status" - "Get Probe K Value" - "Get TDS Value" + - "Set TDS Value to NaCl - 0.48" - "Get Enabled Parameter(s)" - "Set Probe Type K1" - "Output Units - All (Default)" diff --git a/common/ezo_hum.yaml b/common/ezo_hum.yaml index 8698a9e..cad9b63 100644 --- a/common/ezo_hum.yaml +++ b/common/ezo_hum.yaml @@ -103,6 +103,12 @@ sensor: return NAN; } + # Absolute Humidity + - platform: absolute_humidity + name: Absolute Humidity + temperature: sensor_hum_air_temperature + humidity: hum_ezo + text_sensor: # HUM Raw Value - platform: template