Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Taurus HomeLand Gyro #684

Open
Zagur opened this issue Jan 22, 2024 · 3 comments
Open

Add support for Taurus HomeLand Gyro #684

Zagur opened this issue Jan 22, 2024 · 3 comments
Labels

Comments

@Zagur
Copy link

Zagur commented Jan 22, 2024

Hi!

I have been using this vacuum with the Tuya stand for some time now and the basic functions are working properly.

This time I have been trying to set it up correctly so that it has the best support but I have some doubts.

I attach some pictures of the configuration and some data that I have checked:

Configure entity with localtuya:

imagen

imagen

Checking the Tuya API, I have checked all the available dp:

Standard Instructions

CODE TYPE VALUES dp_id
power boolean true, false 1
power_go boolean true, false 2
mode Enum smart, wall_follow, spiral, chargego 3
direction_control Enum backward, turn_left, turn_right, stop 4
electricity_left Integer unit: %, min: 0, max: 100, scale: 0, step: 1 6
suction Enum strong, normal 14
clean_record String maxlen:255 15
clean_area Integer unit: m², min: 0, max: 9999, scale: 0, step: 1 16
clean_time Integer unit:, min: 0, max: 9999, scale: 0, step: 1 17
fault bitmap edge_sweep, middle_sweep, left_wheel, right_wheel, gargabe_box, land_check, collision 18

This is the configuration of the card (by default):

type: custom:vacuum-card
entity: vacuum.mayormono
compact_view: false
show_toolbar: true
show_status: true
show_name: true
actions:
  turn_on:
    service: localtuya.set_dp
    data:
      device_id: [device_id]
      dp: 1
      value: true
  turn_off:
    service: localtuya.set_dp
    data:
      device_id: [device_id]
      dp: 1
      value: false
  start:
    service: localtuya.set_dp
    data:
      device_id: [device_id]
      dp: 5
      value: true
  stop:
    service: localtuya.set_dp
    data:
      device_id: [device_id]
      dp: 5
      value: false
  return_to_base:
    service: localtuya.set_dp
    data:
      device_id: [device_id]
      dp: 5
      value: 4
stats:
  cleaning:
    - attribute: clean_time
      unit: minutes
      subtitle: Temps netejant
    - attribute: clean_area
      unit: m²
      subtitle: Àrea netejat

From the card, there are options that work well and others that do not. For example, the vacuum is always in the "cleaning" state even though it is in the dock charging.

imagen

The start button works correctly, but the stop button doesn't seem to do anything. The suction modes work correctly.

Some doubts I have about the whole configuration:

  • Is there something wrong configured in the entity of the hoover?
  • How does it have to be configured for the chart animation to work correctly?
  • DP_ID 15 cannot be configured?
  • Is there any way to manage the fault codes?

Regards!
zagur

Copy link

There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue.
Thank you for your contributions!

@github-actions github-actions bot added the stale label Mar 22, 2024
@Zagur
Copy link
Author

Zagur commented Mar 24, 2024

Can anyone help or guide me on this matter?

@github-actions github-actions bot removed the stale label Mar 24, 2024
Copy link

There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue.
Thank you for your contributions!

@github-actions github-actions bot added the stale label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant