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

For the attribute power_entity_id, the number domain is not accepted #2

Closed
jmcollin78 opened this issue Aug 27, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@jmcollin78
Copy link
Owner

Impossible to configure with this config:

    - name: "Equipement H"
      entity_id: "input_boolean.fake_device_h"
      power_entity_id: "number.tesla_amps"
      power_min: 660
      power_max: 3960
      power_step: 660
      # check_active_template: "{{ not is_state('input_select.fake_tesla_1', '0 A') }}"
      check_usable_template: "{{ is_state('input_boolean.device_h_enable', 'on') }}"
      duration_min: 1
      duration_stop_min: 0.1
      duration_power_min: 0.1
      action_mode: "service_call"
      activation_service: "input_boolean/turn_on"
      deactivation_service: "input_boolean/turn_off"
      change_power_service: "input_number/set_value"
      convert_power_divide_factor: 660

This lead to error: Entity number.wallbox_portal_max_charging_current belongs to domain number, expected ['input_number', 'sensor']

@jmcollin78 jmcollin78 added the bug Something isn't working label Aug 27, 2023
@jmcollin78
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant