AQL-PS-8 Remote Emulator App

Got it, Had to click on those 12 tiny squares on the left of the entity to make it work \
Thanks
Very cool how this work is evolving!
 
Last edited:
  • Like
Reactions: mas985
within the card, the orders of the entities do not drag on mine. Another example. Let say I want to change aux 1 and aux 3 with 3 coming before 1, can you click and drag on yours?
There's a bunch of different ways to do dashboards. The entities card is going to be limited in positioning. It also won't do buttons (instead of toggle switches), if that what you want to do.

I kept mine simple and put it on it own tab called Pool.

1717462367461.png

Here's my YAML code. Go to the top of your dashboard and click + to add a new tab. Then select ... and edit in YAML. Then paste this code in. Note, if you're not on a current version of HA, it might not work since I use "sections" and that's newer. You'll also need to change add/change any names or entities you want.

title: Pool
path: pool
type: sections
max_columns: 1
sections:
- type: grid
cards:
- graph: line
type: sensor
detail: 1
entity: sensor.aqualogic_pool_temperature
name: Water Temp
icon: mdi:pool-thermometer
- type: tile
entity: sensor.aqualogic_salt_level
name: Salt Level
icon: mdi:shaker-outline
- type: tile
entity: sensor.aqualogic_pool_chlorinator
name: Chlorinator
icon: ""
- type: tile
entity: switch.aqualogic_super_chlorinate
name: Super Chlorinate
icon: mdi:chemical-weapon
- type: tile
entity: sensor.aqualogic_super_chlorination_countdown
name: Super Chlorinate Time
- type: grid
cards:
- type: tile
entity: switch.aqualogic_filter
name: Filter
icon: mdi:air-filter
- type: tile
entity: switch.aqualogic_aux_1
name: Vacuum
icon: mdi:vacuum-outline
- type: tile
entity: switch.aqualogic_lights
name: Lights
icon: mdi:lightbulb-spot
- type: tile
entity: switch.aqualogic_service
vertical: false
name: Service
icon: mdi:account-wrench-outline
- type: grid
cards:
- type: entity
icon: mdi:alarm-panel-outline
entity: sensor.aqualogic_display
state_color: false
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.aqualogic_plus
name: +
show_state: false
icon: mdi:plus-circle-outline
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.aqualogic_left
name: <
icon: mdi:arrow-left-circle-outline
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.aqualogic_menu
icon: mdi:menu
name: Menu
show_state: false
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.aqualogic_right
name: ">"
icon: mdi:arrow-right-circle-outline
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.aqualogic_minus
name: "-"
icon: mdi:minus-circle-outline
cards: []
 
  • Like
Reactions: william13
Sounds like your A & B data lines are swapped.
Seems like things are happening as I'm seeing some received bytes / frames. Still unable to connect to it from the Windows or iOS app. It's stays on "Connection Setup - Please Wait -"
java_aFW4qVUGH6.png

Is this expected from TCPUDPDlog?
TCPUDPDbg_2hjPLcacQ8.png
 
Last edited:
Try swapping them back again. I think you had it right the first time but it was a bad wire connection.
You're absolutely right! Looks like it was a bad connection o_O! Looks like you apps are working and HA too!!! It took a few minutes to kick in! I am noticing some delays from HA versus your apps, which is interesting!

Looking good!
msedge_YBp3njxGQl.png
 
There will definitely be more latency in HA vs the apps.

The apps are meant as a direct replacement of the remote controllers whereas the HA tries to shoe horn the capabilities into an existing platform which has some limitations and why I prefer the apps.
 

Enjoying this content?

Support TFP with a donation.

Give Support
This is working great! @mas985 , how do I unlock the configuration’s menu? I tried holding the < and > for 5 seconds but it doesn’t seem to work. Any idea?

I see one of your previous comment mentions handling the unlock, I see the Unlocking Menu Please Wait on the app, but it doesn’t unlock it on the P4. @j4ydubs , did you manage to get that working?
 
Last edited:
If you are talking about the HA version that has not been implemented.

The App version just requires right arrow while viewing configuration menu.
 
If you are talking about the HA version that has not been implemented.

The App version just requires right arrow while viewing configuration menu.
Unfortunately it seems like that’s not working for P4 :(
IMG_2222.jpegIMG_2224.jpeg
Then it automatically goes back to the Configuration Menu - Locked screen!
 
Others that have the P4, have verfied this works.

Did you use version 7 script AND set the gap time to 10 in IOTservice?
 
Others that have the P4, have verfied this works.

Did you use version 7 script AND set the gap time to 10 in IOTservice?
Yes and Yes :(
java_t5DVqg4KrR.png

Interestingly, pressing a few times caused my AquaLogic to reboot and stopped my pump. Is there anything that I should / could try modifying in the script?
 

Enjoying this content?

Support TFP with a donation.

Give Support