galletn / iaqualink

Home Assistant Iaqualink Vacuums Robots
8 stars 1 forks source link

Information ra 6500 iq #16

Closed DeltaFox0018 closed 4 months ago

DeltaFox0018 commented 4 months ago

Hello, I have a ra 6500 iq is after configuring the integration I only see that the robot is online but I don't see any other data

How do I display the other data like when is it until the end of cleaning or filter status?

Thanks

i have only this sensor

image
galletn commented 4 months ago

Hi,

if you click on it you should be able to see the attributes:

image

You can create a card like this:

image

code bellow:

you can use attributes in the dashboards:

type: entities
entities:
  - entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    icon: mdi:robot-mower
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: robot_name
    name: Pool Robot Name
    icon: mdi:pool
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: model
    name: Model
    icon: mdi:numeric
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: serial_number
    name: Serial Number
    icon: mdi:ticket-confirmation-outline
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: last_online
    name: Last Online
    icon: mdi:connection
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: temperature
    name: Temperature
    icon: mdi:pool-thermometer
    suffix: °c
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: total_hours
    name: Total Hours
    icon: mdi:robot-mower-outline
    suffix: h
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: error_state
    name: Error State
    icon: mdi:list-status
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: cycle_start_time
    name: Last StartTime
    icon: mdi:calendar
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: canister
    name: Canister
    icon: mdi:robot-vacuum-variant
  - type: attribute
    entity: sensor.iaqualinkrobots_ra_6570_iq_bobby_2
    attribute: running
    name: Running
    icon: mdi:play-box-multiple
header:
  type: picture
  image: /local/RA6570.jpg
  tap_action:
    action: none
  hold_action:
    action: none

you could also create template sensors from the attributes. please have a look on google for that one, many examples exist