Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalseReality committed Feb 8, 2025
1 parent 1387546 commit e58319c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aquapi_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
# App Version
app_version: "25.2"
app_version: "25.2.1"

packages:
device_base: !include common/device_base.yaml
Expand Down
9 changes: 1 addition & 8 deletions common/device_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ i2c:
wifi:
ap:

# api:
# actions:
# - action: send_ezo_command
# variables:
# command: string
# then:
# - lambda: return command;

ota:
- platform: esphome

Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions common/ezo_commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions common/ezo_orp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ api:
then:
- lambda: |-
id(orp_ezo).send_custom("Cal,225");
esphome:
on_boot:
priority: 800
Expand Down

0 comments on commit e58319c

Please sign in to comment.